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

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

Issue 212933008: Don't dynamically scope GN templates. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/functions_unittest.cc ('k') | tools/gn/import_manager.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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 'source_file.cc', 133 'source_file.cc',
134 'source_file.h', 134 'source_file.h',
135 'standard_out.cc', 135 'standard_out.cc',
136 'standard_out.h', 136 'standard_out.h',
137 'string_utils.cc', 137 'string_utils.cc',
138 'string_utils.h', 138 'string_utils.h',
139 'target.cc', 139 'target.cc',
140 'target.h', 140 'target.h',
141 'target_generator.cc', 141 'target_generator.cc',
142 'target_generator.h', 142 'target_generator.h',
143 'template.cc',
144 'template.h',
143 'token.cc', 145 'token.cc',
144 'token.h', 146 'token.h',
145 'tokenizer.cc', 147 'tokenizer.cc',
146 'tokenizer.h', 148 'tokenizer.h',
147 'toolchain.cc', 149 'toolchain.cc',
148 'toolchain.h', 150 'toolchain.h',
149 'trace.cc', 151 'trace.cc',
150 'trace.h', 152 'trace.h',
151 'value.cc', 153 'value.cc',
152 'value.h', 154 'value.h',
(...skipping 17 matching lines...) Expand all
170 }, 172 },
171 { 173 {
172 'target_name': 'gn_unittests', 174 'target_name': 'gn_unittests',
173 'type': '<(gtest_target_type)', 175 'type': '<(gtest_target_type)',
174 'sources': [ 176 'sources': [
175 'builder_unittest.cc', 177 'builder_unittest.cc',
176 'escape_unittest.cc', 178 'escape_unittest.cc',
177 'filesystem_utils_unittest.cc', 179 'filesystem_utils_unittest.cc',
178 'file_template_unittest.cc', 180 'file_template_unittest.cc',
179 'function_rebase_path_unittest.cc', 181 'function_rebase_path_unittest.cc',
182 'functions_unittest.cc',
180 'gyp_action_target_writer_unittest.cc', 183 'gyp_action_target_writer_unittest.cc',
181 'gyp_binary_target_writer_unittest.cc', 184 'gyp_binary_target_writer_unittest.cc',
182 'input_conversion_unittest.cc', 185 'input_conversion_unittest.cc',
183 'label_unittest.cc', 186 'label_unittest.cc',
184 'loader_unittest.cc', 187 'loader_unittest.cc',
185 'ninja_action_target_writer_unittest.cc', 188 'ninja_action_target_writer_unittest.cc',
186 'ninja_binary_target_writer_unittest.cc', 189 'ninja_binary_target_writer_unittest.cc',
187 'ninja_copy_target_writer_unittest.cc', 190 'ninja_copy_target_writer_unittest.cc',
188 'ninja_helper_unittest.cc', 191 'ninja_helper_unittest.cc',
189 'operators_unittest.cc', 192 'operators_unittest.cc',
(...skipping 23 matching lines...) Expand all
213 'type': 'executable', 216 'type': 'executable',
214 'sources': [ 217 'sources': [
215 'generate_test_gn_data.cc', 218 'generate_test_gn_data.cc',
216 ], 219 ],
217 'dependencies': [ 220 'dependencies': [
218 '../../base/base.gyp:base', 221 '../../base/base.gyp:base',
219 ], 222 ],
220 } 223 }
221 ], 224 ],
222 } 225 }
OLDNEW
« no previous file with comments | « tools/gn/functions_unittest.cc ('k') | tools/gn/import_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698