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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/ozone/demo/egl_demo.cc ('k') | ui/ozone/ozone_platform.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'external_ozone_platforms': [], 8 'external_ozone_platforms': [],
9 'external_ozone_platform_files': [], 9 'external_ozone_platform_files': [],
10 'external_ozone_platform_deps': [], 10 'external_ozone_platform_deps': [],
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'common/chromeos/display_util.h', 93 'common/chromeos/display_util.h',
94 'common/chromeos/native_display_delegate_ozone.cc', 94 'common/chromeos/native_display_delegate_ozone.cc',
95 'common/chromeos/native_display_delegate_ozone.h', 95 'common/chromeos/native_display_delegate_ozone.h',
96 'common/chromeos/touchscreen_device_manager_ozone.cc', 96 'common/chromeos/touchscreen_device_manager_ozone.cc',
97 'common/chromeos/touchscreen_device_manager_ozone.h', 97 'common/chromeos/touchscreen_device_manager_ozone.h',
98 'common/gpu/ozone_gpu_message_generator.cc', 98 'common/gpu/ozone_gpu_message_generator.cc',
99 'common/gpu/ozone_gpu_message_generator.h', 99 'common/gpu/ozone_gpu_message_generator.h',
100 'common/gpu/ozone_gpu_message_params.cc', 100 'common/gpu/ozone_gpu_message_params.cc',
101 'common/gpu/ozone_gpu_message_params.h', 101 'common/gpu/ozone_gpu_message_params.h',
102 'common/gpu/ozone_gpu_messages.h', 102 'common/gpu/ozone_gpu_messages.h',
103 'ozone_platform.cc', 103 'public/ozone_platform.cc',
104 'ozone_platform.h', 104 'public/ozone_platform.h',
105 'ozone_switches.cc', 105 'public/ozone_switches.cc',
106 'ozone_switches.h', 106 'public/ozone_switches.h',
107 'platform_selection.cc', 107 'platform_selection.cc',
108 'platform_selection.h', 108 'platform_selection.h',
109 '<@(external_ozone_platform_files)', 109 '<@(external_ozone_platform_files)',
110 ], 110 ],
111 'actions': [ 111 'actions': [
112 { 112 {
113 # GN version: //ui/ozone:generate_ozone_platform_list 113 # GN version: //ui/ozone:generate_ozone_platform_list
114 'action_name': 'generate_ozone_platform_list', 114 'action_name': 'generate_ozone_platform_list',
115 'variables': { 115 'variables': {
116 'generator_path': 'generate_ozone_platform_list.py', 116 'generator_path': 'generate_ozone_platform_list.py',
(...skipping 29 matching lines...) Expand all
146 'outputs': [ 146 'outputs': [
147 '<(constructor_list_cc_file)', 147 '<(constructor_list_cc_file)',
148 ], 148 ],
149 'action': [ 149 'action': [
150 'python', 150 'python',
151 '<(generator_path)', 151 '<(generator_path)',
152 '--platform_list=<(platform_list_txt_file)', 152 '--platform_list=<(platform_list_txt_file)',
153 '--output_cc=<(constructor_list_cc_file)', 153 '--output_cc=<(constructor_list_cc_file)',
154 '--namespace=ui', 154 '--namespace=ui',
155 '--typename=OzonePlatform', 155 '--typename=OzonePlatform',
156 '--include="ui/ozone/ozone_platform.h"' 156 '--include="ui/ozone/public/ozone_platform.h"'
157 ], 157 ],
158 }, 158 },
159 ], 159 ],
160 'conditions': [ 160 'conditions': [
161 ['use_udev == 0', { 161 ['use_udev == 0', {
162 'sources/': [ 162 'sources/': [
163 ['exclude', '_udev\\.(h|cc)$'], 163 ['exclude', '_udev\\.(h|cc)$'],
164 ], 164 ],
165 }], 165 }],
166 ['chromeos==1', { 166 ['chromeos==1', {
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'platform/dri/gbm.gypi', 207 'platform/dri/gbm.gypi',
208 ], 208 ],
209 }], 209 }],
210 ['<(ozone_platform_test) == 1', { 210 ['<(ozone_platform_test) == 1', {
211 'includes': [ 211 'includes': [
212 'platform/test/test.gypi', 212 'platform/test/test.gypi',
213 ], 213 ],
214 }], 214 }],
215 ], 215 ],
216 } 216 }
OLDNEW
« 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