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

Side by Side Diff: ui/base/BUILD.gn

Issue 2869223002: Metrics logging for user engagement of the Reload and Feedback buttons (Closed)
Patch Set: Migrating Desktop to use shared symbols, explicitly setting enum values" 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
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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/sanitizers/sanitizers.gni") 7 import("//build/config/sanitizers/sanitizers.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//ui/base/ui_features.gni") 10 import("//ui/base/ui_features.gni")
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 "ui_base_export.h", 261 "ui_base_export.h",
262 "ui_base_exports.cc", 262 "ui_base_exports.cc",
263 "ui_base_paths.cc", 263 "ui_base_paths.cc",
264 "ui_base_paths.h", 264 "ui_base_paths.h",
265 "ui_base_switches.cc", 265 "ui_base_switches.cc",
266 "ui_base_switches.h", 266 "ui_base_switches.h",
267 "ui_base_switches_util.cc", 267 "ui_base_switches_util.cc",
268 "ui_base_switches_util.h", 268 "ui_base_switches_util.h",
269 "ui_base_types.cc", 269 "ui_base_types.cc",
270 "ui_base_types.h", 270 "ui_base_types.h",
271 "ui_metrics_types.h",
271 "user_activity/user_activity_detector.cc", 272 "user_activity/user_activity_detector.cc",
272 "user_activity/user_activity_detector.h", 273 "user_activity/user_activity_detector.h",
273 "user_activity/user_activity_observer.h", 274 "user_activity/user_activity_observer.h",
274 "view_prop.cc", 275 "view_prop.cc",
275 "view_prop.h", 276 "view_prop.h",
276 "webui/jstemplate_builder.cc", 277 "webui/jstemplate_builder.cc",
277 "webui/jstemplate_builder.h", 278 "webui/jstemplate_builder.h",
278 "webui/web_ui_util.cc", 279 "webui/web_ui_util.cc",
279 "webui/web_ui_util.h", 280 "webui/web_ui_util.h",
280 "win/accessibility_ids_win.h", 281 "win/accessibility_ids_win.h",
(...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after
1009 # This source set is used by both //chrome/browser and 1010 # This source set is used by both //chrome/browser and
1010 # //chrome/installer/setup. It must have minimal dependencies for the latter 1011 # //chrome/installer/setup. It must have minimal dependencies for the latter
1011 # (e.g., no skia). 1012 # (e.g., no skia).
1012 source_set("fullscreen_win") { 1013 source_set("fullscreen_win") {
1013 sources = [ 1014 sources = [
1014 "fullscreen_win.cc", 1015 "fullscreen_win.cc",
1015 "fullscreen_win.h", 1016 "fullscreen_win.h",
1016 ] 1017 ]
1017 } 1018 }
1018 } 1019 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698