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

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

Issue 644793002: Renames window_manager.mojom to window_manager2.mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: really fix gn 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 246 # GN version: //mojo/services/public/interfaces/window_manager2
247 'target_name': 'mojo_core_window_manager_bindings', 247 'target_name': 'mojo_core_window_manager_bindings',
248 'type': 'static_library', 248 'type': 'static_library',
249 'sources': [ 249 'sources': [
250 'interfaces/window_manager/window_manager.mojom', 250 'interfaces/window_manager2/window_manager2.mojom',
251 ], 251 ],
252 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ], 252 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ],
253 'export_dependent_settings': [ 253 'export_dependent_settings': [
254 '../../public/mojo_public.gyp:mojo_cpp_bindings', 254 '../../public/mojo_public.gyp:mojo_cpp_bindings',
255 ], 255 ],
256 'dependencies': [ 256 'dependencies': [
257 '../../public/mojo_public.gyp:mojo_cpp_bindings', 257 '../../public/mojo_public.gyp:mojo_cpp_bindings',
258 ], 258 ],
259 }, 259 },
260 ], 260 ],
261 } 261 }
OLDNEW
« no previous file with comments | « mojo/services/public/interfaces/window_manager2/window_manager2.mojom ('k') | mojo/services/window_manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698