| 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 497 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 508         }, | 508         }, | 
| 509         { | 509         { | 
| 510           'target_name': 'sb_sigutil', | 510           'target_name': 'sb_sigutil', | 
| 511           'type': 'executable', | 511           'type': 'executable', | 
| 512           'dependencies': [ | 512           'dependencies': [ | 
| 513             '../base/base.gyp:base', | 513             '../base/base.gyp:base', | 
| 514             '../crypto/crypto.gyp:crypto', | 514             '../crypto/crypto.gyp:crypto', | 
| 515             'safe_browsing_proto', | 515             'safe_browsing_proto', | 
| 516           ], | 516           ], | 
| 517           'sources': [ | 517           'sources': [ | 
| 518             'browser/safe_browsing/binary_feature_extractor.cc', | 518             'common/safe_browsing/binary_feature_extractor.cc', | 
| 519             'browser/safe_browsing/binary_feature_extractor.h', | 519             'common/safe_browsing/binary_feature_extractor.h', | 
| 520             'browser/safe_browsing/binary_feature_extractor_win.cc', | 520             'common/safe_browsing/binary_feature_extractor_win.cc', | 
| 521             'browser/safe_browsing/pe_image_reader_win.cc', | 521             'common/safe_browsing/pe_image_reader_win.cc', | 
| 522             'browser/safe_browsing/pe_image_reader_win.h', | 522             'common/safe_browsing/pe_image_reader_win.h', | 
| 523             'tools/safe_browsing/sb_sigutil.cc', | 523             'tools/safe_browsing/sb_sigutil.cc', | 
| 524           ], | 524           ], | 
| 525         }, | 525         }, | 
| 526       ],  # 'targets' | 526       ],  # 'targets' | 
| 527       'includes': [ | 527       'includes': [ | 
| 528         'app_shim/app_shim_win.gypi', | 528         'app_shim/app_shim_win.gypi', | 
| 529         'chrome_watcher/chrome_watcher.gypi', | 529         'chrome_watcher/chrome_watcher.gypi', | 
| 530         'chrome_process_finder.gypi', | 530         'chrome_process_finder.gypi', | 
| 531         'metro_utils.gypi', | 531         'metro_utils.gypi', | 
| 532       ], | 532       ], | 
| (...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 814                   '<(DEPTH)/third_party/kasko' | 814                   '<(DEPTH)/third_party/kasko' | 
| 815                 ], | 815                 ], | 
| 816               }, | 816               }, | 
| 817             }, | 817             }, | 
| 818           }, | 818           }, | 
| 819         }, | 819         }, | 
| 820       ], | 820       ], | 
| 821     }], | 821     }], | 
| 822   ],  # 'conditions' | 822   ],  # 'conditions' | 
| 823 } | 823 } | 
| OLD | NEW | 
|---|