| 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 1491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1502 # TODO: These should be moved to test_support (see below), but | 1502 # TODO: These should be moved to test_support (see below), but |
| 1503 # are currently used by production code in automation_provider.cc. | 1503 # are currently used by production code in automation_provider.cc. |
| 1504 'browser/net/url_request_mock_link_doctor_job.cc', | 1504 'browser/net/url_request_mock_link_doctor_job.cc', |
| 1505 'browser/net/url_request_mock_link_doctor_job.h', | 1505 'browser/net/url_request_mock_link_doctor_job.h', |
| 1506 'browser/net/url_request_mock_util.cc', | 1506 'browser/net/url_request_mock_util.cc', |
| 1507 'browser/net/url_request_mock_util.h', | 1507 'browser/net/url_request_mock_util.h', |
| 1508 'browser/net/view_blob_internals_job_factory.cc', | 1508 'browser/net/view_blob_internals_job_factory.cc', |
| 1509 'browser/net/view_blob_internals_job_factory.h', | 1509 'browser/net/view_blob_internals_job_factory.h', |
| 1510 'browser/net/view_http_cache_job_factory.cc', | 1510 'browser/net/view_http_cache_job_factory.cc', |
| 1511 'browser/net/view_http_cache_job_factory.h', | 1511 'browser/net/view_http_cache_job_factory.h', |
| 1512 'browser/net/websocket_experiment/websocket_experiment_runner.cc', | |
| 1513 'browser/net/websocket_experiment/websocket_experiment_runner.h', | |
| 1514 'browser/net/websocket_experiment/websocket_experiment_task.cc', | |
| 1515 'browser/net/websocket_experiment/websocket_experiment_task.h', | |
| 1516 'browser/notifications/balloon.cc', | 1512 'browser/notifications/balloon.cc', |
| 1517 'browser/notifications/balloon.h', | 1513 'browser/notifications/balloon.h', |
| 1518 'browser/notifications/balloon_collection.cc', | 1514 'browser/notifications/balloon_collection.cc', |
| 1519 'browser/notifications/balloon_collection.h', | 1515 'browser/notifications/balloon_collection.h', |
| 1520 'browser/notifications/balloon_collection_base.cc', | 1516 'browser/notifications/balloon_collection_base.cc', |
| 1521 'browser/notifications/balloon_collection_base.h', | 1517 'browser/notifications/balloon_collection_base.h', |
| 1522 'browser/notifications/balloon_collection_impl.cc', | 1518 'browser/notifications/balloon_collection_impl.cc', |
| 1523 'browser/notifications/balloon_collection_impl.h', | 1519 'browser/notifications/balloon_collection_impl.h', |
| 1524 'browser/notifications/balloon_collection_linux.cc', | 1520 'browser/notifications/balloon_collection_linux.cc', |
| 1525 'browser/notifications/balloon_collection_mac.mm', | 1521 'browser/notifications/balloon_collection_mac.mm', |
| (...skipping 3368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4894 ], | 4890 ], |
| 4895 'export_dependent_settings': [ | 4891 'export_dependent_settings': [ |
| 4896 'in_memory_url_index_cache_proto', | 4892 'in_memory_url_index_cache_proto', |
| 4897 ], | 4893 ], |
| 4898 # This target exports a hard dependency because it includes generated | 4894 # This target exports a hard dependency because it includes generated |
| 4899 # header files. | 4895 # header files. |
| 4900 'hard_dependency': 1, | 4896 'hard_dependency': 1, |
| 4901 }, | 4897 }, |
| 4902 ], | 4898 ], |
| 4903 } | 4899 } |
| OLD | NEW |