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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 2799022: Speculatively revert 50374 (miniinstaller breakage) - Load netinternals resou... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 | Annotate | Revision Log
« 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 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 'copies': [ 438 'copies': [
439 { 439 {
440 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Resourc es', 440 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Resourc es',
441 'files': [ 441 'files': [
442 '<(PRODUCT_DIR)/resources/inspector/', 442 '<(PRODUCT_DIR)/resources/inspector/',
443 '<(PRODUCT_DIR)/resources/bookmark_manager/', 443 '<(PRODUCT_DIR)/resources/bookmark_manager/',
444 '<(PRODUCT_DIR)/resources/shared/', 444 '<(PRODUCT_DIR)/resources/shared/',
445 '<(PRODUCT_DIR)/resources/gmail_app/', 445 '<(PRODUCT_DIR)/resources/gmail_app/',
446 '<(PRODUCT_DIR)/resources/calendar_app/', 446 '<(PRODUCT_DIR)/resources/calendar_app/',
447 '<(PRODUCT_DIR)/resources/docs_app/', 447 '<(PRODUCT_DIR)/resources/docs_app/',
448 '<(PRODUCT_DIR)/resources/net_internals/'
448 ], 449 ],
449 'conditions': [ 450 'conditions': [
450 ['mac_breakpad==1', { 451 ['mac_breakpad==1', {
451 'files': [ 452 'files': [
452 '<(PRODUCT_DIR)/crash_inspector', 453 '<(PRODUCT_DIR)/crash_inspector',
453 '<(PRODUCT_DIR)/crash_report_sender.app' 454 '<(PRODUCT_DIR)/crash_report_sender.app'
454 ], 455 ],
455 }], 456 }],
456 ], 457 ],
457 }, 458 },
(...skipping 16 matching lines...) Expand all
474 '<(PRODUCT_DIR)/plugin.vch', 475 '<(PRODUCT_DIR)/plugin.vch',
475 ], 476 ],
476 }], 477 }],
477 ['internal_pdf', { 478 ['internal_pdf', {
478 'files': [ 479 'files': [
479 '<(PRODUCT_DIR)/PDF.plugin', 480 '<(PRODUCT_DIR)/PDF.plugin',
480 ], 481 ],
481 }], 482 }],
482 ], 483 ],
483 }, 484 },
484 {
485 'destination': '<(PRODUCT_DIR)',
486 'files': [
487 '<(INTERMEDIATE_DIR)/repack/resources.pak'
488 ],
489 },
490 ], 485 ],
491 'conditions': [ 486 'conditions': [
492 ['mac_breakpad==1', { 487 ['mac_breakpad==1', {
493 'variables': { 488 'variables': {
494 # A real .dSYM is needed for dump_syms to operate on. 489 # A real .dSYM is needed for dump_syms to operate on.
495 'mac_real_dsym': 1, 490 'mac_real_dsym': 1,
496 }, 491 },
497 'sources': [ 492 'sources': [
498 'app/breakpad_mac.mm', 493 'app/breakpad_mac.mm',
499 'app/breakpad_mac.h', 494 'app/breakpad_mac.h',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 'configurations': { 593 'configurations': {
599 'Common_Base': { 594 'Common_Base': {
600 'msvs_target_platform': 'x64', 595 'msvs_target_platform': 'x64',
601 }, 596 },
602 }, 597 },
603 }, # target chrome_dll 598 }, # target chrome_dll
604 ], 599 ],
605 }], 600 }],
606 ], 601 ],
607 } 602 }
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