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 1228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1239 "status_icons/status_icon_menu_model.h", | 1239 "status_icons/status_icon_menu_model.h", |
1240 "status_icons/status_icon_observer.h", | 1240 "status_icons/status_icon_observer.h", |
1241 "status_icons/status_tray.cc", | 1241 "status_icons/status_tray.cc", |
1242 "status_icons/status_tray.h", | 1242 "status_icons/status_tray.h", |
1243 "storage/durable_storage_permission_context.cc", | 1243 "storage/durable_storage_permission_context.cc", |
1244 "storage/durable_storage_permission_context.h", | 1244 "storage/durable_storage_permission_context.h", |
1245 "storage/storage_info_fetcher.cc", | 1245 "storage/storage_info_fetcher.cc", |
1246 "storage/storage_info_fetcher.h", | 1246 "storage/storage_info_fetcher.h", |
1247 "subresource_filter/chrome_subresource_filter_client.cc", | 1247 "subresource_filter/chrome_subresource_filter_client.cc", |
1248 "subresource_filter/chrome_subresource_filter_client.h", | 1248 "subresource_filter/chrome_subresource_filter_client.h", |
| 1249 "subresource_filter/navigation_throttle_util.cc", |
| 1250 "subresource_filter/navigation_throttle_util.h", |
1249 "sync/chrome_sync_client.cc", | 1251 "sync/chrome_sync_client.cc", |
1250 "sync/chrome_sync_client.h", | 1252 "sync/chrome_sync_client.h", |
1251 "sync/glue/extensions_activity_monitor.cc", | 1253 "sync/glue/extensions_activity_monitor.cc", |
1252 "sync/glue/extensions_activity_monitor.h", | 1254 "sync/glue/extensions_activity_monitor.h", |
1253 "sync/glue/sync_start_util.cc", | 1255 "sync/glue/sync_start_util.cc", |
1254 "sync/glue/sync_start_util.h", | 1256 "sync/glue/sync_start_util.h", |
1255 "sync/profile_sync_service_factory.cc", | 1257 "sync/profile_sync_service_factory.cc", |
1256 "sync/profile_sync_service_factory.h", | 1258 "sync/profile_sync_service_factory.h", |
1257 "sync/sessions/notification_service_sessions_router.cc", | 1259 "sync/sessions/notification_service_sessions_router.cc", |
1258 "sync/sessions/notification_service_sessions_router.h", | 1260 "sync/sessions/notification_service_sessions_router.h", |
(...skipping 3272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4531 "media/pepper_cdm_test_constants.cc", | 4533 "media/pepper_cdm_test_constants.cc", |
4532 "media/pepper_cdm_test_constants.h", | 4534 "media/pepper_cdm_test_constants.h", |
4533 ] | 4535 ] |
4534 } | 4536 } |
4535 } | 4537 } |
4536 | 4538 |
4537 service_manifest("preferences_manifest") { | 4539 service_manifest("preferences_manifest") { |
4538 name = "preferences" | 4540 name = "preferences" |
4539 source = "prefs/preferences_manifest.json" | 4541 source = "prefs/preferences_manifest.json" |
4540 } | 4542 } |
OLD | NEW |