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

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

Issue 301973005: GN only writes files if they've changed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reviuew comments Created 6 years, 6 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/function_write_file_unittest.cc ('k') | no next file » | 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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 'builder_unittest.cc', 178 'builder_unittest.cc',
179 'c_include_iterator_unittest.cc', 179 'c_include_iterator_unittest.cc',
180 'config_values_extractors_unittest.cc', 180 'config_values_extractors_unittest.cc',
181 'escape_unittest.cc', 181 'escape_unittest.cc',
182 'filesystem_utils_unittest.cc', 182 'filesystem_utils_unittest.cc',
183 'file_template_unittest.cc', 183 'file_template_unittest.cc',
184 'function_foreach_unittest.cc', 184 'function_foreach_unittest.cc',
185 'function_get_label_info_unittest.cc', 185 'function_get_label_info_unittest.cc',
186 'function_get_target_outputs_unittest.cc', 186 'function_get_target_outputs_unittest.cc',
187 'function_rebase_path_unittest.cc', 187 'function_rebase_path_unittest.cc',
188 'function_write_file_unittest.cc',
188 'functions_unittest.cc', 189 'functions_unittest.cc',
189 'header_checker_unittest.cc', 190 'header_checker_unittest.cc',
190 'input_conversion_unittest.cc', 191 'input_conversion_unittest.cc',
191 'label_unittest.cc', 192 'label_unittest.cc',
192 'loader_unittest.cc', 193 'loader_unittest.cc',
193 'ninja_action_target_writer_unittest.cc', 194 'ninja_action_target_writer_unittest.cc',
194 'ninja_binary_target_writer_unittest.cc', 195 'ninja_binary_target_writer_unittest.cc',
195 'ninja_copy_target_writer_unittest.cc', 196 'ninja_copy_target_writer_unittest.cc',
196 'ninja_helper_unittest.cc', 197 'ninja_helper_unittest.cc',
197 'ninja_target_writer_unittest.cc', 198 'ninja_target_writer_unittest.cc',
(...skipping 26 matching lines...) Expand all
224 'type': 'executable', 225 'type': 'executable',
225 'sources': [ 226 'sources': [
226 'generate_test_gn_data.cc', 227 'generate_test_gn_data.cc',
227 ], 228 ],
228 'dependencies': [ 229 'dependencies': [
229 '../../base/base.gyp:base', 230 '../../base/base.gyp:base',
230 ], 231 ],
231 } 232 }
232 ], 233 ],
233 } 234 }
OLDNEW
« no previous file with comments | « tools/gn/function_write_file_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698