| OLD | NEW |
| 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 Loading... |
| 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/' | |
| 449 ], | 448 ], |
| 450 'conditions': [ | 449 'conditions': [ |
| 451 ['mac_breakpad==1', { | 450 ['mac_breakpad==1', { |
| 452 'files': [ | 451 'files': [ |
| 453 '<(PRODUCT_DIR)/crash_inspector', | 452 '<(PRODUCT_DIR)/crash_inspector', |
| 454 '<(PRODUCT_DIR)/crash_report_sender.app' | 453 '<(PRODUCT_DIR)/crash_report_sender.app' |
| 455 ], | 454 ], |
| 456 }], | 455 }], |
| 457 ], | 456 ], |
| 458 }, | 457 }, |
| (...skipping 16 matching lines...) Expand all Loading... |
| 475 '<(PRODUCT_DIR)/plugin.vch', | 474 '<(PRODUCT_DIR)/plugin.vch', |
| 476 ], | 475 ], |
| 477 }], | 476 }], |
| 478 ['internal_pdf', { | 477 ['internal_pdf', { |
| 479 'files': [ | 478 'files': [ |
| 480 '<(PRODUCT_DIR)/PDF.plugin', | 479 '<(PRODUCT_DIR)/PDF.plugin', |
| 481 ], | 480 ], |
| 482 }], | 481 }], |
| 483 ], | 482 ], |
| 484 }, | 483 }, |
| 484 { |
| 485 'destination': '<(PRODUCT_DIR)', |
| 486 'files': [ |
| 487 '<(INTERMEDIATE_DIR)/repack/resources.pak' |
| 488 ], |
| 489 }, |
| 485 ], | 490 ], |
| 486 'conditions': [ | 491 'conditions': [ |
| 487 ['mac_breakpad==1', { | 492 ['mac_breakpad==1', { |
| 488 'variables': { | 493 'variables': { |
| 489 # A real .dSYM is needed for dump_syms to operate on. | 494 # A real .dSYM is needed for dump_syms to operate on. |
| 490 'mac_real_dsym': 1, | 495 'mac_real_dsym': 1, |
| 491 }, | 496 }, |
| 492 'sources': [ | 497 'sources': [ |
| 493 'app/breakpad_mac.mm', | 498 'app/breakpad_mac.mm', |
| 494 'app/breakpad_mac.h', | 499 'app/breakpad_mac.h', |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 593 'configurations': { | 598 'configurations': { |
| 594 'Common_Base': { | 599 'Common_Base': { |
| 595 'msvs_target_platform': 'x64', | 600 'msvs_target_platform': 'x64', |
| 596 }, | 601 }, |
| 597 }, | 602 }, |
| 598 }, # target chrome_dll | 603 }, # target chrome_dll |
| 599 ], | 604 ], |
| 600 }], | 605 }], |
| 601 ], | 606 ], |
| 602 } | 607 } |
| OLD | NEW |