| 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 'sources': [ | 504 'sources': [ |
| 505 'browser/safe_browsing/binary_feature_extractor.h', | 505 'browser/safe_browsing/binary_feature_extractor.h', |
| 506 'browser/safe_browsing/binary_feature_extractor_win.cc', | 506 'browser/safe_browsing/binary_feature_extractor_win.cc', |
| 507 'browser/safe_browsing/pe_image_reader_win.cc', | 507 'browser/safe_browsing/pe_image_reader_win.cc', |
| 508 'browser/safe_browsing/pe_image_reader_win.h', | 508 'browser/safe_browsing/pe_image_reader_win.h', |
| 509 'tools/safe_browsing/sb_sigutil.cc', | 509 'tools/safe_browsing/sb_sigutil.cc', |
| 510 ], | 510 ], |
| 511 }, | 511 }, |
| 512 ], # 'targets' | 512 ], # 'targets' |
| 513 'includes': [ | 513 'includes': [ |
| 514 'app_shim/app_shim_win.gypi', |
| 514 'chrome_process_finder.gypi', | 515 'chrome_process_finder.gypi', |
| 515 'metro_utils.gypi', | 516 'metro_utils.gypi', |
| 516 ], | 517 ], |
| 517 }], # OS=="win" | 518 }], # OS=="win" |
| 518 ['OS=="win" and target_arch=="ia32"', | 519 ['OS=="win" and target_arch=="ia32"', |
| 519 { 'targets': [ | 520 { 'targets': [ |
| 520 { | 521 { |
| 521 'target_name': 'chrome_user32_delay_imports', | 522 'target_name': 'chrome_user32_delay_imports', |
| 522 'type': 'none', | 523 'type': 'none', |
| 523 'variables': { | 524 'variables': { |
| (...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 759 'service/service_utility_process_host.cc', | 760 'service/service_utility_process_host.cc', |
| 760 'service/service_utility_process_host.h', | 761 'service/service_utility_process_host.h', |
| 761 ], | 762 ], |
| 762 }], | 763 }], |
| 763 ], | 764 ], |
| 764 }, | 765 }, |
| 765 ], | 766 ], |
| 766 }], | 767 }], |
| 767 ], # 'conditions' | 768 ], # 'conditions' |
| 768 } | 769 } |
| OLD | NEW |