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

Unified Diff: ash/ash.gyp

Issue 230763004: Split ui/display types into separate module and have Ozone depend on it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: display_types has ony CrOS, so include it only if chromeos==1 Created 6 years, 8 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
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 903e4fd52bef8c05e8f2532455d37c1694103b84..95dc2fcd3af2909eec749621934b9a7bb48a1a9d 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -1068,6 +1068,7 @@
'../device/bluetooth/bluetooth.gyp:device_bluetooth',
'../ui/display/display.gyp:display',
'../ui/display/display.gyp:display_test_util',
+ '../ui/display/display.gyp:display_types',
rjkroege 2014/04/11 21:53:09 this is redundant as it comes from display?
dnicoara 2014/04/14 14:43:03 This is needed since 'display' doesn't export its
],
'sources': [
'first_run/first_run_helper_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698