| 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 900 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 911 'safe_browsing_proto', | 911 'safe_browsing_proto', |
| 912 ], | 912 ], |
| 913 'sources': [ | 913 'sources': [ |
| 914 'browser/safe_browsing/signature_util.h', | 914 'browser/safe_browsing/signature_util.h', |
| 915 'browser/safe_browsing/signature_util_win.cc', | 915 'browser/safe_browsing/signature_util_win.cc', |
| 916 'tools/safe_browsing/sb_sigutil.cc', | 916 'tools/safe_browsing/sb_sigutil.cc', |
| 917 ], | 917 ], |
| 918 }, | 918 }, |
| 919 ], # 'targets' | 919 ], # 'targets' |
| 920 'includes': [ | 920 'includes': [ |
| 921 'chrome_pgo.gypi', |
| 921 'chrome_process_finder.gypi', | 922 'chrome_process_finder.gypi', |
| 922 'metro_utils.gypi', | 923 'metro_utils.gypi', |
| 923 ], | 924 ], |
| 924 }], # OS=="win" | 925 }], # OS=="win" |
| 925 ['OS=="win" and target_arch=="ia32"', | 926 ['OS=="win" and target_arch=="ia32"', |
| 926 { 'targets': [ | 927 { 'targets': [ |
| 927 { | 928 { |
| 928 'target_name': 'chrome_user32_delay_imports', | 929 'target_name': 'chrome_user32_delay_imports', |
| 929 'type': 'none', | 930 'type': 'none', |
| 930 'variables': { | 931 'variables': { |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1110 'sources': [ | 1111 'sources': [ |
| 1111 'service/cloud_print/print_system_dummy.cc', | 1112 'service/cloud_print/print_system_dummy.cc', |
| 1112 ], | 1113 ], |
| 1113 }], | 1114 }], |
| 1114 ], | 1115 ], |
| 1115 }, | 1116 }, |
| 1116 ], | 1117 ], |
| 1117 }], | 1118 }], |
| 1118 ], # 'conditions' | 1119 ], # 'conditions' |
| 1119 } | 1120 } |
| OLD | NEW |