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

Side by Side Diff: base/base.gyp

Issue 604061: Roll gyp DEPS, and mostly revert r38366 which was fixed better in gyp. (Closed)
Patch Set: Created 10 years, 10 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
« no previous file with comments | « DEPS ('k') | build/util/build_util.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'base.gypi', 10 'base.gypi',
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 'variables': { 291 'variables': {
292 'branding_path': 292 'branding_path':
293 '../chrome/app/theme/chromium/BRANDING', 293 '../chrome/app/theme/chromium/BRANDING',
294 }, 294 },
295 }], 295 }],
296 ], 296 ],
297 'inputs': [ 297 'inputs': [
298 '<(template_input_path)', 298 '<(template_input_path)',
299 '<(version_path)', 299 '<(version_path)',
300 '<(branding_path)', 300 '<(branding_path)',
301 '<(lastchange_path)',
301 ], 302 ],
302 'outputs': [ 303 'outputs': [
303 '<(SHARED_INTERMEDIATE_DIR)/base/file_version_info_linux.h', 304 '<(SHARED_INTERMEDIATE_DIR)/base/file_version_info_linux.h',
304 ], 305 ],
305 'dependencies': [
306 '../../build/util/build_util.gyp:lastchange',
307 ],
308 'action': [ 306 'action': [
309 'python', 307 'python',
310 '<(version_py_path)', 308 '<(version_py_path)',
311 '-f', '<(version_path)', 309 '-f', '<(version_path)',
312 '-f', '<(branding_path)', 310 '-f', '<(branding_path)',
313 '-f', '<(lastchange_path)', 311 '-f', '<(lastchange_path)',
314 '<(template_input_path)', 312 '<(template_input_path)',
315 '<@(_outputs)', 313 '<@(_outputs)',
316 ], 314 ],
317 'message': 'Generating version information', 315 'message': 'Generating version information',
318 }, 316 },
319 ], 317 ],
320 }, 318 },
321 ], 319 ],
322 }], 320 }],
323 ], 321 ],
324 } 322 }
325 323
326 # Local Variables: 324 # Local Variables:
327 # tab-width:2 325 # tab-width:2
328 # indent-tabs-mode:nil 326 # indent-tabs-mode:nil
329 # End: 327 # End:
330 # vim: set expandtab tabstop=2 shiftwidth=2: 328 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « DEPS ('k') | build/util/build_util.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698