mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
style: use build/include_directory for NOLINT (#23266)
build/include linter was splitted to build/include_directory at depot_tools upstream. https://crrev.com/c/2159690 https://crbug.com/1073191
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#include "ui/base/resource/resource_bundle.h"
|
||||
#include "url/url_constants.h"
|
||||
// In SHARED_INTERMEDIATE_DIR.
|
||||
#include "widevine_cdm_version.h" // NOLINT(build/include)
|
||||
#include "widevine_cdm_version.h" // NOLINT(build/include_directory)
|
||||
|
||||
#if defined(WIDEVINE_CDM_AVAILABLE)
|
||||
#include "base/native_library.h"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "base/callback.h"
|
||||
#include "base/location.h"
|
||||
#include "base/single_thread_task_runner.h"
|
||||
#include "uv.h" // NOLINT(build/include)
|
||||
#include "uv.h" // NOLINT(build/include_directory)
|
||||
|
||||
namespace electron {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user