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

Side by Side Diff: trunk/src/chrome/chrome_resources.gyp

Issue 22557005: Revert 216822 "Remove chrome.pak references, build resources int..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 4 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
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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 'chrome_strings', 312 'chrome_strings',
313 'platform_locale_settings', 313 'platform_locale_settings',
314 'theme_resources', 314 'theme_resources',
315 '<(DEPTH)/components/component_strings.gyp:component_strings', 315 '<(DEPTH)/components/component_strings.gyp:component_strings',
316 '<(DEPTH)/net/net.gyp:net_resources', 316 '<(DEPTH)/net/net.gyp:net_resources',
317 '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings', 317 '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings',
318 '<(DEPTH)/ui/ui.gyp:ui_resources', 318 '<(DEPTH)/ui/ui.gyp:ui_resources',
319 ], 319 ],
320 'actions': [ 320 'actions': [
321 { 321 {
322 'includes': ['chrome_repack_chrome.gypi']
323 },
324 {
322 'includes': ['chrome_repack_locales.gypi'] 325 'includes': ['chrome_repack_locales.gypi']
323 }, 326 },
324 { 327 {
325 'includes': ['chrome_repack_pseudo_locales.gypi'] 328 'includes': ['chrome_repack_pseudo_locales.gypi']
326 }, 329 },
327 { 330 {
328 'includes': ['chrome_repack_chrome_100_percent.gypi'] 331 'includes': ['chrome_repack_chrome_100_percent.gypi']
329 }, 332 },
330 { 333 {
331 'includes': ['chrome_repack_chrome_200_percent.gypi'] 334 'includes': ['chrome_repack_chrome_200_percent.gypi']
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 '<(generator_path)', 473 '<(generator_path)',
471 'credits', 474 'credits',
472 '<(about_credits_file)', 475 '<(about_credits_file)',
473 ], 476 ],
474 'message': 'Generating about:credits.', 477 'message': 'Generating about:credits.',
475 }, 478 },
476 ], 479 ],
477 }, 480 },
478 ], # targets 481 ], # targets
479 } 482 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/chrome_repack_resources.gypi ('k') | trunk/src/chrome/common/descriptors_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698