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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 2817026: Move the files in resources/shared/ into resources.pak (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Rebase after tony's commit Created 10 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/installer/mini_installer/chrome.release » ('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 'target_defaults': { 5 'target_defaults': {
6 'variables': { 6 'variables': {
7 'chrome_dll_target': 0, 7 'chrome_dll_target': 0,
8 }, 8 },
9 'target_conditions': [ 9 'target_conditions': [
10 ['chrome_dll_target==1', { 10 ['chrome_dll_target==1', {
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 '-x', '<(INTERMEDIATE_DIR)', 373 '-x', '<(INTERMEDIATE_DIR)',
374 '<@(locales)', 374 '<@(locales)',
375 ], 375 ],
376 }, 376 },
377 { 377 {
378 'action_name': 'repack_resources', 378 'action_name': 'repack_resources',
379 'variables': { 379 'variables': {
380 'pak_inputs': [ 380 'pak_inputs': [
381 '<(grit_out_dir)/bookmark_manager_resources.pak', 381 '<(grit_out_dir)/bookmark_manager_resources.pak',
382 '<(grit_out_dir)/net_internals_resources.pak', 382 '<(grit_out_dir)/net_internals_resources.pak',
383 '<(grit_out_dir)/shared_resources.pak',
383 ], 384 ],
384 }, 385 },
385 'inputs': [ 386 'inputs': [
386 '<(repack_path)', 387 '<(repack_path)',
387 '<@(pak_inputs)', 388 '<@(pak_inputs)',
388 ], 389 ],
389 'outputs': [ 390 'outputs': [
390 '<(INTERMEDIATE_DIR)/repack/resources.pak', 391 '<(INTERMEDIATE_DIR)/repack/resources.pak',
391 ], 392 ],
392 'action': ['python', '<(repack_path)', '<@(_outputs)', 393 'action': ['python', '<(repack_path)', '<@(_outputs)',
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 'configurations': { 598 'configurations': {
598 'Common_Base': { 599 'Common_Base': {
599 'msvs_target_platform': 'x64', 600 'msvs_target_platform': 'x64',
600 }, 601 },
601 }, 602 },
602 }, # target chrome_dll 603 }, # target chrome_dll
603 ], 604 ],
604 }], 605 }],
605 ], 606 ],
606 } 607 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/installer/mini_installer/chrome.release » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698