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 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
379 'Versions/Current/Libraries', | 379 'Versions/Current/Libraries', |
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 '<(PRODUCT_DIR)/resources/net_internals/' |
391 ], | 391 ], |
392 'conditions': [ | 392 'conditions': [ |
393 ['mac_breakpad==1', { | 393 ['mac_breakpad==1', { |
394 'files': [ | 394 'files': [ |
395 '<(PRODUCT_DIR)/crash_inspector', | 395 '<(PRODUCT_DIR)/crash_inspector', |
396 '<(PRODUCT_DIR)/crash_report_sender.app' | 396 '<(PRODUCT_DIR)/crash_report_sender.app' |
397 ], | 397 ], |
398 }], | 398 }], |
399 ], | 399 ], |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
530 'configurations': { | 530 'configurations': { |
531 'Common_Base': { | 531 'Common_Base': { |
532 'msvs_target_platform': 'x64', | 532 'msvs_target_platform': 'x64', |
533 }, | 533 }, |
534 }, | 534 }, |
535 }, # target chrome_dll | 535 }, # target chrome_dll |
536 ], | 536 ], |
537 }], | 537 }], |
538 ], | 538 ], |
539 } | 539 } |
OLD | NEW |