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 1255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1266 "subresource_filter/chrome_subresource_filter_client.cc", | 1266 "subresource_filter/chrome_subresource_filter_client.cc", |
1267 "subresource_filter/chrome_subresource_filter_client.h", | 1267 "subresource_filter/chrome_subresource_filter_client.h", |
1268 "sync/chrome_sync_client.cc", | 1268 "sync/chrome_sync_client.cc", |
1269 "sync/chrome_sync_client.h", | 1269 "sync/chrome_sync_client.h", |
1270 "sync/glue/extensions_activity_monitor.cc", | 1270 "sync/glue/extensions_activity_monitor.cc", |
1271 "sync/glue/extensions_activity_monitor.h", | 1271 "sync/glue/extensions_activity_monitor.h", |
1272 "sync/glue/sync_start_util.cc", | 1272 "sync/glue/sync_start_util.cc", |
1273 "sync/glue/sync_start_util.h", | 1273 "sync/glue/sync_start_util.h", |
1274 "sync/profile_sync_service_factory.cc", | 1274 "sync/profile_sync_service_factory.cc", |
1275 "sync/profile_sync_service_factory.h", | 1275 "sync/profile_sync_service_factory.h", |
1276 "sync/sessions/notification_service_sessions_router.cc", | 1276 "sync/sessions/sync_sessions_router_tab_helper.cc", |
1277 "sync/sessions/notification_service_sessions_router.h", | 1277 "sync/sessions/sync_sessions_router_tab_helper.h", |
| 1278 "sync/sessions/sync_sessions_web_contents_router.cc", |
| 1279 "sync/sessions/sync_sessions_web_contents_router.h", |
| 1280 "sync/sessions/sync_sessions_web_contents_router_factory.cc", |
| 1281 "sync/sessions/sync_sessions_web_contents_router_factory.h", |
1278 "sync/supervised_user_signin_manager_wrapper.cc", | 1282 "sync/supervised_user_signin_manager_wrapper.cc", |
1279 "sync/supervised_user_signin_manager_wrapper.h", | 1283 "sync/supervised_user_signin_manager_wrapper.h", |
1280 "sync/sync_startup_tracker.cc", | 1284 "sync/sync_startup_tracker.cc", |
1281 "sync/sync_startup_tracker.h", | 1285 "sync/sync_startup_tracker.h", |
1282 "tab_contents/navigation_metrics_recorder.cc", | 1286 "tab_contents/navigation_metrics_recorder.cc", |
1283 "tab_contents/navigation_metrics_recorder.h", | 1287 "tab_contents/navigation_metrics_recorder.h", |
1284 "tab_contents/origins_seen_service_factory.cc", | 1288 "tab_contents/origins_seen_service_factory.cc", |
1285 "tab_contents/origins_seen_service_factory.h", | 1289 "tab_contents/origins_seen_service_factory.h", |
1286 "tab_contents/retargeting_details.h", | 1290 "tab_contents/retargeting_details.h", |
1287 "tab_contents/tab_util.cc", | 1291 "tab_contents/tab_util.cc", |
(...skipping 3267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4555 "media/pepper_cdm_test_constants.cc", | 4559 "media/pepper_cdm_test_constants.cc", |
4556 "media/pepper_cdm_test_constants.h", | 4560 "media/pepper_cdm_test_constants.h", |
4557 ] | 4561 ] |
4558 } | 4562 } |
4559 } | 4563 } |
4560 | 4564 |
4561 service_manifest("preferences_manifest") { | 4565 service_manifest("preferences_manifest") { |
4562 name = "preferences" | 4566 name = "preferences" |
4563 source = "prefs/preferences_manifest.json" | 4567 source = "prefs/preferences_manifest.json" |
4564 } | 4568 } |
OLD | NEW |