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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 6708093: Load devtools files from resources.pak rather than from disk take 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: grd change to force rules to run Created 9 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_browser.gypi ('k') | chrome/common/chrome_switches.h » ('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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 '-s', '<(SHARED_INTERMEDIATE_DIR)', 366 '-s', '<(SHARED_INTERMEDIATE_DIR)',
367 '-x', '<(INTERMEDIATE_DIR)', 367 '-x', '<(INTERMEDIATE_DIR)',
368 '<@(locales)', 368 '<@(locales)',
369 ], 369 ],
370 }, 370 },
371 { 371 {
372 'action_name': 'repack_resources', 372 'action_name': 'repack_resources',
373 'variables': { 373 'variables': {
374 'pak_inputs': [ 374 'pak_inputs': [
375 '<(grit_out_dir)/component_extension_resources.pak', 375 '<(grit_out_dir)/component_extension_resources.pak',
376 '<(grit_out_dir)/devtools_resources.pak',
376 '<(grit_out_dir)/net_internals_resources.pak', 377 '<(grit_out_dir)/net_internals_resources.pak',
377 '<(grit_out_dir)/shared_resources.pak', 378 '<(grit_out_dir)/shared_resources.pak',
378 '<(grit_out_dir)/sync_internals_resources.pak', 379 '<(grit_out_dir)/sync_internals_resources.pak',
379 ], 380 ],
380 }, 381 },
381 'inputs': [ 382 'inputs': [
382 '<(repack_path)', 383 '<(repack_path)',
383 '<@(pak_inputs)', 384 '<@(pak_inputs)',
384 ], 385 ],
385 'outputs': [ 386 'outputs': [
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 'LinkIncremental': '<(msvs_debug_link_nonincremental)', 626 'LinkIncremental': '<(msvs_debug_link_nonincremental)',
626 }, 627 },
627 }, 628 },
628 }, 629 },
629 }, 630 },
630 }, # target chrome_dll 631 }, # target chrome_dll
631 ], 632 ],
632 }], 633 }],
633 ], 634 ],
634 } 635 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698