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

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: minor cleanup 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 'cpp/view_manager/types.h', 181 'cpp/view_manager/types.h',
182 ], 182 ],
183 }, 183 },
184 { 184 {
185 # GN version: //mojo/services/public/interfaces/view_manager 185 # GN version: //mojo/services/public/interfaces/view_manager
186 'target_name': 'mojo_view_manager_bindings', 186 'target_name': 'mojo_view_manager_bindings',
187 'type': 'static_library', 187 'type': 'static_library',
188 'sources': [ 188 'sources': [
189 'interfaces/view_manager/view_manager.mojom', 189 'interfaces/view_manager/view_manager.mojom',
190 'interfaces/view_manager/view_manager_constants.mojom', 190 'interfaces/view_manager/view_manager_constants.mojom',
191 'interfaces/view_manager/view_manager_service_delegate.mojom',
191 ], 192 ],
192 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ], 193 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ],
193 'dependencies': [ 194 'dependencies': [
194 'mojo_geometry_bindings', 195 'mojo_geometry_bindings',
195 'mojo_input_events_bindings', 196 'mojo_input_events_bindings',
196 'mojo_surface_id_bindings', 197 'mojo_surface_id_bindings',
197 '../../public/mojo_public.gyp:mojo_application_bindings', 198 '../../public/mojo_public.gyp:mojo_application_bindings',
198 '../../public/mojo_public.gyp:mojo_cpp_bindings', 199 '../../public/mojo_public.gyp:mojo_cpp_bindings',
199 ], 200 ],
200 'export_dependent_settings': [ 201 'export_dependent_settings': [
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ], 253 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ],
253 'export_dependent_settings': [ 254 'export_dependent_settings': [
254 '../../public/mojo_public.gyp:mojo_cpp_bindings', 255 '../../public/mojo_public.gyp:mojo_cpp_bindings',
255 ], 256 ],
256 'dependencies': [ 257 'dependencies': [
257 '../../public/mojo_public.gyp:mojo_cpp_bindings', 258 '../../public/mojo_public.gyp:mojo_cpp_bindings',
258 ], 259 ],
259 }, 260 },
260 ], 261 ],
261 } 262 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698