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

Side by Side Diff: content/test/BUILD.gn

Issue 2240983003: Move |ScopedWebInputEvent| and |WebInputEventTraits| from |content::| to "ui/events/blink" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and ncarter's review Created 4 years, 4 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/renderer/render_widget_unittest.cc ('k') | ui/events/BUILD.gn » ('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/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 870 matching lines...) Expand 10 before | Expand all | Expand 10 after
881 "//base/test:test_support", 881 "//base/test:test_support",
882 "//cc", 882 "//cc",
883 "//cc/ipc", 883 "//cc/ipc",
884 "//content/browser:for_content_tests", 884 "//content/browser:for_content_tests",
885 "//content/public/browser", 885 "//content/public/browser",
886 "//content/public/common", 886 "//content/public/common",
887 "//content/test:test_support", 887 "//content/test:test_support",
888 "//skia", 888 "//skia",
889 "//testing/gtest", 889 "//testing/gtest",
890 "//testing/perf", 890 "//testing/perf",
891 "//ui/events/blink",
891 "//ui/gfx", 892 "//ui/gfx",
892 "//ui/gfx/geometry", 893 "//ui/gfx/geometry",
893 ] 894 ]
894 895
895 if (is_android) { 896 if (is_android) {
896 deps += [ "//testing/android/native_test:native_test_native_code" ] 897 deps += [ "//testing/android/native_test:native_test_native_code" ]
897 } 898 }
898 } 899 }
899 900
900 group("fuzzers") { 901 group("fuzzers") {
901 deps = [ 902 deps = [
902 "//content/test/fuzzer", 903 "//content/test/fuzzer",
903 ] 904 ]
904 } 905 }
OLDNEW
« no previous file with comments | « content/renderer/render_widget_unittest.cc ('k') | ui/events/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698