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

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

Issue 2331093002: UMA stats for stylus usage (Closed)
Patch Set: rebase 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/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 1318 matching lines...) Expand 10 before | Expand all | Expand 10 after
1329 "ash/launcher/launcher_item_controller.cc", 1329 "ash/launcher/launcher_item_controller.cc",
1330 "ash/launcher/launcher_item_controller.h", 1330 "ash/launcher/launcher_item_controller.h",
1331 "ash/launcher/multi_profile_app_window_launcher_controller.cc", 1331 "ash/launcher/multi_profile_app_window_launcher_controller.cc",
1332 "ash/launcher/multi_profile_app_window_launcher_controller.h", 1332 "ash/launcher/multi_profile_app_window_launcher_controller.h",
1333 "ash/launcher/multi_profile_browser_status_monitor.cc", 1333 "ash/launcher/multi_profile_browser_status_monitor.cc",
1334 "ash/launcher/multi_profile_browser_status_monitor.h", 1334 "ash/launcher/multi_profile_browser_status_monitor.h",
1335 "ash/media_delegate_chromeos.cc", 1335 "ash/media_delegate_chromeos.cc",
1336 "ash/media_delegate_chromeos.h", 1336 "ash/media_delegate_chromeos.h",
1337 "ash/metrics/chrome_user_metrics_recorder.cc", 1337 "ash/metrics/chrome_user_metrics_recorder.cc",
1338 "ash/metrics/chrome_user_metrics_recorder.h", 1338 "ash/metrics/chrome_user_metrics_recorder.h",
1339 "ash/metrics/stylus_metrics_recorder_chromeos.cc",
1340 "ash/metrics/stylus_metrics_recorder_chromeos.h",
1339 "ash/multi_user/multi_user_context_menu.h", 1341 "ash/multi_user/multi_user_context_menu.h",
1340 "ash/multi_user/multi_user_context_menu_chromeos.cc", 1342 "ash/multi_user/multi_user_context_menu_chromeos.cc",
1341 "ash/multi_user/multi_user_notification_blocker_chromeos.cc", 1343 "ash/multi_user/multi_user_notification_blocker_chromeos.cc",
1342 "ash/multi_user/multi_user_notification_blocker_chromeos.h", 1344 "ash/multi_user/multi_user_notification_blocker_chromeos.h",
1343 "ash/multi_user/multi_user_util.cc", 1345 "ash/multi_user/multi_user_util.cc",
1344 "ash/multi_user/multi_user_util.h", 1346 "ash/multi_user/multi_user_util.h",
1345 "ash/multi_user/multi_user_warning_dialog.cc", 1347 "ash/multi_user/multi_user_warning_dialog.cc",
1346 "ash/multi_user/multi_user_warning_dialog.h", 1348 "ash/multi_user/multi_user_warning_dialog.h",
1347 "ash/multi_user/multi_user_window_manager.cc", 1349 "ash/multi_user/multi_user_window_manager.cc",
1348 "ash/multi_user/multi_user_window_manager.h", 1350 "ash/multi_user/multi_user_window_manager.h",
(...skipping 2060 matching lines...) Expand 10 before | Expand all | Expand 10 after
3409 "passwords/passwords_model_delegate_mock.cc", 3411 "passwords/passwords_model_delegate_mock.cc",
3410 "passwords/passwords_model_delegate_mock.h", 3412 "passwords/passwords_model_delegate_mock.h",
3411 ] 3413 ]
3412 deps += [ "//chrome/test:test_support_ui" ] 3414 deps += [ "//chrome/test:test_support_ui" ]
3413 } 3415 }
3414 3416
3415 if (enable_extensions) { 3417 if (enable_extensions) {
3416 deps += [ "//extensions/browser" ] 3418 deps += [ "//extensions/browser" ]
3417 } 3419 }
3418 } 3420 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698