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 1234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1245 "status_icons/status_icon_menu_model.h", | 1245 "status_icons/status_icon_menu_model.h", |
1246 "status_icons/status_icon_observer.h", | 1246 "status_icons/status_icon_observer.h", |
1247 "status_icons/status_tray.cc", | 1247 "status_icons/status_tray.cc", |
1248 "status_icons/status_tray.h", | 1248 "status_icons/status_tray.h", |
1249 "storage/durable_storage_permission_context.cc", | 1249 "storage/durable_storage_permission_context.cc", |
1250 "storage/durable_storage_permission_context.h", | 1250 "storage/durable_storage_permission_context.h", |
1251 "storage/storage_info_fetcher.cc", | 1251 "storage/storage_info_fetcher.cc", |
1252 "storage/storage_info_fetcher.h", | 1252 "storage/storage_info_fetcher.h", |
1253 "subresource_filter/chrome_subresource_filter_client.cc", | 1253 "subresource_filter/chrome_subresource_filter_client.cc", |
1254 "subresource_filter/chrome_subresource_filter_client.h", | 1254 "subresource_filter/chrome_subresource_filter_client.h", |
| 1255 "subresource_filter/navigation_throttle_util.cc", |
| 1256 "subresource_filter/navigation_throttle_util.h", |
1255 "sync/chrome_sync_client.cc", | 1257 "sync/chrome_sync_client.cc", |
1256 "sync/chrome_sync_client.h", | 1258 "sync/chrome_sync_client.h", |
1257 "sync/glue/extensions_activity_monitor.cc", | 1259 "sync/glue/extensions_activity_monitor.cc", |
1258 "sync/glue/extensions_activity_monitor.h", | 1260 "sync/glue/extensions_activity_monitor.h", |
1259 "sync/glue/sync_start_util.cc", | 1261 "sync/glue/sync_start_util.cc", |
1260 "sync/glue/sync_start_util.h", | 1262 "sync/glue/sync_start_util.h", |
1261 "sync/profile_sync_service_factory.cc", | 1263 "sync/profile_sync_service_factory.cc", |
1262 "sync/profile_sync_service_factory.h", | 1264 "sync/profile_sync_service_factory.h", |
1263 "sync/sessions/notification_service_sessions_router.cc", | 1265 "sync/sessions/notification_service_sessions_router.cc", |
1264 "sync/sessions/notification_service_sessions_router.h", | 1266 "sync/sessions/notification_service_sessions_router.h", |
(...skipping 3277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4542 "media/pepper_cdm_test_constants.cc", | 4544 "media/pepper_cdm_test_constants.cc", |
4543 "media/pepper_cdm_test_constants.h", | 4545 "media/pepper_cdm_test_constants.h", |
4544 ] | 4546 ] |
4545 } | 4547 } |
4546 } | 4548 } |
4547 | 4549 |
4548 service_manifest("preferences_manifest") { | 4550 service_manifest("preferences_manifest") { |
4549 name = "preferences" | 4551 name = "preferences" |
4550 source = "prefs/preferences_manifest.json" | 4552 source = "prefs/preferences_manifest.json" |
4551 } | 4553 } |
OLD | NEW |