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

Side by Side Diff: mojo/mojo.gyp

Issue 228293005: Fix mojo dependencies for component build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | 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 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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 'common/common_type_converters_unittest.cc', 311 'common/common_type_converters_unittest.cc',
312 'common/handle_watcher_unittest.cc', 312 'common/handle_watcher_unittest.cc',
313 'common/message_pump_mojo_unittest.cc', 313 'common/message_pump_mojo_unittest.cc',
314 'common/test/multiprocess_test_helper_unittest.cc', 314 'common/test/multiprocess_test_helper_unittest.cc',
315 ], 315 ],
316 }, 316 },
317 { 317 {
318 'target_name': 'mojo_environment_chromium', 318 'target_name': 'mojo_environment_chromium',
319 'type': 'static_library', 319 'type': 'static_library',
320 'dependencies': [ 320 'dependencies': [
321 'mojo_common_lib',
321 'mojo_environment_chromium_impl', 322 'mojo_environment_chromium_impl',
322 ], 323 ],
323 'sources': [ 324 'sources': [
324 'environment/default_async_waiter.cc', 325 'environment/default_async_waiter.cc',
325 'environment/buffer_tls.cc', 326 'environment/buffer_tls.cc',
326 'environment/environment.cc', 327 'environment/environment.cc',
327 ], 328 ],
328 'include_dirs': [ 329 'include_dirs': [
329 '..', 330 '..',
330 ], 331 ],
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 'mojo_js_unittests.isolate', 647 'mojo_js_unittests.isolate',
647 ], 648 ],
648 'sources': [ 649 'sources': [
649 'mojo_js_unittests.isolate', 650 'mojo_js_unittests.isolate',
650 ], 651 ],
651 }, 652 },
652 ], 653 ],
653 }], 654 }],
654 ], 655 ],
655 } 656 }
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