| 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 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1170 'browser/first_run/upgrade_util_mac.cc', | 1170 'browser/first_run/upgrade_util_mac.cc', |
| 1171 'browser/first_run/upgrade_util_win.cc', | 1171 'browser/first_run/upgrade_util_win.cc', |
| 1172 'browser/first_run/upgrade_util_win.h', | 1172 'browser/first_run/upgrade_util_win.h', |
| 1173 'browser/fullscreen.h', | 1173 'browser/fullscreen.h', |
| 1174 'browser/fullscreen_linux.cc', | 1174 'browser/fullscreen_linux.cc', |
| 1175 'browser/fullscreen_mac.mm', | 1175 'browser/fullscreen_mac.mm', |
| 1176 'browser/fullscreen_win.cc', | 1176 'browser/fullscreen_win.cc', |
| 1177 'browser/geolocation/access_token_store.cc', | 1177 'browser/geolocation/access_token_store.cc', |
| 1178 'browser/geolocation/chrome_geolocation_permission_context.cc', | 1178 'browser/geolocation/chrome_geolocation_permission_context.cc', |
| 1179 'browser/geolocation/chrome_geolocation_permission_contexth', | 1179 'browser/geolocation/chrome_geolocation_permission_contexth', |
| 1180 'browser/geolocation/geolocation_content_settings_map.cc', | |
| 1181 'browser/geolocation/geolocation_content_settings_map.h', | |
| 1182 'browser/geolocation/geolocation_prefs.cc', | 1180 'browser/geolocation/geolocation_prefs.cc', |
| 1183 'browser/geolocation/geolocation_prefs.h', | 1181 'browser/geolocation/geolocation_prefs.h', |
| 1184 'browser/geolocation/geolocation_settings_state.cc', | 1182 'browser/geolocation/geolocation_settings_state.cc', |
| 1185 'browser/geolocation/geolocation_settings_state.h', | 1183 'browser/geolocation/geolocation_settings_state.h', |
| 1186 'browser/geolocation/wifi_data_provider_chromeos.cc', | 1184 'browser/geolocation/wifi_data_provider_chromeos.cc', |
| 1187 'browser/geolocation/wifi_data_provider_chromeos.h', | 1185 'browser/geolocation/wifi_data_provider_chromeos.h', |
| 1188 'browser/global_keyboard_shortcuts_mac.h', | 1186 'browser/global_keyboard_shortcuts_mac.h', |
| 1189 'browser/global_keyboard_shortcuts_mac.mm', | 1187 'browser/global_keyboard_shortcuts_mac.mm', |
| 1190 'browser/google/google_update.cc', | 1188 'browser/google/google_update.cc', |
| 1191 'browser/google/google_update.h', | 1189 'browser/google/google_update.h', |
| (...skipping 3697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4889 ], | 4887 ], |
| 4890 'export_dependent_settings': [ | 4888 'export_dependent_settings': [ |
| 4891 'in_memory_url_index_cache_proto', | 4889 'in_memory_url_index_cache_proto', |
| 4892 ], | 4890 ], |
| 4893 # This target exports a hard dependency because it includes generated | 4891 # This target exports a hard dependency because it includes generated |
| 4894 # header files. | 4892 # header files. |
| 4895 'hard_dependency': 1, | 4893 'hard_dependency': 1, |
| 4896 }, | 4894 }, |
| 4897 ], | 4895 ], |
| 4898 } | 4896 } |
| OLD | NEW |