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

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

Issue 2872343003: Remove InputMethodEventHandler. (Closed)
Patch Set: addressed feedback. 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",
178 "browser/shell_app_window_client_aura.cc", 176 "browser/shell_app_window_client_aura.cc",
179 "browser/shell_desktop_controller_aura.cc", 177 "browser/shell_desktop_controller_aura.cc",
180 "browser/shell_desktop_controller_aura.h", 178 "browser/shell_desktop_controller_aura.h",
181 "browser/shell_native_app_window_aura.cc", 179 "browser/shell_native_app_window_aura.cc",
182 "browser/shell_native_app_window_aura.h", 180 "browser/shell_native_app_window_aura.h",
183 "browser/shell_screen.cc", 181 "browser/shell_screen.cc",
184 "browser/shell_screen.h", 182 "browser/shell_screen.h",
185 ] 183 ]
186 deps += [ "//ui/wm" ] 184 deps += [ "//ui/wm" ]
187 } 185 }
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 "//extensions/browser", 446 "//extensions/browser",
449 ] 447 ]
450 448
451 if (is_chromeos) { 449 if (is_chromeos) {
452 deps += [ 450 deps += [
453 "//chromeos:test_support", 451 "//chromeos:test_support",
454 "//components/keyed_service/content", 452 "//components/keyed_service/content",
455 ] 453 ]
456 } 454 }
457 } 455 }
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