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

Side by Side Diff: chrome/chrome_resources.gyp

Issue 189763002: Remove chrome.pak and its references. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert chrome_repack_resources.gypi changes Created 6 years, 9 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_repack_chrome.gypi ('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 # 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 'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/i nternal/additional_modules_list.txt', 8 'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/i nternal/additional_modules_list.txt',
9 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], 9 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'],
10 }, 10 },
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 'chrome_strings', 360 'chrome_strings',
361 'platform_locale_settings', 361 'platform_locale_settings',
362 'theme_resources', 362 'theme_resources',
363 '<(DEPTH)/components/component_strings.gyp:component_strings', 363 '<(DEPTH)/components/component_strings.gyp:component_strings',
364 '<(DEPTH)/net/net.gyp:net_resources', 364 '<(DEPTH)/net/net.gyp:net_resources',
365 '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings', 365 '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings',
366 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', 366 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources',
367 ], 367 ],
368 'actions': [ 368 'actions': [
369 { 369 {
370 'includes': ['chrome_repack_chrome.gypi']
371 },
372 {
373 'includes': ['chrome_repack_locales.gypi'] 370 'includes': ['chrome_repack_locales.gypi']
374 }, 371 },
375 { 372 {
376 'includes': ['chrome_repack_pseudo_locales.gypi'] 373 'includes': ['chrome_repack_pseudo_locales.gypi']
377 }, 374 },
378 { 375 {
379 'includes': ['chrome_repack_chrome_100_percent.gypi'] 376 'includes': ['chrome_repack_chrome_100_percent.gypi']
380 }, 377 },
381 { 378 {
382 'includes': ['chrome_repack_chrome_200_percent.gypi'] 379 'includes': ['chrome_repack_chrome_200_percent.gypi']
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 '<(generator_path)', 495 '<(generator_path)',
499 'credits', 496 'credits',
500 '<(about_credits_file)', 497 '<(about_credits_file)',
501 ], 498 ],
502 'message': 'Generating about:credits', 499 'message': 'Generating about:credits',
503 }, 500 },
504 ], 501 ],
505 }, 502 },
506 ], # targets 503 ], # targets
507 } 504 }
OLDNEW
« no previous file with comments | « chrome/chrome_repack_chrome.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698