| 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 1248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1259 "status_icons/status_icon_menu_model.h", | 1259 "status_icons/status_icon_menu_model.h", |
| 1260 "status_icons/status_icon_observer.h", | 1260 "status_icons/status_icon_observer.h", |
| 1261 "status_icons/status_tray.cc", | 1261 "status_icons/status_tray.cc", |
| 1262 "status_icons/status_tray.h", | 1262 "status_icons/status_tray.h", |
| 1263 "storage/durable_storage_permission_context.cc", | 1263 "storage/durable_storage_permission_context.cc", |
| 1264 "storage/durable_storage_permission_context.h", | 1264 "storage/durable_storage_permission_context.h", |
| 1265 "storage/storage_info_fetcher.cc", | 1265 "storage/storage_info_fetcher.cc", |
| 1266 "storage/storage_info_fetcher.h", | 1266 "storage/storage_info_fetcher.h", |
| 1267 "subresource_filter/chrome_subresource_filter_client.cc", | 1267 "subresource_filter/chrome_subresource_filter_client.cc", |
| 1268 "subresource_filter/chrome_subresource_filter_client.h", | 1268 "subresource_filter/chrome_subresource_filter_client.h", |
| 1269 "subresource_filter/navigation_throttle_util.cc", |
| 1270 "subresource_filter/navigation_throttle_util.h", |
| 1269 "sync/chrome_sync_client.cc", | 1271 "sync/chrome_sync_client.cc", |
| 1270 "sync/chrome_sync_client.h", | 1272 "sync/chrome_sync_client.h", |
| 1271 "sync/glue/extensions_activity_monitor.cc", | 1273 "sync/glue/extensions_activity_monitor.cc", |
| 1272 "sync/glue/extensions_activity_monitor.h", | 1274 "sync/glue/extensions_activity_monitor.h", |
| 1273 "sync/glue/sync_start_util.cc", | 1275 "sync/glue/sync_start_util.cc", |
| 1274 "sync/glue/sync_start_util.h", | 1276 "sync/glue/sync_start_util.h", |
| 1275 "sync/profile_sync_service_factory.cc", | 1277 "sync/profile_sync_service_factory.cc", |
| 1276 "sync/profile_sync_service_factory.h", | 1278 "sync/profile_sync_service_factory.h", |
| 1277 "sync/sessions/notification_service_sessions_router.cc", | 1279 "sync/sessions/notification_service_sessions_router.cc", |
| 1278 "sync/sessions/notification_service_sessions_router.h", | 1280 "sync/sessions/notification_service_sessions_router.h", |
| (...skipping 3282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4561 "media/pepper_cdm_test_constants.cc", | 4563 "media/pepper_cdm_test_constants.cc", |
| 4562 "media/pepper_cdm_test_constants.h", | 4564 "media/pepper_cdm_test_constants.h", |
| 4563 ] | 4565 ] |
| 4564 } | 4566 } |
| 4565 } | 4567 } |
| 4566 | 4568 |
| 4567 service_manifest("preferences_manifest") { | 4569 service_manifest("preferences_manifest") { |
| 4568 name = "preferences" | 4570 name = "preferences" |
| 4569 source = "prefs/preferences_manifest.json" | 4571 source = "prefs/preferences_manifest.json" |
| 4570 } | 4572 } |
| OLD | NEW |