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

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

Issue 2448943002: Refactor SecurityStateModel/Clients for simplicity and reusability. (Closed)
Patch Set: update comments. 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 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 "//components/proxy_config", 522 "//components/proxy_config",
523 "//components/query_parser", 523 "//components/query_parser",
524 "//components/rappor", 524 "//components/rappor",
525 "//components/renderer_context_menu", 525 "//components/renderer_context_menu",
526 "//components/resources", 526 "//components/resources",
527 "//components/safe_browsing_db:safe_browsing_prefs", 527 "//components/safe_browsing_db:safe_browsing_prefs",
528 "//components/safe_json", 528 "//components/safe_json",
529 "//components/search", 529 "//components/search",
530 "//components/search_engines", 530 "//components/search_engines",
531 "//components/security_interstitials/core", 531 "//components/security_interstitials/core",
532 "//components/security_state", 532 "//components/security_state/content",
533 "//components/security_state/core",
533 "//components/session_manager/core", 534 "//components/session_manager/core",
534 "//components/sessions", 535 "//components/sessions",
535 "//components/signin/core/account_id", 536 "//components/signin/core/account_id",
536 "//components/signin/core/browser", 537 "//components/signin/core/browser",
537 "//components/spellcheck/browser", 538 "//components/spellcheck/browser",
538 "//components/ssl_errors", 539 "//components/ssl_errors",
539 "//components/startup_metric_utils/browser:lib", 540 "//components/startup_metric_utils/browser:lib",
540 "//components/strings", 541 "//components/strings",
541 "//components/subresource_filter/content/browser", 542 "//components/subresource_filter/content/browser",
542 "//components/suggestions/proto", 543 "//components/suggestions/proto",
(...skipping 2889 matching lines...) Expand 10 before | Expand all | Expand 10 after
3432 "test/test_confirm_bubble_model.cc", 3433 "test/test_confirm_bubble_model.cc",
3433 "test/test_confirm_bubble_model.h", 3434 "test/test_confirm_bubble_model.h",
3434 ] 3435 ]
3435 deps += [ "//chrome/test:test_support_ui" ] 3436 deps += [ "//chrome/test:test_support_ui" ]
3436 } 3437 }
3437 3438
3438 if (enable_extensions) { 3439 if (enable_extensions) {
3439 deps += [ "//extensions/browser" ] 3440 deps += [ "//extensions/browser" ]
3440 } 3441 }
3441 } 3442 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698