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

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

Issue 2448943002: Refactor SecurityStateModel/Clients for simplicity and reusability. (Closed)
Patch Set: 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 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 "//components/proxy_config", 521 "//components/proxy_config",
522 "//components/query_parser", 522 "//components/query_parser",
523 "//components/rappor", 523 "//components/rappor",
524 "//components/renderer_context_menu", 524 "//components/renderer_context_menu",
525 "//components/resources", 525 "//components/resources",
526 "//components/safe_browsing_db:safe_browsing_prefs", 526 "//components/safe_browsing_db:safe_browsing_prefs",
527 "//components/safe_json", 527 "//components/safe_json",
528 "//components/search", 528 "//components/search",
529 "//components/search_engines", 529 "//components/search_engines",
530 "//components/security_interstitials/core", 530 "//components/security_interstitials/core",
531 "//components/security_state", 531 "//components/security_state/core",
532 "//components/sessions", 532 "//components/sessions",
533 "//components/signin/core/account_id", 533 "//components/signin/core/account_id",
534 "//components/signin/core/browser", 534 "//components/signin/core/browser",
535 "//components/spellcheck/browser", 535 "//components/spellcheck/browser",
536 "//components/ssl_errors", 536 "//components/ssl_errors",
537 "//components/startup_metric_utils/browser:lib", 537 "//components/startup_metric_utils/browser:lib",
538 "//components/strings", 538 "//components/strings",
539 "//components/subresource_filter/content/browser", 539 "//components/subresource_filter/content/browser",
540 "//components/suggestions/proto", 540 "//components/suggestions/proto",
541 "//components/supervised_user_error_page", 541 "//components/supervised_user_error_page",
(...skipping 2878 matching lines...) Expand 10 before | Expand all | Expand 10 after
3420 "test/test_confirm_bubble_model.cc", 3420 "test/test_confirm_bubble_model.cc",
3421 "test/test_confirm_bubble_model.h", 3421 "test/test_confirm_bubble_model.h",
3422 ] 3422 ]
3423 deps += [ "//chrome/test:test_support_ui" ] 3423 deps += [ "//chrome/test:test_support_ui" ]
3424 } 3424 }
3425 3425
3426 if (enable_extensions) { 3426 if (enable_extensions) {
3427 deps += [ "//extensions/browser" ] 3427 deps += [ "//extensions/browser" ]
3428 } 3428 }
3429 } 3429 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698