| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 4365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4376 "history/history_test_utils.cc", | 4376 "history/history_test_utils.cc", |
| 4377 "history/history_test_utils.h", | 4377 "history/history_test_utils.h", |
| 4378 "media/webrtc/fake_desktop_media_list.cc", | 4378 "media/webrtc/fake_desktop_media_list.cc", |
| 4379 "media/webrtc/fake_desktop_media_list.h", | 4379 "media/webrtc/fake_desktop_media_list.h", |
| 4380 "net/dns_probe_test_util.cc", | 4380 "net/dns_probe_test_util.cc", |
| 4381 "net/dns_probe_test_util.h", | 4381 "net/dns_probe_test_util.h", |
| 4382 "net/url_request_mock_util.cc", | 4382 "net/url_request_mock_util.cc", |
| 4383 "net/url_request_mock_util.h", | 4383 "net/url_request_mock_util.h", |
| 4384 "notifications/notification_test_util.cc", | 4384 "notifications/notification_test_util.cc", |
| 4385 "notifications/notification_test_util.h", | 4385 "notifications/notification_test_util.h", |
| 4386 "notifications/stub_notification_display_service.cc", |
| 4387 "notifications/stub_notification_display_service.h", |
| 4386 "notifications/stub_notification_platform_bridge.cc", | 4388 "notifications/stub_notification_platform_bridge.cc", |
| 4387 "notifications/stub_notification_platform_bridge.h", | 4389 "notifications/stub_notification_platform_bridge.h", |
| 4388 "policy/test/local_policy_test_server.cc", | 4390 "policy/test/local_policy_test_server.cc", |
| 4389 "policy/test/local_policy_test_server.h", | 4391 "policy/test/local_policy_test_server.h", |
| 4390 "search_engines/template_url_service_factory_test_util.cc", | 4392 "search_engines/template_url_service_factory_test_util.cc", |
| 4391 "search_engines/template_url_service_factory_test_util.h", | 4393 "search_engines/template_url_service_factory_test_util.h", |
| 4392 "search_engines/template_url_service_test_util.cc", | 4394 "search_engines/template_url_service_test_util.cc", |
| 4393 "search_engines/template_url_service_test_util.h", | 4395 "search_engines/template_url_service_test_util.h", |
| 4394 "signin/fake_account_fetcher_service_builder.cc", | 4396 "signin/fake_account_fetcher_service_builder.cc", |
| 4395 "signin/fake_account_fetcher_service_builder.h", | 4397 "signin/fake_account_fetcher_service_builder.h", |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4660 "media/pepper_cdm_test_constants.cc", | 4662 "media/pepper_cdm_test_constants.cc", |
| 4661 "media/pepper_cdm_test_constants.h", | 4663 "media/pepper_cdm_test_constants.h", |
| 4662 ] | 4664 ] |
| 4663 } | 4665 } |
| 4664 } | 4666 } |
| 4665 | 4667 |
| 4666 service_manifest("preferences_forwarder_manifest") { | 4668 service_manifest("preferences_forwarder_manifest") { |
| 4667 name = "preferences_forwarder" | 4669 name = "preferences_forwarder" |
| 4668 source = "prefs/forwarder_manifest.json" | 4670 source = "prefs/forwarder_manifest.json" |
| 4669 } | 4671 } |
| OLD | NEW |