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

Side by Side Diff: remoting/host/BUILD.gn

Issue 1136503003: Consolidate ui/events/keycodes/dom[34]/ into .../dom/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//remoting/remoting_host.gni") 7 import("//remoting/remoting_host.gni")
8 import("//remoting/remoting_locales.gni") 8 import("//remoting/remoting_locales.gni")
9 import("//remoting/remoting_srcs.gni") 9 import("//remoting/remoting_srcs.gni")
10 import("//remoting/remoting_version.gni") 10 import("//remoting/remoting_version.gni")
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 deps = [ 42 deps = [
43 "//base:i18n", 43 "//base:i18n",
44 "//components/policy:policy_component_common", 44 "//components/policy:policy_component_common",
45 "//crypto", 45 "//crypto",
46 "//google_apis", 46 "//google_apis",
47 "//ipc", 47 "//ipc",
48 "//remoting/base", 48 "//remoting/base",
49 "//remoting/protocol", 49 "//remoting/protocol",
50 "//remoting/resources", 50 "//remoting/resources",
51 "//ui/events/platform", 51 "//ui/events/platform",
52 "//ui/events:dom4_keycode_converter", 52 "//ui/events:dom_keycode_converter",
53 ] 53 ]
54 54
55 if (enable_configuration_policy) { 55 if (enable_configuration_policy) {
56 deps += [ "//components/policy:policy" ] 56 deps += [ "//components/policy:policy" ]
57 } 57 }
58 58
59 if (is_linux && !is_chromeos) { 59 if (is_linux && !is_chromeos) {
60 libs += [ "pam" ] 60 libs += [ "pam" ]
61 } 61 }
62 62
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 "host_main.h", 431 "host_main.h",
432 ] 432 ]
433 433
434 deps = [ 434 deps = [
435 ":remoting_me2me_host_static", 435 ":remoting_me2me_host_static",
436 ] 436 ]
437 } 437 }
438 } 438 }
439 } 439 }
440 } 440 }
OLDNEW
« no previous file with comments | « remoting/client/plugin/pepper_input_handler.cc ('k') | remoting/host/input_injector_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698