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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 2101019: Print Preview component extension (Closed)
Patch Set: Put it under a flag Created 10 years, 5 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/common/chrome_paths.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) 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 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 }, 439 },
440 ], 440 ],
441 'copies': [ 441 'copies': [
442 { 442 {
443 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Resourc es', 443 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Resourc es',
444 'files': [ 444 'files': [
445 '<(PRODUCT_DIR)/resources/inspector/', 445 '<(PRODUCT_DIR)/resources/inspector/',
446 '<(PRODUCT_DIR)/resources/gmail_app/', 446 '<(PRODUCT_DIR)/resources/gmail_app/',
447 '<(PRODUCT_DIR)/resources/calendar_app/', 447 '<(PRODUCT_DIR)/resources/calendar_app/',
448 '<(PRODUCT_DIR)/resources/docs_app/', 448 '<(PRODUCT_DIR)/resources/docs_app/',
449 '<(PRODUCT_DIR)/resources/print_preview/'
449 ], 450 ],
450 'conditions': [ 451 'conditions': [
451 ['mac_breakpad==1', { 452 ['mac_breakpad==1', {
452 'files': [ 453 'files': [
453 '<(PRODUCT_DIR)/crash_inspector', 454 '<(PRODUCT_DIR)/crash_inspector',
454 '<(PRODUCT_DIR)/crash_report_sender.app' 455 '<(PRODUCT_DIR)/crash_report_sender.app'
455 ], 456 ],
456 }], 457 }],
457 ], 458 ],
458 }, 459 },
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 'configurations': { 600 'configurations': {
600 'Common_Base': { 601 'Common_Base': {
601 'msvs_target_platform': 'x64', 602 'msvs_target_platform': 'x64',
602 }, 603 },
603 }, 604 },
604 }, # target chrome_dll 605 }, # target chrome_dll
605 ], 606 ],
606 }], 607 }],
607 ], 608 ],
608 } 609 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_paths.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698