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

Side by Side Diff: mojo/mojo.gyp

Issue 164313002: Rename ServiceConnector back to ServiceManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Bad upload Created 6 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | mojo/shell/android/mojo_main.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'target_defaults': { 6 'target_defaults': {
7 'conditions': [ 7 'conditions': [
8 ['mojo_shell_debug_url != ""', { 8 ['mojo_shell_debug_url != ""', {
9 'defines': [ 9 'defines': [
10 'MOJO_SHELL_DEBUG=1', 10 'MOJO_SHELL_DEBUG=1',
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 'shell/init.cc', 329 'shell/init.cc',
330 'shell/init.h', 330 'shell/init.h',
331 'shell/keep_alive.cc', 331 'shell/keep_alive.cc',
332 'shell/keep_alive.h', 332 'shell/keep_alive.h',
333 'shell/loader.cc', 333 'shell/loader.cc',
334 'shell/loader.h', 334 'shell/loader.h',
335 'shell/network_delegate.cc', 335 'shell/network_delegate.cc',
336 'shell/network_delegate.h', 336 'shell/network_delegate.h',
337 'shell/run.cc', 337 'shell/run.cc',
338 'shell/run.h', 338 'shell/run.h',
339 'shell/service_connector.cc', 339 'shell/service_manager.cc',
340 'shell/service_connector.h', 340 'shell/service_manager.h',
341 'shell/storage.cc', 341 'shell/storage.cc',
342 'shell/storage.h', 342 'shell/storage.h',
343 'shell/switches.cc', 343 'shell/switches.cc',
344 'shell/switches.h', 344 'shell/switches.h',
345 'shell/task_runners.cc', 345 'shell/task_runners.cc',
346 'shell/task_runners.h', 346 'shell/task_runners.h',
347 'shell/url_request_context_getter.cc', 347 'shell/url_request_context_getter.cc',
348 'shell/url_request_context_getter.h', 348 'shell/url_request_context_getter.h',
349 ], 349 ],
350 }, 350 },
(...skipping 21 matching lines...) Expand all
372 'dependencies': [ 372 'dependencies': [
373 '../base/base.gyp:base', 373 '../base/base.gyp:base',
374 '../testing/gtest.gyp:gtest', 374 '../testing/gtest.gyp:gtest',
375 'mojo_environment_standalone', 375 'mojo_environment_standalone',
376 'mojo_run_all_unittests', 376 'mojo_run_all_unittests',
377 'mojo_utility', 377 'mojo_utility',
378 'mojo_shell_lib', 378 'mojo_shell_lib',
379 ], 379 ],
380 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ], 380 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
381 'sources': [ 381 'sources': [
382 'shell/service_connector_unittest.cc', 382 'shell/service_manager_unittest.cc',
383 'shell/test.mojom', 383 'shell/test.mojom',
384 ], 384 ],
385 }, 385 },
386 ], 386 ],
387 'conditions': [ 387 'conditions': [
388 ['OS=="android"', { 388 ['OS=="android"', {
389 'targets': [ 389 'targets': [
390 { 390 {
391 'target_name': 'mojo_native_viewport_java', 391 'target_name': 'mojo_native_viewport_java',
392 'type': 'none', 392 'type': 'none',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', 459 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk',
460 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', 460 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res',
461 'native_lib_target': 'libmojo_shell', 461 'native_lib_target': 'libmojo_shell',
462 }, 462 },
463 'includes': [ '../build/java_apk.gypi' ], 463 'includes': [ '../build/java_apk.gypi' ],
464 } 464 }
465 ], 465 ],
466 }], 466 }],
467 ], 467 ],
468 } 468 }
OLDNEW
« no previous file with comments | « no previous file | mojo/shell/android/mojo_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698