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

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

Issue 2331093002: UMA stats for stylus usage (Closed)
Patch Set: Incorporate comments from xiyuan@ and mpearson@ Created 4 years, 3 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/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 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 1308 matching lines...) Expand 10 before | Expand all | Expand 10 after
1319 "ash/launcher/launcher_item_controller.cc", 1319 "ash/launcher/launcher_item_controller.cc",
1320 "ash/launcher/launcher_item_controller.h", 1320 "ash/launcher/launcher_item_controller.h",
1321 "ash/launcher/multi_profile_app_window_launcher_controller.cc", 1321 "ash/launcher/multi_profile_app_window_launcher_controller.cc",
1322 "ash/launcher/multi_profile_app_window_launcher_controller.h", 1322 "ash/launcher/multi_profile_app_window_launcher_controller.h",
1323 "ash/launcher/multi_profile_browser_status_monitor.cc", 1323 "ash/launcher/multi_profile_browser_status_monitor.cc",
1324 "ash/launcher/multi_profile_browser_status_monitor.h", 1324 "ash/launcher/multi_profile_browser_status_monitor.h",
1325 "ash/media_delegate_chromeos.cc", 1325 "ash/media_delegate_chromeos.cc",
1326 "ash/media_delegate_chromeos.h", 1326 "ash/media_delegate_chromeos.h",
1327 "ash/metrics/chrome_user_metrics_recorder.cc", 1327 "ash/metrics/chrome_user_metrics_recorder.cc",
1328 "ash/metrics/chrome_user_metrics_recorder.h", 1328 "ash/metrics/chrome_user_metrics_recorder.h",
1329 "ash/metrics/stylus_metrics_recorder_chromeos.cc",
1330 "ash/metrics/stylus_metrics_recorder_chromeos.h",
1329 "ash/multi_user/multi_user_context_menu.h", 1331 "ash/multi_user/multi_user_context_menu.h",
1330 "ash/multi_user/multi_user_context_menu_chromeos.cc", 1332 "ash/multi_user/multi_user_context_menu_chromeos.cc",
1331 "ash/multi_user/multi_user_notification_blocker_chromeos.cc", 1333 "ash/multi_user/multi_user_notification_blocker_chromeos.cc",
1332 "ash/multi_user/multi_user_notification_blocker_chromeos.h", 1334 "ash/multi_user/multi_user_notification_blocker_chromeos.h",
1333 "ash/multi_user/multi_user_util.cc", 1335 "ash/multi_user/multi_user_util.cc",
1334 "ash/multi_user/multi_user_util.h", 1336 "ash/multi_user/multi_user_util.h",
1335 "ash/multi_user/multi_user_warning_dialog.cc", 1337 "ash/multi_user/multi_user_warning_dialog.cc",
1336 "ash/multi_user/multi_user_warning_dialog.h", 1338 "ash/multi_user/multi_user_warning_dialog.h",
1337 "ash/multi_user/multi_user_window_manager.cc", 1339 "ash/multi_user/multi_user_window_manager.cc",
1338 "ash/multi_user/multi_user_window_manager.h", 1340 "ash/multi_user/multi_user_window_manager.h",
(...skipping 2033 matching lines...) Expand 10 before | Expand all | Expand 10 after
3372 "passwords/passwords_model_delegate_mock.cc", 3374 "passwords/passwords_model_delegate_mock.cc",
3373 "passwords/passwords_model_delegate_mock.h", 3375 "passwords/passwords_model_delegate_mock.h",
3374 ] 3376 ]
3375 deps += [ "//chrome/test:test_support_ui" ] 3377 deps += [ "//chrome/test:test_support_ui" ]
3376 } 3378 }
3377 3379
3378 if (enable_extensions) { 3380 if (enable_extensions) {
3379 deps += [ "//extensions/browser" ] 3381 deps += [ "//extensions/browser" ]
3380 } 3382 }
3381 } 3383 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698