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 1356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1367 'browser/instant/instant_field_trial.h', | 1367 'browser/instant/instant_field_trial.h', |
1368 'browser/instant/instant_loader.cc', | 1368 'browser/instant/instant_loader.cc', |
1369 'browser/instant/instant_loader.h', | 1369 'browser/instant/instant_loader.h', |
1370 'browser/instant/instant_loader_delegate.h', | 1370 'browser/instant/instant_loader_delegate.h', |
1371 'browser/instant/instant_loader_manager.cc', | 1371 'browser/instant/instant_loader_manager.cc', |
1372 'browser/instant/instant_loader_manager.h', | 1372 'browser/instant/instant_loader_manager.h', |
1373 'browser/instant/instant_unload_handler.cc', | 1373 'browser/instant/instant_unload_handler.cc', |
1374 'browser/instant/instant_unload_handler.h', | 1374 'browser/instant/instant_unload_handler.h', |
1375 'browser/instant/promo_counter.cc', | 1375 'browser/instant/promo_counter.cc', |
1376 'browser/instant/promo_counter.h', | 1376 'browser/instant/promo_counter.h', |
| 1377 'browser/intents/register_intent_handler_infobar_delegate.cc', |
| 1378 'browser/intents/register_intent_handler_infobar_delegate.h', |
1377 'browser/intents/web_intents_registry.cc', | 1379 'browser/intents/web_intents_registry.cc', |
1378 'browser/intents/web_intents_registry.h', | 1380 'browser/intents/web_intents_registry.h', |
1379 'browser/intents/register_intent_handler_infobar_delegate.cc', | 1381 'browser/intents/web_intent_data.cc', |
1380 'browser/intents/register_intent_handler_infobar_delegate.h', | 1382 'browser/intents/web_intent_data.h', |
1381 'browser/internal_auth.cc', | 1383 'browser/internal_auth.cc', |
1382 'browser/internal_auth.h', | 1384 'browser/internal_auth.h', |
1383 'browser/intranet_redirect_detector.cc', | 1385 'browser/intranet_redirect_detector.cc', |
1384 'browser/intranet_redirect_detector.h', | 1386 'browser/intranet_redirect_detector.h', |
1385 'browser/io_thread.cc', | 1387 'browser/io_thread.cc', |
1386 'browser/io_thread.h', | 1388 'browser/io_thread.h', |
1387 'browser/jankometer.cc', | 1389 'browser/jankometer.cc', |
1388 'browser/jankometer.h', | 1390 'browser/jankometer.h', |
1389 'browser/jankometer_mac.cc', | 1391 'browser/jankometer_mac.cc', |
1390 'browser/jumplist_win.cc', | 1392 'browser/jumplist_win.cc', |
(...skipping 3545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4936 # weak imports in dependents, who still must #include | 4938 # weak imports in dependents, who still must #include |
4937 # closure_blocks_leopard_compat.h to get weak imports. | 4939 # closure_blocks_leopard_compat.h to get weak imports. |
4938 'type': 'none', | 4940 'type': 'none', |
4939 }], | 4941 }], |
4940 ], | 4942 ], |
4941 }, | 4943 }, |
4942 ], | 4944 ], |
4943 }], | 4945 }], |
4944 ], | 4946 ], |
4945 } | 4947 } |
OLD | NEW |