| 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 2411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2422 "captive_portal/captive_portal_login_detector.cc", | 2422 "captive_portal/captive_portal_login_detector.cc", |
| 2423 "captive_portal/captive_portal_login_detector.h", | 2423 "captive_portal/captive_portal_login_detector.h", |
| 2424 "captive_portal/captive_portal_service.cc", | 2424 "captive_portal/captive_portal_service.cc", |
| 2425 "captive_portal/captive_portal_service.h", | 2425 "captive_portal/captive_portal_service.h", |
| 2426 "captive_portal/captive_portal_service_factory.cc", | 2426 "captive_portal/captive_portal_service_factory.cc", |
| 2427 "captive_portal/captive_portal_service_factory.h", | 2427 "captive_portal/captive_portal_service_factory.h", |
| 2428 "captive_portal/captive_portal_tab_helper.cc", | 2428 "captive_portal/captive_portal_tab_helper.cc", |
| 2429 "captive_portal/captive_portal_tab_helper.h", | 2429 "captive_portal/captive_portal_tab_helper.h", |
| 2430 "captive_portal/captive_portal_tab_reloader.cc", | 2430 "captive_portal/captive_portal_tab_reloader.cc", |
| 2431 "captive_portal/captive_portal_tab_reloader.h", | 2431 "captive_portal/captive_portal_tab_reloader.h", |
| 2432 "component_updater/ssl_error_assistant_component_installer.cc", |
| 2433 "component_updater/ssl_error_assistant_component_installer.h", |
| 2432 "ssl/captive_portal_blocking_page.cc", | 2434 "ssl/captive_portal_blocking_page.cc", |
| 2433 "ssl/captive_portal_blocking_page.h", | 2435 "ssl/captive_portal_blocking_page.h", |
| 2434 "ssl/captive_portal_metrics_recorder.cc", | 2436 "ssl/captive_portal_metrics_recorder.cc", |
| 2435 "ssl/captive_portal_metrics_recorder.h", | 2437 "ssl/captive_portal_metrics_recorder.h", |
| 2436 ] | 2438 ] |
| 2437 } | 2439 } |
| 2438 if (enable_session_service) { | 2440 if (enable_session_service) { |
| 2439 sources += [ | 2441 sources += [ |
| 2440 "sessions/session_restore.cc", | 2442 "sessions/session_restore.cc", |
| 2441 "sessions/session_restore.h", | 2443 "sessions/session_restore.h", |
| (...skipping 2070 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4512 "media/pepper_cdm_test_constants.cc", | 4514 "media/pepper_cdm_test_constants.cc", |
| 4513 "media/pepper_cdm_test_constants.h", | 4515 "media/pepper_cdm_test_constants.h", |
| 4514 ] | 4516 ] |
| 4515 } | 4517 } |
| 4516 } | 4518 } |
| 4517 | 4519 |
| 4518 service_manifest("preferences_manifest") { | 4520 service_manifest("preferences_manifest") { |
| 4519 name = "preferences" | 4521 name = "preferences" |
| 4520 source = "prefs/preferences_manifest.json" | 4522 source = "prefs/preferences_manifest.json" |
| 4521 } | 4523 } |
| OLD | NEW |