| 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 1469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1480 # TODO: These should be moved to test_support (see below), but | 1480 # TODO: These should be moved to test_support (see below), but |
| 1481 # are currently used by production code in automation_provider.cc. | 1481 # are currently used by production code in automation_provider.cc. |
| 1482 'browser/net/url_request_mock_link_doctor_job.cc', | 1482 'browser/net/url_request_mock_link_doctor_job.cc', |
| 1483 'browser/net/url_request_mock_link_doctor_job.h', | 1483 'browser/net/url_request_mock_link_doctor_job.h', |
| 1484 'browser/net/url_request_mock_util.cc', | 1484 'browser/net/url_request_mock_util.cc', |
| 1485 'browser/net/url_request_mock_util.h', | 1485 'browser/net/url_request_mock_util.h', |
| 1486 'browser/net/view_blob_internals_job_factory.cc', | 1486 'browser/net/view_blob_internals_job_factory.cc', |
| 1487 'browser/net/view_blob_internals_job_factory.h', | 1487 'browser/net/view_blob_internals_job_factory.h', |
| 1488 'browser/net/view_http_cache_job_factory.cc', | 1488 'browser/net/view_http_cache_job_factory.cc', |
| 1489 'browser/net/view_http_cache_job_factory.h', | 1489 'browser/net/view_http_cache_job_factory.h', |
| 1490 'browser/net/websocket_experiment/websocket_experiment_runner.cc', | |
| 1491 'browser/net/websocket_experiment/websocket_experiment_runner.h', | |
| 1492 'browser/net/websocket_experiment/websocket_experiment_task.cc', | |
| 1493 'browser/net/websocket_experiment/websocket_experiment_task.h', | |
| 1494 'browser/notifications/balloon.cc', | 1490 'browser/notifications/balloon.cc', |
| 1495 'browser/notifications/balloon.h', | 1491 'browser/notifications/balloon.h', |
| 1496 'browser/notifications/balloon_collection.cc', | 1492 'browser/notifications/balloon_collection.cc', |
| 1497 'browser/notifications/balloon_collection.h', | 1493 'browser/notifications/balloon_collection.h', |
| 1498 'browser/notifications/balloon_collection_base.cc', | 1494 'browser/notifications/balloon_collection_base.cc', |
| 1499 'browser/notifications/balloon_collection_base.h', | 1495 'browser/notifications/balloon_collection_base.h', |
| 1500 'browser/notifications/balloon_collection_impl.cc', | 1496 'browser/notifications/balloon_collection_impl.cc', |
| 1501 'browser/notifications/balloon_collection_impl.h', | 1497 'browser/notifications/balloon_collection_impl.h', |
| 1502 'browser/notifications/balloon_collection_linux.cc', | 1498 'browser/notifications/balloon_collection_linux.cc', |
| 1503 'browser/notifications/balloon_collection_mac.mm', | 1499 'browser/notifications/balloon_collection_mac.mm', |
| (...skipping 3361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4865 ], | 4861 ], |
| 4866 'export_dependent_settings': [ | 4862 'export_dependent_settings': [ |
| 4867 'in_memory_url_index_cache_proto', | 4863 'in_memory_url_index_cache_proto', |
| 4868 ], | 4864 ], |
| 4869 # This target exports a hard dependency because it includes generated | 4865 # This target exports a hard dependency because it includes generated |
| 4870 # header files. | 4866 # header files. |
| 4871 'hard_dependency': 1, | 4867 'hard_dependency': 1, |
| 4872 }, | 4868 }, |
| 4873 ], | 4869 ], |
| 4874 } | 4870 } |
| OLD | NEW |