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

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

Issue 103593006: Allow GN imports to be processed from imports. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/functions.cc ('k') | tools/gn/scope.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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 'label_unittest.cc', 182 'label_unittest.cc',
183 'loader_unittest.cc', 183 'loader_unittest.cc',
184 'ninja_binary_target_writer_unittest.cc', 184 'ninja_binary_target_writer_unittest.cc',
185 'ninja_helper_unittest.cc', 185 'ninja_helper_unittest.cc',
186 'ninja_copy_target_writer_unittest.cc', 186 'ninja_copy_target_writer_unittest.cc',
187 'ninja_script_target_writer_unittest.cc', 187 'ninja_script_target_writer_unittest.cc',
188 'parser_unittest.cc', 188 'parser_unittest.cc',
189 'path_output_unittest.cc', 189 'path_output_unittest.cc',
190 'pattern_unittest.cc', 190 'pattern_unittest.cc',
191 'scope_per_file_provider_unittest.cc', 191 'scope_per_file_provider_unittest.cc',
192 'scope_unittest.cc',
192 'source_dir_unittest.cc', 193 'source_dir_unittest.cc',
193 'string_utils_unittest.cc', 194 'string_utils_unittest.cc',
194 'target_generator_unittest.cc', 195 'target_generator_unittest.cc',
195 'target_unittest.cc', 196 'target_unittest.cc',
196 'test_with_scope.cc', 197 'test_with_scope.cc',
197 'test_with_scope.h', 198 'test_with_scope.h',
198 'tokenizer_unittest.cc', 199 'tokenizer_unittest.cc',
199 ], 200 ],
200 'dependencies': [ 201 'dependencies': [
201 'gn_lib', 202 'gn_lib',
202 '../../base/base.gyp:run_all_unittests', 203 '../../base/base.gyp:run_all_unittests',
203 '../../base/base.gyp:test_support_base', 204 '../../base/base.gyp:test_support_base',
204 '../../testing/gtest.gyp:gtest', 205 '../../testing/gtest.gyp:gtest',
205 ], 206 ],
206 }, 207 },
207 { 208 {
208 'target_name': 'generate_test_gn_data', 209 'target_name': 'generate_test_gn_data',
209 'type': 'executable', 210 'type': 'executable',
210 'sources': [ 211 'sources': [
211 'generate_test_gn_data.cc', 212 'generate_test_gn_data.cc',
212 ], 213 ],
213 'dependencies': [ 214 'dependencies': [
214 '../../base/base.gyp:base', 215 '../../base/base.gyp:base',
215 ], 216 ],
216 } 217 }
217 ], 218 ],
218 } 219 }
OLDNEW
« no previous file with comments | « tools/gn/functions.cc ('k') | tools/gn/scope.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698