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

Side by Side Diff: extensions/shell/BUILD.gn

Issue 2909603002: Revert of Remove InputMethodEventHandler. (Closed)
Patch Set: 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
« no previous file with comments | « ash/test/ash_test_base.cc ('k') | extensions/shell/browser/input_method_event_handler.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//build/util/process_version.gni") 7 import("//build/util/process_version.gni")
8 import("//extensions/features/features.gni") 8 import("//extensions/features/features.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//tools/grit/grit_rule.gni") 10 import("//tools/grit/grit_rule.gni")
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 "renderer/shell_content_renderer_client.cc", 166 "renderer/shell_content_renderer_client.cc",
167 "renderer/shell_content_renderer_client.h", 167 "renderer/shell_content_renderer_client.h",
168 "renderer/shell_extensions_renderer_client.cc", 168 "renderer/shell_extensions_renderer_client.cc",
169 "renderer/shell_extensions_renderer_client.h", 169 "renderer/shell_extensions_renderer_client.h",
170 "utility/shell_content_utility_client.cc", 170 "utility/shell_content_utility_client.cc",
171 "utility/shell_content_utility_client.h", 171 "utility/shell_content_utility_client.h",
172 ] 172 ]
173 173
174 if (use_aura) { 174 if (use_aura) {
175 sources += [ 175 sources += [
176 "browser/input_method_event_handler.cc",
177 "browser/input_method_event_handler.h",
176 "browser/shell_app_window_client_aura.cc", 178 "browser/shell_app_window_client_aura.cc",
177 "browser/shell_desktop_controller_aura.cc", 179 "browser/shell_desktop_controller_aura.cc",
178 "browser/shell_desktop_controller_aura.h", 180 "browser/shell_desktop_controller_aura.h",
179 "browser/shell_native_app_window_aura.cc", 181 "browser/shell_native_app_window_aura.cc",
180 "browser/shell_native_app_window_aura.h", 182 "browser/shell_native_app_window_aura.h",
181 "browser/shell_screen.cc", 183 "browser/shell_screen.cc",
182 "browser/shell_screen.h", 184 "browser/shell_screen.h",
183 ] 185 ]
184 deps += [ "//ui/wm" ] 186 deps += [ "//ui/wm" ]
185 } 187 }
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 "//extensions/browser", 448 "//extensions/browser",
447 ] 449 ]
448 450
449 if (is_chromeos) { 451 if (is_chromeos) {
450 deps += [ 452 deps += [
451 "//chromeos:test_support", 453 "//chromeos:test_support",
452 "//components/keyed_service/content", 454 "//components/keyed_service/content",
453 ] 455 ]
454 } 456 }
455 } 457 }
OLDNEW
« no previous file with comments | « ash/test/ash_test_base.cc ('k') | extensions/shell/browser/input_method_event_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698