Index: ui/ozone/ozone.gyp |
diff --git a/ui/ozone/ozone.gyp b/ui/ozone/ozone.gyp |
index 99de5b41583fc84f21d1e0efc212bbfd00a24d93..377fcbe3d2ba6c188b6b03f51baa61ec45d0b7e7 100644 |
--- a/ui/ozone/ozone.gyp |
+++ b/ui/ozone/ozone.gyp |
@@ -32,6 +32,8 @@ |
}, |
'sources': [ |
'<(platform_list_file)', |
+ 'common/chromeos/native_display_delegate_ozone.cc', |
rjkroege
2014/04/11 21:53:09
adding a # excluded by filename_rules.gypi might h
dnicoara
2014/04/14 14:43:03
Done.
|
+ 'common/chromeos/native_display_delegate_ozone.h', |
'ozone_platform.cc', |
'ozone_platform.h', |
'ozone_switches.cc', |
@@ -92,6 +94,11 @@ |
['exclude', '^platform/test/'], |
] |
}], |
+ ['chromeos==1', { |
+ 'dependencies': [ |
+ '<(DEPTH)/ui/display/display.gyp:display_types', |
+ ], |
+ }], |
] |
}, |
], |