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

Side by Side Diff: content/test/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 | « content/shell/renderer/test_runner/event_sender.cc ('k') | remoting/client/DEPS » ('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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/module_args/v8.gni") 9 import("//build/module_args/v8.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 19 matching lines...) Expand all
30 "//content/public/common", 30 "//content/public/common",
31 "//net:test_support", 31 "//net:test_support",
32 "//skia", 32 "//skia",
33 "//storage/common", 33 "//storage/common",
34 "//testing/gmock", 34 "//testing/gmock",
35 "//testing/gtest", 35 "//testing/gtest",
36 "//ui/accessibility:ax_gen", 36 "//ui/accessibility:ax_gen",
37 "//ui/base", 37 "//ui/base",
38 "//ui/base/ime", 38 "//ui/base/ime",
39 "//ui/base:test_support", 39 "//ui/base:test_support",
40 "//ui/events:dom4_keycode_converter", 40 "//ui/events:dom_keycode_converter",
41 "//ui/events:events_base", 41 "//ui/events:events_base",
42 "//ui/events:test_support", 42 "//ui/events:test_support",
43 "//ui/events:gesture_detection", 43 "//ui/events:gesture_detection",
44 "//ui/gfx:test_support", 44 "//ui/gfx:test_support",
45 "//ui/gl", 45 "//ui/gl",
46 "//ui/resources", 46 "//ui/resources",
47 "//url", 47 "//url",
48 ] 48 ]
49 49
50 if (!is_ios) { 50 if (!is_ios) {
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 "//gpu/blink", 692 "//gpu/blink",
693 "//testing/gtest", 693 "//testing/gtest",
694 "//third_party/WebKit/public:blink", 694 "//third_party/WebKit/public:blink",
695 "//ui/base", 695 "//ui/base",
696 "//ui/gfx", 696 "//ui/gfx",
697 "//ui/gfx/geometry", 697 "//ui/gfx/geometry",
698 "//ui/gl", 698 "//ui/gl",
699 ] 699 ]
700 } 700 }
701 } 701 }
OLDNEW
« no previous file with comments | « content/shell/renderer/test_runner/event_sender.cc ('k') | remoting/client/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698