| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser', | 8 'target_name': 'browser', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 1172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1183 'browser/first_run/upgrade_util.h', | 1183 'browser/first_run/upgrade_util.h', |
| 1184 'browser/first_run/upgrade_util_linux.cc', | 1184 'browser/first_run/upgrade_util_linux.cc', |
| 1185 'browser/first_run/upgrade_util_linux.h', | 1185 'browser/first_run/upgrade_util_linux.h', |
| 1186 'browser/first_run/upgrade_util_mac.cc', | 1186 'browser/first_run/upgrade_util_mac.cc', |
| 1187 'browser/first_run/upgrade_util_win.cc', | 1187 'browser/first_run/upgrade_util_win.cc', |
| 1188 'browser/first_run/upgrade_util_win.h', | 1188 'browser/first_run/upgrade_util_win.h', |
| 1189 'browser/fullscreen.h', | 1189 'browser/fullscreen.h', |
| 1190 'browser/fullscreen_linux.cc', | 1190 'browser/fullscreen_linux.cc', |
| 1191 'browser/fullscreen_mac.mm', | 1191 'browser/fullscreen_mac.mm', |
| 1192 'browser/fullscreen_win.cc', | 1192 'browser/fullscreen_win.cc', |
| 1193 'browser/geolocation/access_token_store.cc', | 1193 'browser/geolocation/chrome_access_token_store.cc', |
| 1194 'browser/geolocation/chrome_access_token_store.h', |
| 1194 'browser/geolocation/chrome_geolocation_permission_context.cc', | 1195 'browser/geolocation/chrome_geolocation_permission_context.cc', |
| 1195 'browser/geolocation/chrome_geolocation_permission_context.h', | 1196 'browser/geolocation/chrome_geolocation_permission_context.h', |
| 1196 'browser/geolocation/geolocation_prefs.cc', | 1197 'browser/geolocation/geolocation_prefs.cc', |
| 1197 'browser/geolocation/geolocation_prefs.h', | 1198 'browser/geolocation/geolocation_prefs.h', |
| 1198 'browser/geolocation/geolocation_settings_state.cc', | 1199 'browser/geolocation/geolocation_settings_state.cc', |
| 1199 'browser/geolocation/geolocation_settings_state.h', | 1200 'browser/geolocation/geolocation_settings_state.h', |
| 1200 'browser/geolocation/wifi_data_provider_chromeos.cc', | 1201 'browser/geolocation/wifi_data_provider_chromeos.cc', |
| 1201 'browser/geolocation/wifi_data_provider_chromeos.h', | 1202 'browser/geolocation/wifi_data_provider_chromeos.h', |
| 1202 'browser/global_keyboard_shortcuts_mac.h', | 1203 'browser/global_keyboard_shortcuts_mac.h', |
| 1203 'browser/global_keyboard_shortcuts_mac.mm', | 1204 'browser/global_keyboard_shortcuts_mac.mm', |
| (...skipping 3685 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4889 # weak imports in dependents, who still must #include | 4890 # weak imports in dependents, who still must #include |
| 4890 # closure_blocks_leopard_compat.h to get weak imports. | 4891 # closure_blocks_leopard_compat.h to get weak imports. |
| 4891 'type': 'none', | 4892 'type': 'none', |
| 4892 }], | 4893 }], |
| 4893 ], | 4894 ], |
| 4894 }, | 4895 }, |
| 4895 ], | 4896 ], |
| 4896 }], | 4897 }], |
| 4897 ], | 4898 ], |
| 4898 } | 4899 } |
| OLD | NEW |