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 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 1325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1336 'browser/first_run/upgrade_util_mac.cc', | 1336 'browser/first_run/upgrade_util_mac.cc', |
1337 'browser/first_run/upgrade_util_win.cc', | 1337 'browser/first_run/upgrade_util_win.cc', |
1338 'browser/first_run/upgrade_util_win.h', | 1338 'browser/first_run/upgrade_util_win.h', |
1339 'browser/fragmentation_checker_win.cc', | 1339 'browser/fragmentation_checker_win.cc', |
1340 'browser/fragmentation_checker_win.h', | 1340 'browser/fragmentation_checker_win.h', |
1341 'browser/fullscreen.h', | 1341 'browser/fullscreen.h', |
1342 'browser/fullscreen_aura.cc', | 1342 'browser/fullscreen_aura.cc', |
1343 'browser/fullscreen_gtk.cc', | 1343 'browser/fullscreen_gtk.cc', |
1344 'browser/fullscreen_mac.mm', | 1344 'browser/fullscreen_mac.mm', |
1345 'browser/fullscreen_win.cc', | 1345 'browser/fullscreen_win.cc', |
| 1346 'browser/garbled_text_helper.cc', |
| 1347 'browser/garbled_text_helper.h', |
| 1348 'browser/garbled_text_infobar_delegate.cc', |
| 1349 'browser/garbled_text_infobar_delegate.h', |
| 1350 'browser/garbled_text_service.cc', |
| 1351 'browser/garbled_text_service.h', |
| 1352 'browser/garbled_text_url_tracker.cc', |
| 1353 'browser/garbled_text_url_tracker.h', |
1346 'browser/geolocation/chrome_access_token_store.cc', | 1354 'browser/geolocation/chrome_access_token_store.cc', |
1347 'browser/geolocation/chrome_access_token_store.h', | 1355 'browser/geolocation/chrome_access_token_store.h', |
1348 'browser/geolocation/chrome_geolocation_permission_context.cc', | 1356 'browser/geolocation/chrome_geolocation_permission_context.cc', |
1349 'browser/geolocation/chrome_geolocation_permission_context.h', | 1357 'browser/geolocation/chrome_geolocation_permission_context.h', |
1350 'browser/geolocation/geolocation_prefs.cc', | 1358 'browser/geolocation/geolocation_prefs.cc', |
1351 'browser/geolocation/geolocation_prefs.h', | 1359 'browser/geolocation/geolocation_prefs.h', |
1352 'browser/geolocation/geolocation_settings_state.cc', | 1360 'browser/geolocation/geolocation_settings_state.cc', |
1353 'browser/geolocation/geolocation_settings_state.h', | 1361 'browser/geolocation/geolocation_settings_state.h', |
1354 'browser/geolocation/wifi_data_provider_chromeos.cc', | 1362 'browser/geolocation/wifi_data_provider_chromeos.cc', |
1355 'browser/geolocation/wifi_data_provider_chromeos.h', | 1363 'browser/geolocation/wifi_data_provider_chromeos.h', |
(...skipping 4126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5482 'type': 'static_library', | 5490 'type': 'static_library', |
5483 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5491 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5484 'variables': { | 5492 'variables': { |
5485 'proto_in_dir': 'browser/history', | 5493 'proto_in_dir': 'browser/history', |
5486 'proto_out_dir': 'chrome/browser/history', | 5494 'proto_out_dir': 'chrome/browser/history', |
5487 }, | 5495 }, |
5488 'includes': [ '../build/protoc.gypi' ] | 5496 'includes': [ '../build/protoc.gypi' ] |
5489 }, | 5497 }, |
5490 ], | 5498 ], |
5491 } | 5499 } |
OLD | NEW |