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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 2855021: Revert 50761 - Move the files in resources/shared/ into resources.pak... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 | Annotate | Revision Log
« 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 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 '-x', '<(INTERMEDIATE_DIR)', 374 '-x', '<(INTERMEDIATE_DIR)',
375 '<@(locales)', 375 '<@(locales)',
376 ], 376 ],
377 }, 377 },
378 { 378 {
379 'action_name': 'repack_resources', 379 'action_name': 'repack_resources',
380 'variables': { 380 'variables': {
381 'pak_inputs': [ 381 'pak_inputs': [
382 '<(grit_out_dir)/bookmark_manager_resources.pak', 382 '<(grit_out_dir)/bookmark_manager_resources.pak',
383 '<(grit_out_dir)/net_internals_resources.pak', 383 '<(grit_out_dir)/net_internals_resources.pak',
384 '<(grit_out_dir)/shared_resources.pak',
385 ], 384 ],
386 }, 385 },
387 'inputs': [ 386 'inputs': [
388 '<(repack_path)', 387 '<(repack_path)',
389 '<@(pak_inputs)', 388 '<@(pak_inputs)',
390 ], 389 ],
391 'outputs': [ 390 'outputs': [
392 '<(INTERMEDIATE_DIR)/repack/resources.pak', 391 '<(INTERMEDIATE_DIR)/repack/resources.pak',
393 ], 392 ],
394 'action': ['python', '<(repack_path)', '<@(_outputs)', 393 'action': ['python', '<(repack_path)', '<@(_outputs)',
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 'configurations': { 598 'configurations': {
600 'Common_Base': { 599 'Common_Base': {
601 'msvs_target_platform': 'x64', 600 'msvs_target_platform': 'x64',
602 }, 601 },
603 }, 602 },
604 }, # target chrome_dll 603 }, # target chrome_dll
605 ], 604 ],
606 }], 605 }],
607 ], 606 ],
608 } 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