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

Side by Side Diff: mojo/public/mojo_public.gyp

Issue 726933006: Explicitly declare mojo_application_base->mojom dep in gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: different deps Created 6 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 'cpp/application/lib/service_connector.cc', 230 'cpp/application/lib/service_connector.cc',
231 'cpp/application/lib/service_connector.h', 231 'cpp/application/lib/service_connector.h',
232 'cpp/application/lib/service_registry.cc', 232 'cpp/application/lib/service_registry.cc',
233 'cpp/application/lib/service_registry.h', 233 'cpp/application/lib/service_registry.h',
234 'cpp/application/lib/weak_service_provider.cc', 234 'cpp/application/lib/weak_service_provider.cc',
235 'cpp/application/lib/weak_service_provider.h', 235 'cpp/application/lib/weak_service_provider.h',
236 'cpp/application/service_provider_impl.h', 236 'cpp/application/service_provider_impl.h',
237 ], 237 ],
238 'dependencies': [ 238 'dependencies': [
239 'mojo_application_bindings', 239 'mojo_application_bindings',
240 'mojo_application_bindings_mojom',
240 ], 241 ],
241 'export_dependent_settings': [ 242 'export_dependent_settings': [
242 'mojo_application_bindings', 243 'mojo_application_bindings',
244 'mojo_application_bindings_mojom',
243 ], 245 ],
244 }, 246 },
245 { 247 {
246 # GN version: //mojo/public/cpp/application:standalone" 248 # GN version: //mojo/public/cpp/application:standalone"
247 'target_name': 'mojo_application_standalone', 249 'target_name': 'mojo_application_standalone',
248 'type': 'static_library', 250 'type': 'static_library',
249 'sources': [ 251 'sources': [
250 'cpp/application/lib/application_runner.cc', 252 'cpp/application/lib/application_runner.cc',
251 'cpp/application/application_runner.h', 253 'cpp/application/application_runner.h',
252 ], 254 ],
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 }, 377 },
376 'dependencies': [ 378 'dependencies': [
377 'mojo_public_java', 379 'mojo_public_java',
378 ], 380 ],
379 'includes': [ '../../build/java.gypi' ], 381 'includes': [ '../../build/java.gypi' ],
380 }, 382 },
381 ], 383 ],
382 }], 384 }],
383 ], 385 ],
384 } 386 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698