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 1376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1387 'browser/instant/instant_field_trial.h', | 1387 'browser/instant/instant_field_trial.h', |
1388 'browser/instant/instant_loader.cc', | 1388 'browser/instant/instant_loader.cc', |
1389 'browser/instant/instant_loader.h', | 1389 'browser/instant/instant_loader.h', |
1390 'browser/instant/instant_loader_delegate.h', | 1390 'browser/instant/instant_loader_delegate.h', |
1391 'browser/instant/instant_loader_manager.cc', | 1391 'browser/instant/instant_loader_manager.cc', |
1392 'browser/instant/instant_loader_manager.h', | 1392 'browser/instant/instant_loader_manager.h', |
1393 'browser/instant/instant_unload_handler.cc', | 1393 'browser/instant/instant_unload_handler.cc', |
1394 'browser/instant/instant_unload_handler.h', | 1394 'browser/instant/instant_unload_handler.h', |
1395 'browser/instant/promo_counter.cc', | 1395 'browser/instant/promo_counter.cc', |
1396 'browser/instant/promo_counter.h', | 1396 'browser/instant/promo_counter.h', |
| 1397 'browser/intents/register_intent_handler_infobar_delegate.cc', |
| 1398 'browser/intents/register_intent_handler_infobar_delegate.h', |
1397 'browser/intents/web_intents_registry.cc', | 1399 'browser/intents/web_intents_registry.cc', |
1398 'browser/intents/web_intents_registry.h', | 1400 'browser/intents/web_intents_registry.h', |
1399 'browser/intents/register_intent_handler_infobar_delegate.cc', | 1401 'browser/intents/web_intents_registry_factory.cc', |
1400 'browser/intents/register_intent_handler_infobar_delegate.h', | 1402 'browser/intents/web_intents_registry_factory.h', |
| 1403 'browser/intents/web_intent_data.cc', |
| 1404 'browser/intents/web_intent_data.h', |
1401 'browser/internal_auth.cc', | 1405 'browser/internal_auth.cc', |
1402 'browser/internal_auth.h', | 1406 'browser/internal_auth.h', |
1403 'browser/intranet_redirect_detector.cc', | 1407 'browser/intranet_redirect_detector.cc', |
1404 'browser/intranet_redirect_detector.h', | 1408 'browser/intranet_redirect_detector.h', |
1405 'browser/io_thread.cc', | 1409 'browser/io_thread.cc', |
1406 'browser/io_thread.h', | 1410 'browser/io_thread.h', |
1407 'browser/jankometer.cc', | 1411 'browser/jankometer.cc', |
1408 'browser/jankometer.h', | 1412 'browser/jankometer.h', |
1409 'browser/jankometer_mac.cc', | 1413 'browser/jankometer_mac.cc', |
1410 'browser/jumplist_win.cc', | 1414 'browser/jumplist_win.cc', |
(...skipping 3600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5011 # weak imports in dependents, who still must #include | 5015 # weak imports in dependents, who still must #include |
5012 # closure_blocks_leopard_compat.h to get weak imports. | 5016 # closure_blocks_leopard_compat.h to get weak imports. |
5013 'type': 'none', | 5017 'type': 'none', |
5014 }], | 5018 }], |
5015 ], | 5019 ], |
5016 }, | 5020 }, |
5017 ], | 5021 ], |
5018 }], | 5022 }], |
5019 ], | 5023 ], |
5020 } | 5024 } |
OLD | NEW |