| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |