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

Side by Side Diff: chrome/chrome_resources.gyp

Issue 15018020: Separate component resources into their own .grd file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge and fix docs Created 7 years, 7 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 | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_tests_unit.gypi » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 5 'variables': {
6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
7 'about_credits_file': '<(SHARED_INTERMEDIATE_DIR)/about_credits.html', 7 'about_credits_file': '<(SHARED_INTERMEDIATE_DIR)/about_credits.html',
8 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], 8 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'],
9 }, 9 },
10 'targets': [ 10 'targets': [
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 }, 339 },
340 { 340 {
341 'includes': ['chrome_repack_chrome_touch_180_percent.gypi'] 341 'includes': ['chrome_repack_chrome_touch_180_percent.gypi']
342 }, 342 },
343 ], 343 ],
344 'conditions': [ 344 'conditions': [
345 ['OS != "ios"', { 345 ['OS != "ios"', {
346 'dependencies': [ 346 'dependencies': [
347 # TODO(zork): Protect this with if use_aura==1 347 # TODO(zork): Protect this with if use_aura==1
348 '<(DEPTH)/ash/ash_strings.gyp:ash_strings', 348 '<(DEPTH)/ash/ash_strings.gyp:ash_strings',
349 '<(DEPTH)/components/component_resources.gyp:component_resources',
349 '<(DEPTH)/content/content_resources.gyp:content_resources', 350 '<(DEPTH)/content/content_resources.gyp:content_resources',
350 '<(DEPTH)/device/device_bluetooth_strings.gyp:device_bluetooth_strin gs', 351 '<(DEPTH)/device/device_bluetooth_strings.gyp:device_bluetooth_strin gs',
351 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', 352 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources',
352 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings', 353 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings',
353 ], 354 ],
354 }], 355 }],
355 ['use_ash==1', { 356 ['use_ash==1', {
356 'dependencies': [ 357 'dependencies': [
357 '<(DEPTH)/ash/ash.gyp:ash_resources', 358 '<(DEPTH)/ash/ash.gyp:ash_resources',
358 '<(DEPTH)/ash/ash.gyp:ash_wallpaper_resources', 359 '<(DEPTH)/ash/ash.gyp:ash_wallpaper_resources',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 '<(generator_path)', 473 '<(generator_path)',
473 'credits', 474 'credits',
474 '<(about_credits_file)', 475 '<(about_credits_file)',
475 ], 476 ],
476 'message': 'Generating about:credits.', 477 'message': 'Generating about:credits.',
477 }, 478 },
478 ], 479 ],
479 }, 480 },
480 ], # targets 481 ], # targets
481 } 482 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698