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

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

Issue 207233003: Add "." accessors to GN. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 6 years, 9 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/BUILD.gn ('k') | tools/gn/parse_tree.h » ('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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 'gyp_action_target_writer_unittest.cc', 180 'gyp_action_target_writer_unittest.cc',
181 'gyp_binary_target_writer_unittest.cc', 181 'gyp_binary_target_writer_unittest.cc',
182 'input_conversion_unittest.cc', 182 'input_conversion_unittest.cc',
183 'label_unittest.cc', 183 'label_unittest.cc',
184 'loader_unittest.cc', 184 'loader_unittest.cc',
185 'ninja_action_target_writer_unittest.cc', 185 'ninja_action_target_writer_unittest.cc',
186 'ninja_binary_target_writer_unittest.cc', 186 'ninja_binary_target_writer_unittest.cc',
187 'ninja_copy_target_writer_unittest.cc', 187 'ninja_copy_target_writer_unittest.cc',
188 'ninja_helper_unittest.cc', 188 'ninja_helper_unittest.cc',
189 'operators_unittest.cc', 189 'operators_unittest.cc',
190 'parse_tree_unittest.cc',
190 'parser_unittest.cc', 191 'parser_unittest.cc',
191 'path_output_unittest.cc', 192 'path_output_unittest.cc',
192 'pattern_unittest.cc', 193 'pattern_unittest.cc',
193 'scope_per_file_provider_unittest.cc', 194 'scope_per_file_provider_unittest.cc',
194 'scope_unittest.cc', 195 'scope_unittest.cc',
195 'source_dir_unittest.cc', 196 'source_dir_unittest.cc',
196 'string_utils_unittest.cc', 197 'string_utils_unittest.cc',
197 'target_generator_unittest.cc', 198 'target_generator_unittest.cc',
198 'target_unittest.cc', 199 'target_unittest.cc',
199 'test_with_scope.cc', 200 'test_with_scope.cc',
(...skipping 12 matching lines...) Expand all
212 'type': 'executable', 213 'type': 'executable',
213 'sources': [ 214 'sources': [
214 'generate_test_gn_data.cc', 215 'generate_test_gn_data.cc',
215 ], 216 ],
216 'dependencies': [ 217 'dependencies': [
217 '../../base/base.gyp:base', 218 '../../base/base.gyp:base',
218 ], 219 ],
219 } 220 }
220 ], 221 ],
221 } 222 }
OLDNEW
« no previous file with comments | « tools/gn/BUILD.gn ('k') | tools/gn/parse_tree.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698