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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 2814009: Move the bookmark manager into resources.pak. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: const 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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 '-g', '<(grit_out_dir)', 371 '-g', '<(grit_out_dir)',
372 '-s', '<(SHARED_INTERMEDIATE_DIR)', 372 '-s', '<(SHARED_INTERMEDIATE_DIR)',
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)/net_internals_resources.pak', 382 '<(grit_out_dir)/net_internals_resources.pak',
382 ], 383 ],
383 }, 384 },
384 'inputs': [ 385 'inputs': [
385 '<(repack_path)', 386 '<(repack_path)',
386 '<@(pak_inputs)', 387 '<@(pak_inputs)',
387 ], 388 ],
388 'outputs': [ 389 'outputs': [
389 '<(INTERMEDIATE_DIR)/repack/resources.pak', 390 '<(INTERMEDIATE_DIR)/repack/resources.pak',
390 ], 391 ],
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 'Versions/Current/Libraries', 433 'Versions/Current/Libraries',
433 '${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/Libraries' 434 '${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/Libraries'
434 ], 435 ],
435 }, 436 },
436 ], 437 ],
437 'copies': [ 438 'copies': [
438 { 439 {
439 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Resourc es', 440 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Resourc es',
440 'files': [ 441 'files': [
441 '<(PRODUCT_DIR)/resources/inspector/', 442 '<(PRODUCT_DIR)/resources/inspector/',
442 '<(PRODUCT_DIR)/resources/bookmark_manager/',
443 '<(PRODUCT_DIR)/resources/shared/', 443 '<(PRODUCT_DIR)/resources/shared/',
444 '<(PRODUCT_DIR)/resources/gmail_app/', 444 '<(PRODUCT_DIR)/resources/gmail_app/',
445 '<(PRODUCT_DIR)/resources/calendar_app/', 445 '<(PRODUCT_DIR)/resources/calendar_app/',
446 '<(PRODUCT_DIR)/resources/docs_app/', 446 '<(PRODUCT_DIR)/resources/docs_app/',
447 ], 447 ],
448 'conditions': [ 448 'conditions': [
449 ['mac_breakpad==1', { 449 ['mac_breakpad==1', {
450 'files': [ 450 'files': [
451 '<(PRODUCT_DIR)/crash_inspector', 451 '<(PRODUCT_DIR)/crash_inspector',
452 '<(PRODUCT_DIR)/crash_report_sender.app' 452 '<(PRODUCT_DIR)/crash_report_sender.app'
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 'configurations': { 597 'configurations': {
598 'Common_Base': { 598 'Common_Base': {
599 'msvs_target_platform': 'x64', 599 'msvs_target_platform': 'x64',
600 }, 600 },
601 }, 601 },
602 }, # target chrome_dll 602 }, # target chrome_dll
603 ], 603 ],
604 }], 604 }],
605 ], 605 ],
606 } 606 }
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