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

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

Issue 2603433002: Move SecurityInterstitialPage into component (Closed)
Patch Set: nit, refind comments Created 3 years, 12 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
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 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 "installable/installable_logging.cc", 482 "installable/installable_logging.cc",
483 "installable/installable_logging.h", 483 "installable/installable_logging.h",
484 "installable/installable_manager.cc", 484 "installable/installable_manager.cc",
485 "installable/installable_manager.h", 485 "installable/installable_manager.h",
486 "internal_auth.cc", 486 "internal_auth.cc",
487 "internal_auth.h", 487 "internal_auth.h",
488 "interstitials/chrome_controller_client.cc", 488 "interstitials/chrome_controller_client.cc",
489 "interstitials/chrome_controller_client.h", 489 "interstitials/chrome_controller_client.h",
490 "interstitials/chrome_metrics_helper.cc", 490 "interstitials/chrome_metrics_helper.cc",
491 "interstitials/chrome_metrics_helper.h", 491 "interstitials/chrome_metrics_helper.h",
492 "interstitials/security_interstitial_page.cc",
493 "interstitials/security_interstitial_page.h",
494 "intranet_redirect_detector.cc", 492 "intranet_redirect_detector.cc",
495 "intranet_redirect_detector.h", 493 "intranet_redirect_detector.h",
496 "invalidation/profile_invalidation_provider_factory.cc", 494 "invalidation/profile_invalidation_provider_factory.cc",
497 "invalidation/profile_invalidation_provider_factory.h", 495 "invalidation/profile_invalidation_provider_factory.h",
498 "io_thread.cc", 496 "io_thread.cc",
499 "io_thread.h", 497 "io_thread.h",
500 "lifetime/application_lifetime.cc", 498 "lifetime/application_lifetime.cc",
501 "lifetime/application_lifetime.h", 499 "lifetime/application_lifetime.h",
502 "lifetime/application_lifetime_mac.mm", 500 "lifetime/application_lifetime_mac.mm",
503 "loader/chrome_navigation_data.cc", 501 "loader/chrome_navigation_data.cc",
(...skipping 944 matching lines...) Expand 10 before | Expand all | Expand 10 after
1448 "//components/query_parser", 1446 "//components/query_parser",
1449 "//components/rappor", 1447 "//components/rappor",
1450 "//components/rappor:rappor_recorder", 1448 "//components/rappor:rappor_recorder",
1451 "//components/renderer_context_menu", 1449 "//components/renderer_context_menu",
1452 "//components/resources", 1450 "//components/resources",
1453 "//components/safe_browsing_db", 1451 "//components/safe_browsing_db",
1454 "//components/safe_json", 1452 "//components/safe_json",
1455 "//components/search", 1453 "//components/search",
1456 "//components/search_engines", 1454 "//components/search_engines",
1457 "//components/search_provider_logos", 1455 "//components/search_provider_logos",
1456 "//components/security_interstitials/content:security_interstitial_page",
1458 "//components/security_interstitials/core", 1457 "//components/security_interstitials/core",
1459 "//components/security_state/content", 1458 "//components/security_state/content",
1460 "//components/security_state/core", 1459 "//components/security_state/core",
1461 "//components/sessions", 1460 "//components/sessions",
1462 "//components/signin/core/browser", 1461 "//components/signin/core/browser",
1463 "//components/spellcheck:build_features", 1462 "//components/spellcheck:build_features",
1464 "//components/ssl_config", 1463 "//components/ssl_config",
1465 "//components/ssl_errors", 1464 "//components/ssl_errors",
1466 "//components/startup_metric_utils/browser:host", 1465 "//components/startup_metric_utils/browser:host",
1467 "//components/startup_metric_utils/browser:lib", 1466 "//components/startup_metric_utils/browser:lib",
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
1998 "safe_browsing/threat_details_history.h", 1997 "safe_browsing/threat_details_history.h",
1999 "safe_browsing/ui_manager.cc", 1998 "safe_browsing/ui_manager.cc",
2000 "safe_browsing/ui_manager.h", 1999 "safe_browsing/ui_manager.h",
2001 ] 2000 ]
2002 deps += [ 2001 deps += [
2003 "//chrome/browser/safe_browsing:chunk_proto", 2002 "//chrome/browser/safe_browsing:chunk_proto",
2004 "//chrome/common/safe_browsing:proto", 2003 "//chrome/common/safe_browsing:proto",
2005 "//components/safe_browsing:safe_browsing", 2004 "//components/safe_browsing:safe_browsing",
2006 "//components/safe_browsing/common:common", 2005 "//components/safe_browsing/common:common",
2007 "//components/safe_browsing_db:metadata_proto", 2006 "//components/safe_browsing_db:metadata_proto",
2008 "//components/security_interstitials/content:unsafe_resource",
2009 ] 2007 ]
2010 if (safe_browsing_mode == 1) { 2008 if (safe_browsing_mode == 1) {
2011 # "Safe Browsing Full" files in addition to the "basic" ones to use for 2009 # "Safe Browsing Full" files in addition to the "basic" ones to use for
2012 # full safe browsing. This has some in common with "mobile." 2010 # full safe browsing. This has some in common with "mobile."
2013 sources += [ 2011 sources += [
2014 "download/download_completion_blocker.cc", 2012 "download/download_completion_blocker.cc",
2015 "download/download_completion_blocker.h", 2013 "download/download_completion_blocker.h",
2016 "loader/safe_browsing_resource_throttle.cc", 2014 "loader/safe_browsing_resource_throttle.cc",
2017 "loader/safe_browsing_resource_throttle.h", 2015 "loader/safe_browsing_resource_throttle.h",
2018 "safe_browsing/browser_feature_extractor.cc", 2016 "safe_browsing/browser_feature_extractor.cc",
(...skipping 2464 matching lines...) Expand 10 before | Expand all | Expand 10 after
4483 "media/pepper_cdm_test_constants.cc", 4481 "media/pepper_cdm_test_constants.cc",
4484 "media/pepper_cdm_test_constants.h", 4482 "media/pepper_cdm_test_constants.h",
4485 ] 4483 ]
4486 } 4484 }
4487 } 4485 }
4488 4486
4489 service_manifest("preferences_manifest") { 4487 service_manifest("preferences_manifest") {
4490 name = "preferences" 4488 name = "preferences"
4491 source = "prefs/preferences_manifest.json" 4489 source = "prefs/preferences_manifest.json"
4492 } 4490 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698