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

Unified Diff: ui/ozone/platform/test/test.gypi

Issue 261753002: ozone: Split internal platforms into separate static_library targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again 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
« no previous file with comments | « ui/ozone/platform/dri/dri.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/test/test.gypi
diff --git a/ui/chromeos/ui_chromeos.gyp b/ui/ozone/platform/test/test.gypi
similarity index 53%
copy from ui/chromeos/ui_chromeos.gyp
copy to ui/ozone/platform/test/test.gypi
index 7f7362e05bab9a4cad1911b3d177dcf3c8a3b0b5..cdfb7568245d59ed1226b7a1d2232aae8db6f126 100644
--- a/ui/chromeos/ui_chromeos.gyp
+++ b/ui/ozone/platform/test/test.gypi
@@ -4,23 +4,28 @@
{
'variables': {
- 'chromium_code': 1,
+ 'internal_ozone_platform_deps': [
+ 'ozone_platform_test',
+ ],
+ 'internal_ozone_platforms': [
+ 'test'
+ ],
},
'targets': [
{
- 'target_name': 'ui_chromeos',
- 'type': '<(component)',
+ 'target_name': 'ozone_platform_test',
+ 'type': 'static_library',
+ 'defines': [
+ 'OZONE_IMPLEMENTATION',
+ ],
'dependencies': [
'../../base/base.gyp:base',
'../events/events.gyp:events',
- '../wm/wm.gyp:wm',
- ],
- 'defines': [
- 'UI_CHROMEOS_IMPLEMENTATION',
+ '../gfx/gfx.gyp:gfx',
],
'sources': [
- 'user_activity_power_manager_notifier.cc',
- 'user_activity_power_manager_notifier.h',
+ 'ozone_platform_test.cc',
+ 'ozone_platform_test.h',
],
},
],
« no previous file with comments | « ui/ozone/platform/dri/dri.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698