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

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

Issue 2891263002: chromeos: Remove some IME methods from ash::SystemTrayDelegate (Closed)
Patch Set: rebase Created 3 years, 7 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/chrome_launcher_prefs.h", 1329 "ash/chrome_launcher_prefs.h",
1330 "ash/chrome_new_window_client.cc", 1330 "ash/chrome_new_window_client.cc",
1331 "ash/chrome_new_window_client.h", 1331 "ash/chrome_new_window_client.h",
1332 "ash/chrome_screenshot_grabber.cc", 1332 "ash/chrome_screenshot_grabber.cc",
1333 "ash/chrome_screenshot_grabber.h", 1333 "ash/chrome_screenshot_grabber.h",
1334 "ash/chrome_shell_content_state.cc", 1334 "ash/chrome_shell_content_state.cc",
1335 "ash/chrome_shell_content_state.h", 1335 "ash/chrome_shell_content_state.h",
1336 "ash/chrome_shell_content_state_chromeos.cc", 1336 "ash/chrome_shell_content_state_chromeos.cc",
1337 "ash/chrome_shell_delegate.cc", 1337 "ash/chrome_shell_delegate.cc",
1338 "ash/chrome_shell_delegate.h", 1338 "ash/chrome_shell_delegate.h",
1339 "ash/ime_controller_chromeos.cc",
1340 "ash/ime_controller_chromeos.h",
1341 "ash/keyboard_ui_service.cc", 1339 "ash/keyboard_ui_service.cc",
1342 "ash/keyboard_ui_service.h", 1340 "ash/keyboard_ui_service.h",
1343 "ash/launcher/app_shortcut_launcher_item_controller.cc", 1341 "ash/launcher/app_shortcut_launcher_item_controller.cc",
1344 "ash/launcher/app_shortcut_launcher_item_controller.h", 1342 "ash/launcher/app_shortcut_launcher_item_controller.h",
1345 "ash/launcher/app_window_launcher_controller.cc", 1343 "ash/launcher/app_window_launcher_controller.cc",
1346 "ash/launcher/app_window_launcher_controller.h", 1344 "ash/launcher/app_window_launcher_controller.h",
1347 "ash/launcher/app_window_launcher_item_controller.cc", 1345 "ash/launcher/app_window_launcher_item_controller.cc",
1348 "ash/launcher/app_window_launcher_item_controller.h", 1346 "ash/launcher/app_window_launcher_item_controller.h",
1349 "ash/launcher/arc_playstore_shortcut_launcher_item_controller.cc", 1347 "ash/launcher/arc_playstore_shortcut_launcher_item_controller.cc",
1350 "ash/launcher/arc_playstore_shortcut_launcher_item_controller.h", 1348 "ash/launcher/arc_playstore_shortcut_launcher_item_controller.h",
(...skipping 2253 matching lines...) Expand 10 before | Expand all | Expand 10 after
3604 deps += [ 3602 deps += [
3605 "//chrome/test:test_support_ui", 3603 "//chrome/test:test_support_ui",
3606 "//components/zoom", 3604 "//components/zoom",
3607 ] 3605 ]
3608 } 3606 }
3609 3607
3610 if (enable_extensions) { 3608 if (enable_extensions) {
3611 deps += [ "//extensions/browser" ] 3609 deps += [ "//extensions/browser" ]
3612 } 3610 }
3613 } 3611 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/input_method/input_method_switch_recorder.cc ('k') | chrome/browser/ui/ash/ash_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698