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 1360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1371 'browser/instant/instant_field_trial.h', | 1371 'browser/instant/instant_field_trial.h', |
1372 'browser/instant/instant_loader.cc', | 1372 'browser/instant/instant_loader.cc', |
1373 'browser/instant/instant_loader.h', | 1373 'browser/instant/instant_loader.h', |
1374 'browser/instant/instant_loader_delegate.h', | 1374 'browser/instant/instant_loader_delegate.h', |
1375 'browser/instant/instant_loader_manager.cc', | 1375 'browser/instant/instant_loader_manager.cc', |
1376 'browser/instant/instant_loader_manager.h', | 1376 'browser/instant/instant_loader_manager.h', |
1377 'browser/instant/instant_unload_handler.cc', | 1377 'browser/instant/instant_unload_handler.cc', |
1378 'browser/instant/instant_unload_handler.h', | 1378 'browser/instant/instant_unload_handler.h', |
1379 'browser/instant/promo_counter.cc', | 1379 'browser/instant/promo_counter.cc', |
1380 'browser/instant/promo_counter.h', | 1380 'browser/instant/promo_counter.h', |
| 1381 'browser/intents/register_intent_handler_infobar_delegate.cc', |
| 1382 'browser/intents/register_intent_handler_infobar_delegate.h', |
1381 'browser/intents/web_intents_registry.cc', | 1383 'browser/intents/web_intents_registry.cc', |
1382 'browser/intents/web_intents_registry.h', | 1384 'browser/intents/web_intents_registry.h', |
1383 'browser/intents/register_intent_handler_infobar_delegate.cc', | 1385 'browser/intents/web_intents_registry_factory.cc', |
1384 'browser/intents/register_intent_handler_infobar_delegate.h', | 1386 'browser/intents/web_intents_registry_factory.h', |
| 1387 'browser/intents/web_intent_data.cc', |
| 1388 'browser/intents/web_intent_data.h', |
1385 'browser/internal_auth.cc', | 1389 'browser/internal_auth.cc', |
1386 'browser/internal_auth.h', | 1390 'browser/internal_auth.h', |
1387 'browser/intranet_redirect_detector.cc', | 1391 'browser/intranet_redirect_detector.cc', |
1388 'browser/intranet_redirect_detector.h', | 1392 'browser/intranet_redirect_detector.h', |
1389 'browser/io_thread.cc', | 1393 'browser/io_thread.cc', |
1390 'browser/io_thread.h', | 1394 'browser/io_thread.h', |
1391 'browser/jankometer.cc', | 1395 'browser/jankometer.cc', |
1392 'browser/jankometer.h', | 1396 'browser/jankometer.h', |
1393 'browser/jankometer_mac.cc', | 1397 'browser/jankometer_mac.cc', |
1394 'browser/jumplist_win.cc', | 1398 'browser/jumplist_win.cc', |
(...skipping 3574 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4969 # weak imports in dependents, who still must #include | 4973 # weak imports in dependents, who still must #include |
4970 # closure_blocks_leopard_compat.h to get weak imports. | 4974 # closure_blocks_leopard_compat.h to get weak imports. |
4971 'type': 'none', | 4975 'type': 'none', |
4972 }], | 4976 }], |
4973 ], | 4977 ], |
4974 }, | 4978 }, |
4975 ], | 4979 ], |
4976 }], | 4980 }], |
4977 ], | 4981 ], |
4978 } | 4982 } |
OLD | NEW |