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

Side by Side Diff: tools/gn/gn.gyp

Issue 22290010: Add support for data deps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove switch Created 7 years, 4 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 | « tools/gn/command_help.cc ('k') | tools/gn/ninja_helper.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 { 1 {
2 'variables': { 2 'variables': {
3 'chromium_code': 1, 3 'chromium_code': 1,
4 }, 4 },
5 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'gn_lib', 7 'target_name': 'gn_lib',
8 'type': 'static_library', 8 'type': 'static_library',
9 'dependencies': [ 9 'dependencies': [
10 '../../base/base.gyp:base', 10 '../../base/base.gyp:base',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'tokenizer.cc', 110 'tokenizer.cc',
111 'tokenizer.h', 111 'tokenizer.h',
112 'toolchain.cc', 112 'toolchain.cc',
113 'toolchain.h', 113 'toolchain.h',
114 'toolchain_manager.cc', 114 'toolchain_manager.cc',
115 'toolchain_manager.h', 115 'toolchain_manager.h',
116 'value.cc', 116 'value.cc',
117 'value.h', 117 'value.h',
118 'value_extractors.cc', 118 'value_extractors.cc',
119 'value_extractors.h', 119 'value_extractors.h',
120 'variables.cc',
121 'variables.h',
120 ], 122 ],
121 }, 123 },
122 { 124 {
123 'target_name': 'gn', 125 'target_name': 'gn',
124 'type': 'executable', 126 'type': 'executable',
125 'sources': [ 127 'sources': [
126 'gn_main.cc', 128 'gn_main.cc',
127 ], 129 ],
128 'dependencies': [ 130 'dependencies': [
129 'gn_lib', 131 'gn_lib',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 'type': 'executable', 164 'type': 'executable',
163 'sources': [ 165 'sources': [
164 'generate_test_gn_data.cc', 166 'generate_test_gn_data.cc',
165 ], 167 ],
166 'dependencies': [ 168 'dependencies': [
167 '../../base/base.gyp:base', 169 '../../base/base.gyp:base',
168 ], 170 ],
169 } 171 }
170 ], 172 ],
171 } 173 }
OLDNEW
« no previous file with comments | « tools/gn/command_help.cc ('k') | tools/gn/ninja_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698