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

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

Issue 26267003: Add the concept of a source set to GN. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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_target.cc ('k') | tools/gn/ninja_binary_target_writer.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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 { 164 {
165 'target_name': 'gn_unittests', 165 'target_name': 'gn_unittests',
166 'type': '<(gtest_target_type)', 166 'type': '<(gtest_target_type)',
167 'sources': [ 167 'sources': [
168 'escape_unittest.cc', 168 'escape_unittest.cc',
169 'file_template_unittest.cc', 169 'file_template_unittest.cc',
170 'filesystem_utils_unittest.cc', 170 'filesystem_utils_unittest.cc',
171 'function_rebase_path_unittest.cc', 171 'function_rebase_path_unittest.cc',
172 'input_conversion_unittest.cc', 172 'input_conversion_unittest.cc',
173 'label_unittest.cc', 173 'label_unittest.cc',
174 'ninja_binary_target_writer_unittest.cc',
174 'ninja_helper_unittest.cc', 175 'ninja_helper_unittest.cc',
175 'ninja_copy_target_writer_unittest.cc', 176 'ninja_copy_target_writer_unittest.cc',
176 'ninja_script_target_writer_unittest.cc', 177 'ninja_script_target_writer_unittest.cc',
177 'parser_unittest.cc', 178 'parser_unittest.cc',
178 'path_output_unittest.cc', 179 'path_output_unittest.cc',
179 'pattern_unittest.cc', 180 'pattern_unittest.cc',
180 'scope_per_file_provider_unittest.cc', 181 'scope_per_file_provider_unittest.cc',
181 'source_dir_unittest.cc', 182 'source_dir_unittest.cc',
182 'string_utils_unittest.cc', 183 'string_utils_unittest.cc',
183 'target_generator_unittest.cc', 184 'target_generator_unittest.cc',
(...skipping 15 matching lines...) Expand all
199 'type': 'executable', 200 'type': 'executable',
200 'sources': [ 201 'sources': [
201 'generate_test_gn_data.cc', 202 'generate_test_gn_data.cc',
202 ], 203 ],
203 'dependencies': [ 204 'dependencies': [
204 '../../base/base.gyp:base', 205 '../../base/base.gyp:base',
205 ], 206 ],
206 } 207 }
207 ], 208 ],
208 } 209 }
OLDNEW
« no previous file with comments | « tools/gn/functions_target.cc ('k') | tools/gn/ninja_binary_target_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698