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

Side by Side Diff: mojo/mojo.gyp

Issue 640893003: Move mojo/services/public/cpp TypeConverters to mojo/converters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restore the directory and component structures and target names. 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 | « mojo/examples/window_manager/window_manager.cc ('k') | mojo/mojo_converters.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',
11 'MOJO_SHELL_DEBUG_URL="<(mojo_shell_debug_url)"', 11 'MOJO_SHELL_DEBUG_URL="<(mojo_shell_debug_url)"',
12 ], 12 ],
13 }], 13 }],
14 ], 14 ],
15 }, 15 },
16 'includes': [ 16 'includes': [
17 'mojo_apps.gypi', 17 'mojo_apps.gypi',
18 'mojo_converters.gypi',
18 'mojo_examples.gypi', 19 'mojo_examples.gypi',
19 'mojo_services.gypi', 20 'mojo_services.gypi',
20 'mojo_variables.gypi', 21 'mojo_variables.gypi',
21 ], 22 ],
22 'targets': [ 23 'targets': [
23 { 24 {
24 # GN version: //mojo 25 # GN version: //mojo
25 'target_name': 'mojo', 26 'target_name': 'mojo',
26 'type': 'none', 27 'type': 'none',
27 'dependencies': [ 28 'dependencies': [
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 '../build/isolate.gypi', 771 '../build/isolate.gypi',
771 ], 772 ],
772 'sources': [ 773 'sources': [
773 'mojo_js_unittests.isolate', 774 'mojo_js_unittests.isolate',
774 ], 775 ],
775 }, 776 },
776 ], 777 ],
777 }], 778 }],
778 ], 779 ],
779 } 780 }
OLDNEW
« no previous file with comments | « mojo/examples/window_manager/window_manager.cc ('k') | mojo/mojo_converters.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698