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

Side by Side Diff: ui/base/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
« no previous file with comments | « remoting/remoting_nacl.gyp ('k') | ui/base/ime/input_method_chromeos_unittest.cc » ('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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/config.gni") 9 import("//build/config/android/config.gni")
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 if (use_x11 && !is_chromeos) { 795 if (use_x11 && !is_chromeos) {
796 sources += [ 796 sources += [
797 "dragdrop/os_exchange_data_provider_aurax11_unittest.cc", 797 "dragdrop/os_exchange_data_provider_aurax11_unittest.cc",
798 "x/selection_requestor_unittest.cc", 798 "x/selection_requestor_unittest.cc",
799 ] 799 ]
800 } 800 }
801 801
802 if (is_chromeos) { 802 if (is_chromeos) {
803 deps += [ 803 deps += [
804 "//chromeos", 804 "//chromeos",
805 "//ui/events:dom4_keycode_converter", 805 "//ui/events:dom_keycode_converter",
806 ] 806 ]
807 } 807 }
808 } 808 }
809 # TODO(GYP) Mac (ui_base_tests_bundle) 809 # TODO(GYP) Mac (ui_base_tests_bundle)
OLDNEW
« no previous file with comments | « remoting/remoting_nacl.gyp ('k') | ui/base/ime/input_method_chromeos_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698