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

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: merge 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
« no previous file with comments | « cc/BUILD.gn ('k') | extensions/generated_extensions_api.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 0c4168684fb33f93b7d81c6ebf7f89b773e26ba5..6d52357aab6978fe1d50200c6a97f9e96aeedfba 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698