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

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

Issue 2390793002: Removed Ash.AppList.TimeBetweenTaskSwitches and Ash.Tab.TimeBetweenSwitchToExistingTabUserActions h… (Closed)
Patch Set: Fixed up ash_unittests. Created 4 years, 2 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 1322 matching lines...) Expand 10 before | Expand all | Expand 10 after
1333 "ash/launcher/launcher_favicon_loader.cc", 1333 "ash/launcher/launcher_favicon_loader.cc",
1334 "ash/launcher/launcher_favicon_loader.h", 1334 "ash/launcher/launcher_favicon_loader.h",
1335 "ash/launcher/launcher_item_controller.cc", 1335 "ash/launcher/launcher_item_controller.cc",
1336 "ash/launcher/launcher_item_controller.h", 1336 "ash/launcher/launcher_item_controller.h",
1337 "ash/launcher/multi_profile_app_window_launcher_controller.cc", 1337 "ash/launcher/multi_profile_app_window_launcher_controller.cc",
1338 "ash/launcher/multi_profile_app_window_launcher_controller.h", 1338 "ash/launcher/multi_profile_app_window_launcher_controller.h",
1339 "ash/launcher/multi_profile_browser_status_monitor.cc", 1339 "ash/launcher/multi_profile_browser_status_monitor.cc",
1340 "ash/launcher/multi_profile_browser_status_monitor.h", 1340 "ash/launcher/multi_profile_browser_status_monitor.h",
1341 "ash/media_delegate_chromeos.cc", 1341 "ash/media_delegate_chromeos.cc",
1342 "ash/media_delegate_chromeos.h", 1342 "ash/media_delegate_chromeos.h",
1343 "ash/metrics/chrome_user_metrics_recorder.cc",
1344 "ash/metrics/chrome_user_metrics_recorder.h",
1345 "ash/multi_user/multi_user_context_menu.h", 1343 "ash/multi_user/multi_user_context_menu.h",
1346 "ash/multi_user/multi_user_context_menu_chromeos.cc", 1344 "ash/multi_user/multi_user_context_menu_chromeos.cc",
1347 "ash/multi_user/multi_user_notification_blocker_chromeos.cc", 1345 "ash/multi_user/multi_user_notification_blocker_chromeos.cc",
1348 "ash/multi_user/multi_user_notification_blocker_chromeos.h", 1346 "ash/multi_user/multi_user_notification_blocker_chromeos.h",
1349 "ash/multi_user/multi_user_util.cc", 1347 "ash/multi_user/multi_user_util.cc",
1350 "ash/multi_user/multi_user_util.h", 1348 "ash/multi_user/multi_user_util.h",
1351 "ash/multi_user/multi_user_warning_dialog.cc", 1349 "ash/multi_user/multi_user_warning_dialog.cc",
1352 "ash/multi_user/multi_user_warning_dialog.h", 1350 "ash/multi_user/multi_user_warning_dialog.h",
1353 "ash/multi_user/multi_user_window_manager.cc", 1351 "ash/multi_user/multi_user_window_manager.cc",
1354 "ash/multi_user/multi_user_window_manager.h", 1352 "ash/multi_user/multi_user_window_manager.h",
(...skipping 2073 matching lines...) Expand 10 before | Expand all | Expand 10 after
3428 "passwords/passwords_model_delegate_mock.cc", 3426 "passwords/passwords_model_delegate_mock.cc",
3429 "passwords/passwords_model_delegate_mock.h", 3427 "passwords/passwords_model_delegate_mock.h",
3430 ] 3428 ]
3431 deps += [ "//chrome/test:test_support_ui" ] 3429 deps += [ "//chrome/test:test_support_ui" ]
3432 } 3430 }
3433 3431
3434 if (enable_extensions) { 3432 if (enable_extensions) {
3435 deps += [ "//extensions/browser" ] 3433 deps += [ "//extensions/browser" ]
3436 } 3434 }
3437 } 3435 }
OLDNEW
« no previous file with comments | « ash/metrics/task_switch_metrics_recorder_unittest.cc ('k') | chrome/browser/ui/ash/app_list/app_list_controller_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698