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

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

Issue 2869223002: Metrics logging for user engagement of the Reload and Feedback buttons (Closed)
Patch Set: Fix Mac build Created 3 years, 6 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/BUILD.gn ('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/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 1178 matching lines...) Expand 10 before | Expand all | Expand 10 after
1189 "zoom/chrome_zoom_level_prefs.h", 1189 "zoom/chrome_zoom_level_prefs.h",
1190 ] 1190 ]
1191 deps += [ 1191 deps += [
1192 "//apps", 1192 "//apps",
1193 "//apps/ui/views", 1193 "//apps/ui/views",
1194 "//chrome/app/vector_icons", 1194 "//chrome/app/vector_icons",
1195 "//chrome/browser/profile_resetter:profile_reset_report_proto", 1195 "//chrome/browser/profile_resetter:profile_reset_report_proto",
1196 "//chrome/common:features", 1196 "//chrome/common:features",
1197 "//components/feedback/proto", 1197 "//components/feedback/proto",
1198 "//components/proximity_auth/webui", 1198 "//components/proximity_auth/webui",
1199 "//components/ui_metrics",
1199 "//components/web_modal", 1200 "//components/web_modal",
1200 "//components/zoom", 1201 "//components/zoom",
1201 "//device/bluetooth", 1202 "//device/bluetooth",
1202 "//extensions/common:mojo", 1203 "//extensions/common:mojo",
1203 "//mash/public/interfaces", 1204 "//mash/public/interfaces",
1204 "//services/device/public/interfaces", 1205 "//services/device/public/interfaces",
1205 "//ui/vector_icons", 1206 "//ui/vector_icons",
1206 ] 1207 ]
1207 } 1208 }
1208 1209
(...skipping 2394 matching lines...) Expand 10 before | Expand all | Expand 10 after
3603 deps += [ 3604 deps += [
3604 "//chrome/test:test_support_ui", 3605 "//chrome/test:test_support_ui",
3605 "//components/zoom", 3606 "//components/zoom",
3606 ] 3607 ]
3607 } 3608 }
3608 3609
3609 if (enable_extensions) { 3610 if (enable_extensions) {
3610 deps += [ "//extensions/browser" ] 3611 deps += [ "//extensions/browser" ]
3611 } 3612 }
3612 } 3613 }
OLDNEW
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/browser/ui/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698