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

Side by Side Diff: mojo/mojo.gyp

Issue 614923005: Rename all isolate_dependency_* to files. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: . 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 | « media/media_unittests.isolate ('k') | mojo/mojo_apps.gypi » ('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 665 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 'targets': [ 676 'targets': [
677 { 677 {
678 'target_name': 'mojo_python_unittests_run', 678 'target_name': 'mojo_python_unittests_run',
679 'type': 'none', 679 'type': 'none',
680 'dependencies': [ 680 'dependencies': [
681 'mojo_python', 681 'mojo_python',
682 'mojo_base.gyp:mojo_public_test_interfaces', 682 'mojo_base.gyp:mojo_public_test_interfaces',
683 ], 683 ],
684 'includes': [ 684 'includes': [
685 '../build/isolate.gypi', 685 '../build/isolate.gypi',
686 'mojo_python_unittests.isolate',
687 ], 686 ],
688 'sources': [ 687 'sources': [
689 'mojo_python_unittests.isolate', 688 'mojo_python_unittests.isolate',
690 ], 689 ],
691 }, 690 },
692 ], 691 ],
693 }], 692 }],
694 ], 693 ],
695 } 694 }
OLDNEW
« no previous file with comments | « media/media_unittests.isolate ('k') | mojo/mojo_apps.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698