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

Side by Side Diff: components/BUILD.gn

Issue 1772143002: Use network time for bad clock interstitial. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pass "gn check out/Default" Created 4 years, 9 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 if (is_android) { 10 if (is_android) {
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 "//components/query_parser:unit_tests", 142 "//components/query_parser:unit_tests",
143 "//components/rappor:unit_tests", 143 "//components/rappor:unit_tests",
144 "//components/safe_browsing_db:unit_tests", 144 "//components/safe_browsing_db:unit_tests",
145 "//components/safe_json:unit_tests", 145 "//components/safe_json:unit_tests",
146 "//components/scheduler:unit_tests", 146 "//components/scheduler:unit_tests",
147 "//components/search:unit_tests", 147 "//components/search:unit_tests",
148 "//components/search_engines:unit_tests", 148 "//components/search_engines:unit_tests",
149 "//components/search_provider_logos:unit_tests", 149 "//components/search_provider_logos:unit_tests",
150 "//components/signin/core/browser:unit_tests", 150 "//components/signin/core/browser:unit_tests",
151 "//components/ssl_config:unit_tests", 151 "//components/ssl_config:unit_tests",
152 "//components/ssl_errors:unit_tests",
152 "//components/sync_bookmarks:unit_tests", 153 "//components/sync_bookmarks:unit_tests",
153 "//components/sync_driver:unit_tests", 154 "//components/sync_driver:unit_tests",
154 "//components/sync_sessions:unit_tests", 155 "//components/sync_sessions:unit_tests",
155 "//components/test_runner:test_runner", 156 "//components/test_runner:test_runner",
156 "//components/tracing:unit_tests", 157 "//components/tracing:unit_tests",
157 "//components/ui/zoom:unit_tests", 158 "//components/ui/zoom:unit_tests",
158 "//components/url_formatter:unit_tests", 159 "//components/url_formatter:unit_tests",
159 "//components/url_matcher:unit_tests", 160 "//components/url_matcher:unit_tests",
160 "//components/user_prefs/tracked:unit_tests", 161 "//components/user_prefs/tracked:unit_tests",
161 "//components/visitedlink/test:unit_tests", 162 "//components/visitedlink/test:unit_tests",
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 if (!is_ios) { 433 if (!is_ios) {
433 deps += [ 434 deps += [
434 "//base", 435 "//base",
435 "//base/test:test_support_perf", 436 "//base/test:test_support_perf",
436 "//components/scheduler", 437 "//components/scheduler",
437 "//components/visitedlink/browser", 438 "//components/visitedlink/browser",
438 "//content/test:test_support", 439 "//content/test:test_support",
439 ] 440 ]
440 } 441 }
441 } 442 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/interstitials/interstitial_ui.cc ('k') | components/security_interstitials/core/bad_clock_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698