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

Unified Diff: content/browser/BUILD.gn

Issue 461903002: GN: Add mojo_shell_tests, get more things working on android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix up android linking Created 6 years, 4 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 | « BUILD.gn ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 1a4df4bc3cde9815e76f6f9ac26fff43f0881558..04655ef1995efc99ffd11a45f3e168c29c84ef93 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -379,16 +379,16 @@ source_set("browser") {
"compositor/software_output_device_x11.h",
]
}
- deps += [ "//ui/compositor" ]
- }
- if (!use_ozone) {
- sources -= [
- "compositor/overlay_candidate_validator_ozone.cc",
- "compositor/overlay_candidate_validator_ozone.h",
- "compositor/software_output_device_ozone.cc",
- "compositor/software_output_device_ozone.h",
- ]
+ if (!use_ozone) {
+ sources -= [
+ "compositor/overlay_candidate_validator_ozone.cc",
+ "compositor/overlay_candidate_validator_ozone.h",
+ "compositor/software_output_device_ozone.cc",
+ "compositor/software_output_device_ozone.h",
+ ]
+ }
+ deps += [ "//ui/compositor" ]
}
if (enable_web_speech) {
« no previous file with comments | « BUILD.gn ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698