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

Unified Diff: ui/ozone/ozone.gyp

Issue 379233005: ozone: Move public files to ui/ozone/public & update public DEPS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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/demo/egl_demo.cc ('k') | ui/ozone/ozone_platform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/ozone.gyp
diff --git a/ui/ozone/ozone.gyp b/ui/ozone/ozone.gyp
index c000a2eb7e4d763cbb919094c51a5e9b956fe669..39b110033d6ee3e3687c2afe847da5dcde1ce0bb 100644
--- a/ui/ozone/ozone.gyp
+++ b/ui/ozone/ozone.gyp
@@ -100,10 +100,10 @@
'common/gpu/ozone_gpu_message_params.cc',
'common/gpu/ozone_gpu_message_params.h',
'common/gpu/ozone_gpu_messages.h',
- 'ozone_platform.cc',
- 'ozone_platform.h',
- 'ozone_switches.cc',
- 'ozone_switches.h',
+ 'public/ozone_platform.cc',
+ 'public/ozone_platform.h',
+ 'public/ozone_switches.cc',
+ 'public/ozone_switches.h',
'platform_selection.cc',
'platform_selection.h',
'<@(external_ozone_platform_files)',
@@ -153,7 +153,7 @@
'--output_cc=<(constructor_list_cc_file)',
'--namespace=ui',
'--typename=OzonePlatform',
- '--include="ui/ozone/ozone_platform.h"'
+ '--include="ui/ozone/public/ozone_platform.h"'
],
},
],
« no previous file with comments | « ui/ozone/demo/egl_demo.cc ('k') | ui/ozone/ozone_platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698