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

Unified Diff: ui/ozone/BUILD.gn

Issue 2460853002: Add Ozone configuration to facilitate management of external platforms (Closed)
Patch Set: Remove third person in description of ozone_extra Created 4 years, 1 month 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 | ui/ozone/ozone_extra.gni » ('j') | ui/ozone/ozone_extra.gni » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/BUILD.gn
diff --git a/ui/ozone/BUILD.gn b/ui/ozone/BUILD.gn
index 028ac6b19d62549477695a9c5d8725a60d56ec66..b5746becf558ba6342010efb6ecd64e0d2c904dd 100644
--- a/ui/ozone/BUILD.gn
+++ b/ui/ozone/BUILD.gn
@@ -4,6 +4,7 @@
import("//build/config/ui.gni")
import("//ui/ozone/ozone.gni")
+import("//ui/ozone/ozone_extra.gni")
import("//testing/test.gni")
assert(use_ozone)
@@ -11,13 +12,13 @@ assert(use_ozone)
visibility = [ ":*" ]
# The list of platforms that will be built.
-ozone_platforms = []
+ozone_platforms = ozone_external_platforms
rjkroege 2016/10/31 20:41:46 Can you test this with a simple-chrome ChromeOS bu
fwang 2016/10/31 20:56:05 OK, I have not tested caca on ChromeOS because sof
# Extra dependencies to pull into ui/ozone for built platforms.
-ozone_platform_deps = []
+ozone_platform_deps = ozone_external_platform_deps
# Extra dependencies to pull into ozone_unittests for built platforms.
-ozone_platform_test_deps = []
+ozone_platform_test_deps = ozone_external_platform_test_deps
if (ozone_platform_headless) {
ozone_platforms += [ "headless" ]
« no previous file with comments | « no previous file | ui/ozone/ozone_extra.gni » ('j') | ui/ozone/ozone_extra.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698