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

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

Issue 2385103002: Deprecate StaleWhileRevalidateMetricsObserver (Closed)
Patch Set: build rule Created 4 years, 2 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
« no previous file with comments | « chrome/browser/page_load_metrics/page_load_metrics_initialize.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 "//components/web_cache/browser", 557 "//components/web_cache/browser",
558 "//components/web_resource", 558 "//components/web_resource",
559 "//components/zoom", 559 "//components/zoom",
560 "//content/app/resources", 560 "//content/app/resources",
561 "//content/public/common", 561 "//content/public/common",
562 "//crypto", 562 "//crypto",
563 "//device/core", 563 "//device/core",
564 "//device/usb", 564 "//device/usb",
565 "//media", 565 "//media",
566 "//net:net_with_v8", 566 "//net:net_with_v8",
567 "//net:stale_while_revalidate_experiment_domains",
568 "//services/shell/runner/common", 567 "//services/shell/runner/common",
569 "//skia", 568 "//skia",
570 "//storage/browser", 569 "//storage/browser",
571 "//storage/common", 570 "//storage/common",
572 "//third_party/WebKit/public:resources", 571 "//third_party/WebKit/public:resources",
573 "//third_party/adobe/flash:flapper_version_h", 572 "//third_party/adobe/flash:flapper_version_h",
574 "//third_party/brotli", 573 "//third_party/brotli",
575 "//third_party/cacheinvalidation", 574 "//third_party/cacheinvalidation",
576 "//third_party/cld:cld_version", 575 "//third_party/cld:cld_version",
577 "//third_party/icu", 576 "//third_party/icu",
(...skipping 2850 matching lines...) Expand 10 before | Expand all | Expand 10 after
3428 "passwords/passwords_model_delegate_mock.cc", 3427 "passwords/passwords_model_delegate_mock.cc",
3429 "passwords/passwords_model_delegate_mock.h", 3428 "passwords/passwords_model_delegate_mock.h",
3430 ] 3429 ]
3431 deps += [ "//chrome/test:test_support_ui" ] 3430 deps += [ "//chrome/test:test_support_ui" ]
3432 } 3431 }
3433 3432
3434 if (enable_extensions) { 3433 if (enable_extensions) {
3435 deps += [ "//extensions/browser" ] 3434 deps += [ "//extensions/browser" ]
3436 } 3435 }
3437 } 3436 }
OLDNEW
« no previous file with comments | « chrome/browser/page_load_metrics/page_load_metrics_initialize.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698