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

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

Issue 23606031: GN: Use build directory for CD for scripts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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_script_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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 'filesystem_utils.h', 44 'filesystem_utils.h',
45 'functions_target.cc', 45 'functions_target.cc',
46 'functions.cc', 46 'functions.cc',
47 'functions.h', 47 'functions.h',
48 'function_exec_script.cc', 48 'function_exec_script.cc',
49 'function_process_file_template.cc', 49 'function_process_file_template.cc',
50 'function_read_file.cc', 50 'function_read_file.cc',
51 'function_set_default_toolchain.cc', 51 'function_set_default_toolchain.cc',
52 'function_set_defaults.cc', 52 'function_set_defaults.cc',
53 'function_template.cc', 53 'function_template.cc',
54 'function_to_build_path.cc',
54 'function_toolchain.cc', 55 'function_toolchain.cc',
55 'function_write_file.cc', 56 'function_write_file.cc',
56 'group_target_generator.cc', 57 'group_target_generator.cc',
57 'group_target_generator.h', 58 'group_target_generator.h',
58 'import_manager.cc', 59 'import_manager.cc',
59 'import_manager.h', 60 'import_manager.h',
60 'input_conversion.cc', 61 'input_conversion.cc',
61 'input_conversion.h', 62 'input_conversion.h',
62 'input_file.cc', 63 'input_file.cc',
63 'input_file.h', 64 'input_file.h',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 159 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations',
159 ], 160 ],
160 }, 161 },
161 { 162 {
162 'target_name': 'gn_unittests', 163 'target_name': 'gn_unittests',
163 'type': '<(gtest_target_type)', 164 'type': '<(gtest_target_type)',
164 'sources': [ 165 'sources': [
165 'escape_unittest.cc', 166 'escape_unittest.cc',
166 'file_template_unittest.cc', 167 'file_template_unittest.cc',
167 'filesystem_utils_unittest.cc', 168 'filesystem_utils_unittest.cc',
169 'function_to_build_path_unittest.cc',
168 'input_conversion_unittest.cc', 170 'input_conversion_unittest.cc',
169 'label_unittest.cc', 171 'label_unittest.cc',
170 'ninja_helper_unittest.cc', 172 'ninja_helper_unittest.cc',
171 'parser_unittest.cc', 173 'parser_unittest.cc',
172 'path_output_unittest.cc', 174 'path_output_unittest.cc',
173 'pattern_unittest.cc', 175 'pattern_unittest.cc',
174 'scope_per_file_provider_unittest.cc', 176 'scope_per_file_provider_unittest.cc',
175 'source_dir_unittest.cc', 177 'source_dir_unittest.cc',
176 'string_utils_unittest.cc', 178 'string_utils_unittest.cc',
177 'target_generator_unittest.cc', 179 'target_generator_unittest.cc',
178 'target_manager_unittest.cc', 180 'target_manager_unittest.cc',
179 'target_unittest.cc', 181 'target_unittest.cc',
182 'test_with_scope.cc',
183 'test_with_scope.h',
180 'tokenizer_unittest.cc', 184 'tokenizer_unittest.cc',
181 ], 185 ],
182 'dependencies': [ 186 'dependencies': [
183 'gn_lib', 187 'gn_lib',
184 '../../base/base.gyp:run_all_unittests', 188 '../../base/base.gyp:run_all_unittests',
185 '../../base/base.gyp:test_support_base', 189 '../../base/base.gyp:test_support_base',
186 '../../testing/gtest.gyp:gtest', 190 '../../testing/gtest.gyp:gtest',
187 ], 191 ],
188 }, 192 },
189 { 193 {
190 'target_name': 'generate_test_gn_data', 194 'target_name': 'generate_test_gn_data',
191 'type': 'executable', 195 'type': 'executable',
192 'sources': [ 196 'sources': [
193 'generate_test_gn_data.cc', 197 'generate_test_gn_data.cc',
194 ], 198 ],
195 'dependencies': [ 199 'dependencies': [
196 '../../base/base.gyp:base', 200 '../../base/base.gyp:base',
197 ], 201 ],
198 } 202 }
199 ], 203 ],
200 } 204 }
OLDNEW
« no previous file with comments | « tools/gn/functions_target.cc ('k') | tools/gn/ninja_script_target_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698