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

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

Issue 2448943002: Refactor SecurityStateModel/Clients for simplicity and reusability. (Closed)
Patch Set: sync. Created 4 years, 1 month 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/chromecast_build.gni") 5 import("//build/config/chromecast_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 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 "//components/proxy_config", 525 "//components/proxy_config",
526 "//components/query_parser", 526 "//components/query_parser",
527 "//components/rappor", 527 "//components/rappor",
528 "//components/renderer_context_menu", 528 "//components/renderer_context_menu",
529 "//components/resources", 529 "//components/resources",
530 "//components/safe_browsing_db:safe_browsing_prefs", 530 "//components/safe_browsing_db:safe_browsing_prefs",
531 "//components/safe_json", 531 "//components/safe_json",
532 "//components/search", 532 "//components/search",
533 "//components/search_engines", 533 "//components/search_engines",
534 "//components/security_interstitials/core", 534 "//components/security_interstitials/core",
535 "//components/security_state", 535 "//components/security_state/content",
536 "//components/security_state/core",
536 "//components/sessions", 537 "//components/sessions",
537 "//components/signin/core/account_id", 538 "//components/signin/core/account_id",
538 "//components/signin/core/browser", 539 "//components/signin/core/browser",
539 "//components/spellcheck/browser", 540 "//components/spellcheck/browser",
540 "//components/ssl_errors", 541 "//components/ssl_errors",
541 "//components/startup_metric_utils/browser:lib", 542 "//components/startup_metric_utils/browser:lib",
542 "//components/strings", 543 "//components/strings",
543 "//components/subresource_filter/content/browser", 544 "//components/subresource_filter/content/browser",
544 "//components/suggestions/proto", 545 "//components/suggestions/proto",
545 "//components/supervised_user_error_page", 546 "//components/supervised_user_error_page",
(...skipping 2923 matching lines...) Expand 10 before | Expand all | Expand 10 after
3469 "test/test_confirm_bubble_model.cc", 3470 "test/test_confirm_bubble_model.cc",
3470 "test/test_confirm_bubble_model.h", 3471 "test/test_confirm_bubble_model.h",
3471 ] 3472 ]
3472 deps += [ "//chrome/test:test_support_ui" ] 3473 deps += [ "//chrome/test:test_support_ui" ]
3473 } 3474 }
3474 3475
3475 if (enable_extensions) { 3476 if (enable_extensions) {
3476 deps += [ "//extensions/browser" ] 3477 deps += [ "//extensions/browser" ]
3477 } 3478 }
3478 } 3479 }
OLDNEW
« no previous file with comments | « chrome/browser/ssl/ssl_browser_tests.cc ('k') | chrome/browser/ui/android/bluetooth_chooser_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698