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

Unified Diff: BUILD.gn

Issue 1318153005: Bump min SDK version to 10.9 and suppress deprecation warnings (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: clarify comment Created 5 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 | « no previous file | base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index a3e4bf8f701507d00034da1c49bf69689d1cf606..6f8bbd021d28cd612d4e887cf65eac6416bd1fa3 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -21,13 +21,12 @@ group("default") {
"//ui/events:events_unittests",
]
- if (!is_android) {
- deps += [ "//tools/xdisplaycheck" ]
- }
-
if (is_linux) {
- deps += [ "//sandbox/linux:sandbox" ]
- deps += [ "//sandbox/linux:sandbox_linux_unittests" ]
+ deps += [
+ "//sandbox/linux:sandbox",
+ "//sandbox/linux:sandbox_linux_unittests",
+ "//tools/xdisplaycheck",
+ ]
}
if (use_ozone) {
« no previous file with comments | « no previous file | base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698