| 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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 380 '${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/Libraries' | 380 '${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/Libraries' |
| 381 ], | 381 ], |
| 382 }, | 382 }, |
| 383 ], | 383 ], |
| 384 'copies': [ | 384 'copies': [ |
| 385 { | 385 { |
| 386 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Resourc
es', | 386 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Resourc
es', |
| 387 'files': [ | 387 'files': [ |
| 388 '<(PRODUCT_DIR)/resources/inspector/', | 388 '<(PRODUCT_DIR)/resources/inspector/', |
| 389 '<(PRODUCT_DIR)/resources/bookmark_manager/' | 389 '<(PRODUCT_DIR)/resources/bookmark_manager/' |
| 390 '<(PRODUCT_DIR)/resources/net_internals/' |
| 390 ], | 391 ], |
| 391 'conditions': [ | 392 'conditions': [ |
| 392 ['mac_breakpad==1', { | 393 ['mac_breakpad==1', { |
| 393 'files': [ | 394 'files': [ |
| 394 '<(PRODUCT_DIR)/crash_inspector', | 395 '<(PRODUCT_DIR)/crash_inspector', |
| 395 '<(PRODUCT_DIR)/crash_report_sender.app' | 396 '<(PRODUCT_DIR)/crash_report_sender.app' |
| 396 ], | 397 ], |
| 397 }], | 398 }], |
| 398 ], | 399 ], |
| 399 }, | 400 }, |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 529 'configurations': { | 530 'configurations': { |
| 530 'Common_Base': { | 531 'Common_Base': { |
| 531 'msvs_target_platform': 'x64', | 532 'msvs_target_platform': 'x64', |
| 532 }, | 533 }, |
| 533 }, | 534 }, |
| 534 }, # target chrome_dll | 535 }, # target chrome_dll |
| 535 ], | 536 ], |
| 536 }], | 537 }], |
| 537 ], | 538 ], |
| 538 } | 539 } |
| OLD | NEW |