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

Side by Side Diff: chrome/test/chromedriver/BUILD.gn

Issue 1284433002: Revise ui::DomKey to unify character and non-character codes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: IsDead Created 5 years, 3 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 | « chrome/chrome_tests.gypi ('k') | chrome/test/chromedriver/keycode_text_conversion_ozone.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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//chrome/chrome_tests.gni") 6 import("//chrome/chrome_tests.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 # GYP version: chrome/chrome_tests.gypi:automation_client_lib 9 # GYP version: chrome/chrome_tests.gypi:automation_client_lib
10 # (embed_js_in_cpp action) 10 # (embed_js_in_cpp action)
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 deps = [ 155 deps = [
156 ":automation_client_lib", 156 ":automation_client_lib",
157 ":embed_version_in_cpp", 157 ":embed_version_in_cpp",
158 "//base", 158 "//base",
159 "//base/third_party/dynamic_annotations", 159 "//base/third_party/dynamic_annotations",
160 "//crypto", 160 "//crypto",
161 "//net", 161 "//net",
162 "//net:http_server", 162 "//net:http_server",
163 "//third_party/zlib", 163 "//third_party/zlib",
164 "//ui/base", 164 "//ui/base",
165 "//ui/events:dom_keycode_converter",
165 "//ui/events:events_base", 166 "//ui/events:events_base",
166 "//ui/gfx", 167 "//ui/gfx",
167 "//ui/gfx/geometry", 168 "//ui/gfx/geometry",
168 ] 169 ]
169 170
170 if (use_x11) { 171 if (use_x11) {
171 configs += [ "//build/config/linux:x11" ] 172 configs += [ "//build/config/linux:x11" ]
172 deps += [ "//ui/gfx/x" ] 173 deps += [ "//ui/gfx/x" ]
173 } 174 }
174 } 175 }
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 ":lib", 236 ":lib",
236 "//base", 237 "//base",
237 "//base/test:run_all_unittests", 238 "//base/test:run_all_unittests",
238 "//net", 239 "//net",
239 "//net:http_server", 240 "//net:http_server",
240 "//net:test_support", 241 "//net:test_support",
241 "//testing/gtest", 242 "//testing/gtest",
242 "//url", 243 "//url",
243 ] 244 ]
244 } 245 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/chromedriver/keycode_text_conversion_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698