| 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 1257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1268 "status_icons/status_icon_menu_model.h", | 1268 "status_icons/status_icon_menu_model.h", |
| 1269 "status_icons/status_icon_observer.h", | 1269 "status_icons/status_icon_observer.h", |
| 1270 "status_icons/status_tray.cc", | 1270 "status_icons/status_tray.cc", |
| 1271 "status_icons/status_tray.h", | 1271 "status_icons/status_tray.h", |
| 1272 "storage/durable_storage_permission_context.cc", | 1272 "storage/durable_storage_permission_context.cc", |
| 1273 "storage/durable_storage_permission_context.h", | 1273 "storage/durable_storage_permission_context.h", |
| 1274 "storage/storage_info_fetcher.cc", | 1274 "storage/storage_info_fetcher.cc", |
| 1275 "storage/storage_info_fetcher.h", | 1275 "storage/storage_info_fetcher.h", |
| 1276 "subresource_filter/chrome_subresource_filter_client.cc", | 1276 "subresource_filter/chrome_subresource_filter_client.cc", |
| 1277 "subresource_filter/chrome_subresource_filter_client.h", | 1277 "subresource_filter/chrome_subresource_filter_client.h", |
| 1278 "subresource_filter/subresource_filter_content_settings_observer_factory.cc"
, |
| 1279 "subresource_filter/subresource_filter_content_settings_observer_factory.h", |
| 1278 "sync/chrome_sync_client.cc", | 1280 "sync/chrome_sync_client.cc", |
| 1279 "sync/chrome_sync_client.h", | 1281 "sync/chrome_sync_client.h", |
| 1280 "sync/glue/extensions_activity_monitor.cc", | 1282 "sync/glue/extensions_activity_monitor.cc", |
| 1281 "sync/glue/extensions_activity_monitor.h", | 1283 "sync/glue/extensions_activity_monitor.h", |
| 1282 "sync/glue/sync_start_util.cc", | 1284 "sync/glue/sync_start_util.cc", |
| 1283 "sync/glue/sync_start_util.h", | 1285 "sync/glue/sync_start_util.h", |
| 1284 "sync/profile_sync_service_factory.cc", | 1286 "sync/profile_sync_service_factory.cc", |
| 1285 "sync/profile_sync_service_factory.h", | 1287 "sync/profile_sync_service_factory.h", |
| 1286 "sync/sessions/sync_sessions_router_tab_helper.cc", | 1288 "sync/sessions/sync_sessions_router_tab_helper.cc", |
| 1287 "sync/sessions/sync_sessions_router_tab_helper.h", | 1289 "sync/sessions/sync_sessions_router_tab_helper.h", |
| (...skipping 3331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4619 "media/pepper_cdm_test_constants.cc", | 4621 "media/pepper_cdm_test_constants.cc", |
| 4620 "media/pepper_cdm_test_constants.h", | 4622 "media/pepper_cdm_test_constants.h", |
| 4621 ] | 4623 ] |
| 4622 } | 4624 } |
| 4623 } | 4625 } |
| 4624 | 4626 |
| 4625 service_manifest("preferences_manifest") { | 4627 service_manifest("preferences_manifest") { |
| 4626 name = "preferences" | 4628 name = "preferences" |
| 4627 source = "prefs/preferences_manifest.json" | 4629 source = "prefs/preferences_manifest.json" |
| 4628 } | 4630 } |
| OLD | NEW |