Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(278)

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2603433002: Move SecurityInterstitialPage into component (Closed)
Patch Set: missed some changes in rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/captive_portal/captive_portal_browsertest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 "installable/installable_logging.cc", 480 "installable/installable_logging.cc",
481 "installable/installable_logging.h", 481 "installable/installable_logging.h",
482 "installable/installable_manager.cc", 482 "installable/installable_manager.cc",
483 "installable/installable_manager.h", 483 "installable/installable_manager.h",
484 "internal_auth.cc", 484 "internal_auth.cc",
485 "internal_auth.h", 485 "internal_auth.h",
486 "interstitials/chrome_controller_client.cc", 486 "interstitials/chrome_controller_client.cc",
487 "interstitials/chrome_controller_client.h", 487 "interstitials/chrome_controller_client.h",
488 "interstitials/chrome_metrics_helper.cc", 488 "interstitials/chrome_metrics_helper.cc",
489 "interstitials/chrome_metrics_helper.h", 489 "interstitials/chrome_metrics_helper.h",
490 "interstitials/security_interstitial_page.cc",
491 "interstitials/security_interstitial_page.h",
492 "intranet_redirect_detector.cc", 490 "intranet_redirect_detector.cc",
493 "intranet_redirect_detector.h", 491 "intranet_redirect_detector.h",
494 "invalidation/profile_invalidation_provider_factory.cc", 492 "invalidation/profile_invalidation_provider_factory.cc",
495 "invalidation/profile_invalidation_provider_factory.h", 493 "invalidation/profile_invalidation_provider_factory.h",
496 "io_thread.cc", 494 "io_thread.cc",
497 "io_thread.h", 495 "io_thread.h",
498 "lifetime/application_lifetime.cc", 496 "lifetime/application_lifetime.cc",
499 "lifetime/application_lifetime.h", 497 "lifetime/application_lifetime.h",
500 "lifetime/application_lifetime_mac.mm", 498 "lifetime/application_lifetime_mac.mm",
501 "loader/chrome_navigation_data.cc", 499 "loader/chrome_navigation_data.cc",
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after
1450 "//components/query_parser", 1448 "//components/query_parser",
1451 "//components/rappor", 1449 "//components/rappor",
1452 "//components/rappor:rappor_recorder", 1450 "//components/rappor:rappor_recorder",
1453 "//components/renderer_context_menu", 1451 "//components/renderer_context_menu",
1454 "//components/resources", 1452 "//components/resources",
1455 "//components/safe_browsing_db", 1453 "//components/safe_browsing_db",
1456 "//components/safe_json", 1454 "//components/safe_json",
1457 "//components/search", 1455 "//components/search",
1458 "//components/search_engines", 1456 "//components/search_engines",
1459 "//components/search_provider_logos", 1457 "//components/search_provider_logos",
1458 "//components/security_interstitials/content:security_interstitial_page",
1460 "//components/security_interstitials/core", 1459 "//components/security_interstitials/core",
1461 "//components/security_state/content", 1460 "//components/security_state/content",
1462 "//components/security_state/core", 1461 "//components/security_state/core",
1463 "//components/sessions", 1462 "//components/sessions",
1464 "//components/signin/core/browser", 1463 "//components/signin/core/browser",
1465 "//components/spellcheck:build_features", 1464 "//components/spellcheck:build_features",
1466 "//components/ssl_config", 1465 "//components/ssl_config",
1467 "//components/ssl_errors", 1466 "//components/ssl_errors",
1468 "//components/startup_metric_utils/browser:host", 1467 "//components/startup_metric_utils/browser:host",
1469 "//components/startup_metric_utils/browser:lib", 1468 "//components/startup_metric_utils/browser:lib",
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
2000 "safe_browsing/threat_details_history.h", 1999 "safe_browsing/threat_details_history.h",
2001 "safe_browsing/ui_manager.cc", 2000 "safe_browsing/ui_manager.cc",
2002 "safe_browsing/ui_manager.h", 2001 "safe_browsing/ui_manager.h",
2003 ] 2002 ]
2004 deps += [ 2003 deps += [
2005 "//chrome/browser/safe_browsing:chunk_proto", 2004 "//chrome/browser/safe_browsing:chunk_proto",
2006 "//chrome/common/safe_browsing:proto", 2005 "//chrome/common/safe_browsing:proto",
2007 "//components/safe_browsing:safe_browsing", 2006 "//components/safe_browsing:safe_browsing",
2008 "//components/safe_browsing/common:common", 2007 "//components/safe_browsing/common:common",
2009 "//components/safe_browsing_db:metadata_proto", 2008 "//components/safe_browsing_db:metadata_proto",
2010 "//components/security_interstitials/content:unsafe_resource",
2011 ] 2009 ]
2012 if (safe_browsing_mode == 1) { 2010 if (safe_browsing_mode == 1) {
2013 # "Safe Browsing Full" files in addition to the "basic" ones to use for 2011 # "Safe Browsing Full" files in addition to the "basic" ones to use for
2014 # full safe browsing. This has some in common with "mobile." 2012 # full safe browsing. This has some in common with "mobile."
2015 sources += [ 2013 sources += [
2016 "download/download_completion_blocker.cc", 2014 "download/download_completion_blocker.cc",
2017 "download/download_completion_blocker.h", 2015 "download/download_completion_blocker.h",
2018 "loader/safe_browsing_resource_throttle.cc", 2016 "loader/safe_browsing_resource_throttle.cc",
2019 "loader/safe_browsing_resource_throttle.h", 2017 "loader/safe_browsing_resource_throttle.h",
2020 "safe_browsing/browser_feature_extractor.cc", 2018 "safe_browsing/browser_feature_extractor.cc",
(...skipping 2465 matching lines...) Expand 10 before | Expand all | Expand 10 after
4486 "media/pepper_cdm_test_constants.cc", 4484 "media/pepper_cdm_test_constants.cc",
4487 "media/pepper_cdm_test_constants.h", 4485 "media/pepper_cdm_test_constants.h",
4488 ] 4486 ]
4489 } 4487 }
4490 } 4488 }
4491 4489
4492 service_manifest("preferences_manifest") { 4490 service_manifest("preferences_manifest") {
4493 name = "preferences" 4491 name = "preferences"
4494 source = "prefs/preferences_manifest.json" 4492 source = "prefs/preferences_manifest.json"
4495 } 4493 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/captive_portal/captive_portal_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698