| 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 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |