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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 3522015: Implement new strategy for default apps (Closed)
Patch Set: all done Created 10 years, 2 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/chrome_tests.gypi » ('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 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 'Versions/Current/Libraries', 438 'Versions/Current/Libraries',
439 '${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/Libraries' 439 '${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/Libraries'
440 ], 440 ],
441 }, 441 },
442 ], 442 ],
443 'copies': [ 443 'copies': [
444 { 444 {
445 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Resourc es', 445 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Resourc es',
446 'files': [ 446 'files': [
447 '<(PRODUCT_DIR)/resources/inspector/', 447 '<(PRODUCT_DIR)/resources/inspector/',
448 '<(PRODUCT_DIR)/resources/gmail_app/',
449 '<(PRODUCT_DIR)/resources/calendar_app/',
450 '<(PRODUCT_DIR)/resources/docs_app/',
451 ], 448 ],
452 'conditions': [ 449 'conditions': [
453 ['mac_breakpad==1', { 450 ['mac_breakpad==1', {
454 'files': [ 451 'files': [
455 '<(PRODUCT_DIR)/crash_inspector', 452 '<(PRODUCT_DIR)/crash_inspector',
456 '<(PRODUCT_DIR)/crash_report_sender.app' 453 '<(PRODUCT_DIR)/crash_report_sender.app'
457 ], 454 ],
458 }], 455 }],
459 ], 456 ],
460 }, 457 },
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 'configurations': { 598 'configurations': {
602 'Common_Base': { 599 'Common_Base': {
603 'msvs_target_platform': 'x64', 600 'msvs_target_platform': 'x64',
604 }, 601 },
605 }, 602 },
606 }, # target chrome_dll 603 }, # target chrome_dll
607 ], 604 ],
608 }], 605 }],
609 ], 606 ],
610 } 607 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698