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

Side by Side Diff: mojo/services/public/mojo_services_public.gyp

Issue 790623003: Restructure public side of view_manager service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: BUILD.gn file reorderings Created 6 years 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'includes': [ 6 'includes': [
7 '../../mojo_variables.gypi', 7 '../../mojo_variables.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 ], 169 ],
170 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ], 170 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ],
171 'export_dependent_settings': [ 171 'export_dependent_settings': [
172 '../../public/mojo_public.gyp:mojo_cpp_bindings', 172 '../../public/mojo_public.gyp:mojo_cpp_bindings',
173 ], 173 ],
174 'dependencies': [ 174 'dependencies': [
175 '../../public/mojo_public.gyp:mojo_cpp_bindings', 175 '../../public/mojo_public.gyp:mojo_cpp_bindings',
176 ], 176 ],
177 }, 177 },
178 { 178 {
179 # GN version: //mojo/services/public/cpp/view_manager:common 179 # GN version: //mojo/services/view_manager/public/cpp:common
180 'target_name': 'mojo_view_manager_common', 180 'target_name': 'mojo_view_manager_common',
181 'type': 'static_library', 181 'type': 'static_library',
182 'sources': [ 182 'sources': [
183 'cpp/view_manager/types.h', 183 '../view_manager/public/cpp/types.h',
184 ], 184 ],
185 }, 185 },
186 { 186 {
187 # GN version: //mojo/services/public/interfaces/view_manager 187 # GN version: //mojo/services/view_manager/public/interfaces/
188 'target_name': 'mojo_view_manager_bindings', 188 'target_name': 'mojo_view_manager_bindings',
189 'type': 'static_library', 189 'type': 'static_library',
190 'sources': [ 190 'sources': [
191 'interfaces/view_manager/view_manager.mojom', 191 '../view_manager/public/interfaces/view_manager.mojom',
192 'interfaces/view_manager/view_manager_constants.mojom', 192 '../view_manager/public/interfaces/view_manager_constants.mojom',
193 ], 193 ],
194 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ], 194 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ],
195 'dependencies': [ 195 'dependencies': [
196 'mojo_geometry_bindings', 196 'mojo_geometry_bindings',
197 'mojo_input_events_bindings', 197 'mojo_input_events_bindings',
198 'mojo_surface_id_bindings', 198 'mojo_surface_id_bindings',
199 '../../public/mojo_public.gyp:mojo_application_bindings', 199 '../../public/mojo_public.gyp:mojo_application_bindings',
200 '../../public/mojo_public.gyp:mojo_cpp_bindings', 200 '../../public/mojo_public.gyp:mojo_cpp_bindings',
201 ], 201 ],
202 'export_dependent_settings': [ 202 'export_dependent_settings': [
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 ], 242 ],
243 'export_dependent_settings': [ 243 'export_dependent_settings': [
244 '../../public/mojo_public.gyp:mojo_cpp_bindings', 244 '../../public/mojo_public.gyp:mojo_cpp_bindings',
245 ], 245 ],
246 }, 246 },
247 { 247 {
248 # GN version: //mojo/services/window_manager/public/interfaces 248 # GN version: //mojo/services/window_manager/public/interfaces
249 'target_name': 'mojo_window_manager_bindings', 249 'target_name': 'mojo_window_manager_bindings',
250 'type': 'static_library', 250 'type': 'static_library',
251 'sources': [ 251 'sources': [
252 'interfaces/window_manager/window_manager.mojom', 252 '../window_manager/public/interfaces/window_manager.mojom',
253 ], 253 ],
254 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ], 254 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ],
255 'dependencies': [ 255 'dependencies': [
256 'mojo_input_events_bindings', 256 'mojo_input_events_bindings',
257 '../../public/mojo_public.gyp:mojo_application_bindings', 257 '../../public/mojo_public.gyp:mojo_application_bindings',
258 '../../public/mojo_public.gyp:mojo_cpp_bindings', 258 '../../public/mojo_public.gyp:mojo_cpp_bindings',
259 ], 259 ],
260 'export_dependent_settings': [ 260 'export_dependent_settings': [
261 'mojo_input_events_bindings', 261 'mojo_input_events_bindings',
262 '../../public/mojo_public.gyp:mojo_application_bindings', 262 '../../public/mojo_public.gyp:mojo_application_bindings',
263 '../../public/mojo_public.gyp:mojo_cpp_bindings', 263 '../../public/mojo_public.gyp:mojo_cpp_bindings',
264 ], 264 ],
265 }, 265 },
266 ], 266 ],
267 } 267 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698