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

Unified Diff: content/public/app/BUILD.gn

Issue 2567113002: Adds ability to specify how aura::Env is created in content (Closed)
Patch Set: more ifdef Created 4 years 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 | « content/browser/browser_main_loop.cc ('k') | content/public/app/content_main.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/app/BUILD.gn
diff --git a/content/public/app/BUILD.gn b/content/public/app/BUILD.gn
index 620f170618c97393351e840fd0f89a7ac6ed6ef0..d09712d3138203415395d8d547072548ed798b47 100644
--- a/content/public/app/BUILD.gn
+++ b/content/public/app/BUILD.gn
@@ -21,6 +21,7 @@
# //content/public/app:both_sources (source set)
import("//build/config/chrome_build.gni")
+import("//build/config/ui.gni")
import("//services/service_manager/public/service_manifest.gni")
public_app_shared_sources = [
@@ -42,6 +43,10 @@ public_app_shared_deps = [
"//content/public/utility:utility_sources",
]
+if (use_aura) {
+ public_app_shared_deps += [ "//ui/aura" ]
+}
+
if (is_component_build) {
source_set("both_sources") {
# Only the main content shared library can pull this in.
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | content/public/app/content_main.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698