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

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

Issue 265693003: Redo GN "args" command (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: create dir Created 6 years, 7 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
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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 'pattern_unittest.cc', 195 'pattern_unittest.cc',
196 'scope_per_file_provider_unittest.cc', 196 'scope_per_file_provider_unittest.cc',
197 'scope_unittest.cc', 197 'scope_unittest.cc',
198 'source_dir_unittest.cc', 198 'source_dir_unittest.cc',
199 'string_utils_unittest.cc', 199 'string_utils_unittest.cc',
200 'target_generator_unittest.cc', 200 'target_generator_unittest.cc',
201 'target_unittest.cc', 201 'target_unittest.cc',
202 'test_with_scope.cc', 202 'test_with_scope.cc',
203 'test_with_scope.h', 203 'test_with_scope.h',
204 'tokenizer_unittest.cc', 204 'tokenizer_unittest.cc',
205 'value_unittest.cc',
205 'visibility_unittest.cc', 206 'visibility_unittest.cc',
206 ], 207 ],
207 'dependencies': [ 208 'dependencies': [
208 'gn_lib', 209 'gn_lib',
209 '../../base/base.gyp:run_all_unittests', 210 '../../base/base.gyp:run_all_unittests',
210 '../../base/base.gyp:test_support_base', 211 '../../base/base.gyp:test_support_base',
211 '../../testing/gtest.gyp:gtest', 212 '../../testing/gtest.gyp:gtest',
212 ], 213 ],
213 }, 214 },
214 { 215 {
215 'target_name': 'generate_test_gn_data', 216 'target_name': 'generate_test_gn_data',
216 'type': 'executable', 217 'type': 'executable',
217 'sources': [ 218 'sources': [
218 'generate_test_gn_data.cc', 219 'generate_test_gn_data.cc',
219 ], 220 ],
220 'dependencies': [ 221 'dependencies': [
221 '../../base/base.gyp:base', 222 '../../base/base.gyp:base',
222 ], 223 ],
223 } 224 }
224 ], 225 ],
225 } 226 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698