| 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 "banners/app_banner_metrics.h", | 103 "banners/app_banner_metrics.h", |
| 104 "banners/app_banner_settings_helper.cc", | 104 "banners/app_banner_settings_helper.cc", |
| 105 "banners/app_banner_settings_helper.h", | 105 "banners/app_banner_settings_helper.h", |
| 106 "bitmap_fetcher/bitmap_fetcher.cc", | 106 "bitmap_fetcher/bitmap_fetcher.cc", |
| 107 "bitmap_fetcher/bitmap_fetcher.h", | 107 "bitmap_fetcher/bitmap_fetcher.h", |
| 108 "bitmap_fetcher/bitmap_fetcher_delegate.h", | 108 "bitmap_fetcher/bitmap_fetcher_delegate.h", |
| 109 "bitmap_fetcher/bitmap_fetcher_service.cc", | 109 "bitmap_fetcher/bitmap_fetcher_service.cc", |
| 110 "bitmap_fetcher/bitmap_fetcher_service.h", | 110 "bitmap_fetcher/bitmap_fetcher_service.h", |
| 111 "bitmap_fetcher/bitmap_fetcher_service_factory.cc", | 111 "bitmap_fetcher/bitmap_fetcher_service_factory.cc", |
| 112 "bitmap_fetcher/bitmap_fetcher_service_factory.h", | 112 "bitmap_fetcher/bitmap_fetcher_service_factory.h", |
| 113 "bluetooth/bluetooth_allowed_devices_map.cc", |
| 114 "bluetooth/bluetooth_allowed_devices_map.h", |
| 115 "bluetooth/bluetooth_allowed_devices_map_factory.cc", |
| 116 "bluetooth/bluetooth_allowed_devices_map_factory.h", |
| 113 "bookmarks/bookmark_model_factory.cc", | 117 "bookmarks/bookmark_model_factory.cc", |
| 114 "bookmarks/bookmark_model_factory.h", | 118 "bookmarks/bookmark_model_factory.h", |
| 115 "bookmarks/bookmark_stats.cc", | 119 "bookmarks/bookmark_stats.cc", |
| 116 "bookmarks/bookmark_stats.h", | 120 "bookmarks/bookmark_stats.h", |
| 117 "bookmarks/chrome_bookmark_client.cc", | 121 "bookmarks/chrome_bookmark_client.cc", |
| 118 "bookmarks/chrome_bookmark_client.h", | 122 "bookmarks/chrome_bookmark_client.h", |
| 119 "bookmarks/managed_bookmark_service_factory.cc", | 123 "bookmarks/managed_bookmark_service_factory.cc", |
| 120 "bookmarks/managed_bookmark_service_factory.h", | 124 "bookmarks/managed_bookmark_service_factory.h", |
| 121 "bookmarks/startup_task_runner_service_factory.cc", | 125 "bookmarks/startup_task_runner_service_factory.cc", |
| 122 "bookmarks/startup_task_runner_service_factory.h", | 126 "bookmarks/startup_task_runner_service_factory.h", |
| (...skipping 4364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4487 "media/pepper_cdm_test_constants.cc", | 4491 "media/pepper_cdm_test_constants.cc", |
| 4488 "media/pepper_cdm_test_constants.h", | 4492 "media/pepper_cdm_test_constants.h", |
| 4489 ] | 4493 ] |
| 4490 } | 4494 } |
| 4491 } | 4495 } |
| 4492 | 4496 |
| 4493 service_manifest("preferences_manifest") { | 4497 service_manifest("preferences_manifest") { |
| 4494 name = "preferences" | 4498 name = "preferences" |
| 4495 source = "prefs/preferences_manifest.json" | 4499 source = "prefs/preferences_manifest.json" |
| 4496 } | 4500 } |
| OLD | NEW |