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

Unified Diff: build/common.gypi

Issue 44053005: Implement --ozone-platform flag to select OzonePlatform implementation at runtime (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years, 2 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 | ui/ozone/generate_ozone_platform_list.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index e4725cc55a7e9369472fc664a52acfbbb3954e21..5607986fc6e12f983c8b00fce5484dbe197fbcb6 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1794,7 +1794,12 @@
}],
['use_ozone==1', {
+ # This is the default platform
'ozone_platform%': "test",
+
+ # Enable built-in ozone platforms if ozone is enabled.
+ 'ozone_platform_dri%': 1,
+ 'ozone_platform_test%': 1,
}],
],
« no previous file with comments | « no previous file | ui/ozone/generate_ozone_platform_list.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698