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

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

Issue 1433893002: Add StaleWhileRevalidateExperiment histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@s-w-r-dafsa
Patch Set: Fix compile error. Created 5 years 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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 8
9 gypi_values = exec_script("//build/gypi_to_gn.py", 9 gypi_values = exec_script("//build/gypi_to_gn.py",
10 [ rebase_path("../../chrome_browser_ui.gypi") ], 10 [ rebase_path("../../chrome_browser_ui.gypi") ],
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 "//components/bubble:bubble", 105 "//components/bubble:bubble",
106 "//components/crash/core/browser", 106 "//components/crash/core/browser",
107 "//components/net_log", 107 "//components/net_log",
108 "//components/page_load_metrics/browser", 108 "//components/page_load_metrics/browser",
109 "//components/power", 109 "//components/power",
110 "//components/suggestions/proto", 110 "//components/suggestions/proto",
111 "//components/url_formatter", 111 "//components/url_formatter",
112 "//device/nfc", 112 "//device/nfc",
113 "//media", 113 "//media",
114 "//net:net_with_v8", 114 "//net:net_with_v8",
115 "//net:stale_while_revalidate_experiment_domains",
115 "//storage/browser", 116 "//storage/browser",
116 "//storage/common", 117 "//storage/common",
117 "//third_party/WebKit/public:resources", 118 "//third_party/WebKit/public:resources",
118 "//third_party/adobe/flash:flapper_version_h", 119 "//third_party/adobe/flash:flapper_version_h",
119 "//third_party/leveldatabase", 120 "//third_party/leveldatabase",
120 "//third_party/libjingle", 121 "//third_party/libjingle",
121 "//third_party/mojo/src/mojo/edk/system", 122 "//third_party/mojo/src/mojo/edk/system",
122 "//third_party/re2", 123 "//third_party/re2",
123 "//ui/base/ime", 124 "//ui/base/ime",
124 "//ui/compositor", 125 "//ui/compositor",
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 "//chrome/browser", 603 "//chrome/browser",
603 "//content/public/browser", 604 "//content/public/browser",
604 "//content/public/common", 605 "//content/public/common",
605 "//content/test:test_support", 606 "//content/test:test_support",
606 "//net:test_support", 607 "//net:test_support",
607 "//skia", 608 "//skia",
608 "//testing/gtest", 609 "//testing/gtest",
609 "//ui/base", 610 "//ui/base",
610 ] 611 ]
611 } 612 }
OLDNEW
« no previous file with comments | « chrome/browser/page_load_metrics/page_load_metrics_initialize.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698