OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 | 7 |
8 # Define the common dependencies that contain all the actual | 8 # Define the common dependencies that contain all the actual |
9 # Chromium functionality. This list gets pulled in below by | 9 # Chromium functionality. This list gets pulled in below by |
10 # the link of the actual chrome (or chromium) executable on | 10 # the link of the actual chrome (or chromium) executable on |
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
504 'browser/safe_browsing/binary_feature_extractor.h', | 504 'browser/safe_browsing/binary_feature_extractor.h', |
505 'browser/safe_browsing/binary_feature_extractor_win.cc', | 505 'browser/safe_browsing/binary_feature_extractor_win.cc', |
506 'browser/safe_browsing/pe_image_reader_win.cc', | 506 'browser/safe_browsing/pe_image_reader_win.cc', |
507 'browser/safe_browsing/pe_image_reader_win.h', | 507 'browser/safe_browsing/pe_image_reader_win.h', |
508 'tools/safe_browsing/sb_sigutil.cc', | 508 'tools/safe_browsing/sb_sigutil.cc', |
509 ], | 509 ], |
510 }, | 510 }, |
511 ], # 'targets' | 511 ], # 'targets' |
512 'includes': [ | 512 'includes': [ |
513 'chrome_process_finder.gypi', | 513 'chrome_process_finder.gypi', |
| 514 'app_shim/app_shim_win.gypi', |
514 'metro_utils.gypi', | 515 'metro_utils.gypi', |
515 ], | 516 ], |
516 }], # OS=="win" | 517 }], # OS=="win" |
517 ['OS=="win" and target_arch=="ia32"', | 518 ['OS=="win" and target_arch=="ia32"', |
518 { 'targets': [ | 519 { 'targets': [ |
519 { | 520 { |
520 'target_name': 'chrome_user32_delay_imports', | 521 'target_name': 'chrome_user32_delay_imports', |
521 'type': 'none', | 522 'type': 'none', |
522 'variables': { | 523 'variables': { |
523 'lib_dir': '<(INTERMEDIATE_DIR)', | 524 'lib_dir': '<(INTERMEDIATE_DIR)', |
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
758 'service/service_utility_process_host.cc', | 759 'service/service_utility_process_host.cc', |
759 'service/service_utility_process_host.h', | 760 'service/service_utility_process_host.h', |
760 ], | 761 ], |
761 }], | 762 }], |
762 ], | 763 ], |
763 }, | 764 }, |
764 ], | 765 ], |
765 }], | 766 }], |
766 ], # 'conditions' | 767 ], # 'conditions' |
767 } | 768 } |
OLD | NEW |