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

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

Issue 2177743002: Migrate page_load_metrics out of components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: migrate page_load_metrics_messages to common message generator Created 4 years, 4 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_util.cc ('k') | chrome/browser/ui/DEPS » ('j') | 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/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 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 10
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 "//chrome/browser/ui/webui/engagement:mojo_bindings", 161 "//chrome/browser/ui/webui/engagement:mojo_bindings",
162 "//chrome/browser/ui/webui/omnibox:mojo_bindings", 162 "//chrome/browser/ui/webui/omnibox:mojo_bindings",
163 "//chrome/browser/ui/webui/plugins:mojo_bindings", 163 "//chrome/browser/ui/webui/plugins:mojo_bindings",
164 "//chrome/common/net", 164 "//chrome/common/net",
165 "//chrome/installer/util:with_no_strings", 165 "//chrome/installer/util:with_no_strings",
166 "//components/autofill/content/browser:risk_proto", 166 "//components/autofill/content/browser:risk_proto",
167 "//components/browsing_data_ui", 167 "//components/browsing_data_ui",
168 "//components/bubble:bubble", 168 "//components/bubble:bubble",
169 "//components/crash/core/browser", 169 "//components/crash/core/browser",
170 "//components/net_log", 170 "//components/net_log",
171 "//components/page_load_metrics/browser",
172 "//components/power", 171 "//components/power",
173 "//components/suggestions/proto", 172 "//components/suggestions/proto",
174 "//components/url_formatter", 173 "//components/url_formatter",
175 "//device/nfc", 174 "//device/nfc",
176 "//media", 175 "//media",
177 "//net:net_with_v8", 176 "//net:net_with_v8",
178 "//net:stale_while_revalidate_experiment_domains", 177 "//net:stale_while_revalidate_experiment_domains",
179 "//storage/browser", 178 "//storage/browser",
180 "//storage/common", 179 "//storage/common",
181 "//third_party/WebKit/public:resources", 180 "//third_party/WebKit/public:resources",
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 "//chrome/browser", 708 "//chrome/browser",
710 "//content/public/browser", 709 "//content/public/browser",
711 "//content/public/common", 710 "//content/public/common",
712 "//content/test:test_support", 711 "//content/test:test_support",
713 "//net:test_support", 712 "//net:test_support",
714 "//skia", 713 "//skia",
715 "//testing/gtest", 714 "//testing/gtest",
716 "//ui/base", 715 "//ui/base",
717 ] 716 ]
718 } 717 }
OLDNEW
« no previous file with comments | « chrome/browser/page_load_metrics/page_load_metrics_util.cc ('k') | chrome/browser/ui/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698