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

Side by Side Diff: mojo/mojo.gyp

Issue 658503003: Enables specifying mojo url mapping on command line (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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
« no previous file with comments | « no previous file | mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 'mojo_base.gyp:mojo_environment_chromium', 275 'mojo_base.gyp:mojo_environment_chromium',
276 'mojo_shell_lib', 276 'mojo_shell_lib',
277 'mojo_test_app', 277 'mojo_test_app',
278 'mojo_test_request_tracker_app', 278 'mojo_test_request_tracker_app',
279 'mojo_test_service_bindings', 279 'mojo_test_service_bindings',
280 ], 280 ],
281 'sources': [ 281 'sources': [
282 'shell/child_process_host_unittest.cc', 282 'shell/child_process_host_unittest.cc',
283 'shell/dynamic_application_loader_unittest.cc', 283 'shell/dynamic_application_loader_unittest.cc',
284 'shell/in_process_dynamic_service_runner_unittest.cc', 284 'shell/in_process_dynamic_service_runner_unittest.cc',
285 'shell/mojo_url_resolver_unittest.cc',
285 'shell/shell_test_base.cc', 286 'shell/shell_test_base.cc',
286 'shell/shell_test_base.h', 287 'shell/shell_test_base.h',
287 'shell/shell_test_base_unittest.cc', 288 'shell/shell_test_base_unittest.cc',
288 'shell/shell_test_main.cc', 289 'shell/shell_test_main.cc',
289 ], 290 ],
290 'conditions': [ 291 'conditions': [
291 ['OS == "android"', { 292 ['OS == "android"', {
292 'dependencies': [ 293 'dependencies': [
293 '../testing/android/native_test.gyp:native_test_native_code', 294 '../testing/android/native_test.gyp:native_test_native_code',
294 ], 295 ],
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
772 '../build/isolate.gypi', 773 '../build/isolate.gypi',
773 ], 774 ],
774 'sources': [ 775 'sources': [
775 'mojo_js_unittests.isolate', 776 'mojo_js_unittests.isolate',
776 ], 777 ],
777 }, 778 },
778 ], 779 ],
779 }], 780 }],
780 ], 781 ],
781 } 782 }
OLDNEW
« no previous file with comments | « no previous file | mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698