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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 5977007: Expand scope of bookmark manager resources to all component extension resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 9 years, 11 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') | tools/grit/resource_ids » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 '-g', '<(grit_out_dir)', 378 '-g', '<(grit_out_dir)',
379 '-s', '<(SHARED_INTERMEDIATE_DIR)', 379 '-s', '<(SHARED_INTERMEDIATE_DIR)',
380 '-x', '<(INTERMEDIATE_DIR)', 380 '-x', '<(INTERMEDIATE_DIR)',
381 '<@(locales)', 381 '<@(locales)',
382 ], 382 ],
383 }, 383 },
384 { 384 {
385 'action_name': 'repack_resources', 385 'action_name': 'repack_resources',
386 'variables': { 386 'variables': {
387 'pak_inputs': [ 387 'pak_inputs': [
388 '<(grit_out_dir)/bookmark_manager_resources.pak', 388 '<(grit_out_dir)/component_extension_resources.pak',
389 '<(grit_out_dir)/net_internals_resources.pak', 389 '<(grit_out_dir)/net_internals_resources.pak',
390 '<(grit_out_dir)/shared_resources.pak', 390 '<(grit_out_dir)/shared_resources.pak',
391 ], 391 ],
392 }, 392 },
393 'inputs': [ 393 'inputs': [
394 '<(repack_path)', 394 '<(repack_path)',
395 '<@(pak_inputs)', 395 '<@(pak_inputs)',
396 ], 396 ],
397 'outputs': [ 397 'outputs': [
398 '<(INTERMEDIATE_DIR)/repack/resources.pak', 398 '<(INTERMEDIATE_DIR)/repack/resources.pak',
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 'configurations': { 604 'configurations': {
605 'Common_Base': { 605 'Common_Base': {
606 'msvs_target_platform': 'x64', 606 'msvs_target_platform': 'x64',
607 }, 607 },
608 }, 608 },
609 }, # target chrome_dll 609 }, # target chrome_dll
610 ], 610 ],
611 }], 611 }],
612 ], 612 ],
613 } 613 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | tools/grit/resource_ids » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698