Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(264)

Unified Diff: content/shell/BUILD.gn

Issue 584683002: Improve GN header checker, make //ui pass. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the adnoid Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index d5c38f43cfa5449ab21ef1270d2968f3d2f9241c..a64cd65a42861fdf00f5bba89b97810cc4a6be39 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -203,6 +203,15 @@ static_library("content_shell_lib") {
defines = [ "CONTENT_SHELL_VERSION=\"$content_shell_version\"" ]
+ public_deps = [
+ # This exposes all public content APIs.
+ "//content/public/app:both",
+ "//content/public/browser",
+ "//content/public/common",
+ "//content/public/plugin",
+ "//content/public/renderer",
+ "//content/public/utility",
+ ]
deps = [
":resources",
"//base",
@@ -216,12 +225,6 @@ static_library("content_shell_lib") {
"//content/app/resources",
"//content/app/strings",
"//content/gpu",
- "//content/public/app:both",
- "//content/public/browser",
- "//content/public/common",
- "//content/public/plugin",
- "//content/public/renderer",
- "//content/public/utility",
"//content/test:layouttest_support",
"//gin",
"//gpu",
« no previous file with comments | « cc/BUILD.gn ('k') | extensions/generated_extensions_api.gni » ('j') | tools/gn/header_checker.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698