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

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

Issue 636363002: Splits window manager like methods into ViewManagerServiceDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 2 trunk Created 6 years, 2 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
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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 ], 236 ],
237 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ], 237 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ],
238 'dependencies': [ 238 'dependencies': [
239 '../../public/mojo_public.gyp:mojo_cpp_bindings', 239 '../../public/mojo_public.gyp:mojo_cpp_bindings',
240 ], 240 ],
241 'export_dependent_settings': [ 241 'export_dependent_settings': [
242 '../../public/mojo_public.gyp:mojo_cpp_bindings', 242 '../../public/mojo_public.gyp:mojo_cpp_bindings',
243 ], 243 ],
244 }, 244 },
245 { 245 {
246 # GN version: //mojo/services/public/interfaces/window_manager
247 'target_name': 'mojo_window_manager_bindings',
248 'type': 'static_library',
249 'sources': [
250 'interfaces/window_manager/window_manager.mojom',
251 ],
252 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ],
253 'dependencies': [
254 'mojo_input_events_bindings',
255 '../../public/mojo_public.gyp:mojo_application_bindings',
256 '../../public/mojo_public.gyp:mojo_cpp_bindings',
257 ],
258 'export_dependent_settings': [
259 'mojo_input_events_bindings',
260 '../../public/mojo_public.gyp:mojo_application_bindings',
261 '../../public/mojo_public.gyp:mojo_cpp_bindings',
262 ],
263 },
264 {
246 # GN version: //mojo/services/public/interfaces/window_manager2 265 # GN version: //mojo/services/public/interfaces/window_manager2
247 'target_name': 'mojo_core_window_manager_bindings', 266 'target_name': 'mojo_core_window_manager_bindings',
248 'type': 'static_library', 267 'type': 'static_library',
249 'sources': [ 268 'sources': [
250 'interfaces/window_manager2/window_manager2.mojom', 269 'interfaces/window_manager2/window_manager2.mojom',
251 ], 270 ],
252 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ], 271 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ],
253 'export_dependent_settings': [ 272 'export_dependent_settings': [
254 '../../public/mojo_public.gyp:mojo_cpp_bindings', 273 '../../public/mojo_public.gyp:mojo_cpp_bindings',
255 ], 274 ],
256 'dependencies': [ 275 'dependencies': [
257 '../../public/mojo_public.gyp:mojo_cpp_bindings', 276 '../../public/mojo_public.gyp:mojo_cpp_bindings',
258 ], 277 ],
259 }, 278 },
260 ], 279 ],
261 } 280 }
OLDNEW
« no previous file with comments | « mojo/services/public/interfaces/window_manager/window_manager.mojom ('k') | mojo/services/view_manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698