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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 6299002: [Sync] Port about:sync to DOMUI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added workaround for bug 69633 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') | chrome/common/url_constants.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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 '<@(locales)', 383 '<@(locales)',
384 ], 384 ],
385 }, 385 },
386 { 386 {
387 'action_name': 'repack_resources', 387 'action_name': 'repack_resources',
388 'variables': { 388 'variables': {
389 'pak_inputs': [ 389 'pak_inputs': [
390 '<(grit_out_dir)/component_extension_resources.pak', 390 '<(grit_out_dir)/component_extension_resources.pak',
391 '<(grit_out_dir)/net_internals_resources.pak', 391 '<(grit_out_dir)/net_internals_resources.pak',
392 '<(grit_out_dir)/shared_resources.pak', 392 '<(grit_out_dir)/shared_resources.pak',
393 '<(grit_out_dir)/sync_internals_resources.pak',
393 ], 394 ],
394 }, 395 },
395 'inputs': [ 396 'inputs': [
396 '<(repack_path)', 397 '<(repack_path)',
397 '<@(pak_inputs)', 398 '<@(pak_inputs)',
398 ], 399 ],
399 'outputs': [ 400 'outputs': [
400 '<(INTERMEDIATE_DIR)/repack/resources.pak', 401 '<(INTERMEDIATE_DIR)/repack/resources.pak',
401 ], 402 ],
402 'action': ['python', '<(repack_path)', '<@(_outputs)', 403 'action': ['python', '<(repack_path)', '<@(_outputs)',
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 'LinkIncremental': '<(msvs_debug_link_nonincremental)', 615 'LinkIncremental': '<(msvs_debug_link_nonincremental)',
615 }, 616 },
616 }, 617 },
617 }, 618 },
618 }, 619 },
619 }, # target chrome_dll 620 }, # target chrome_dll
620 ], 621 ],
621 }], 622 }],
622 ], 623 ],
623 } 624 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698