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

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

Issue 1034713004: Refactors gesture conversion functions to ui/events/blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix M_PI usage for windows Created 5 years, 9 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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/module_args/v8.gni") 8 import("//build/module_args/v8.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") 10 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 "//skia", 462 "//skia",
463 "//sql", 463 "//sql",
464 "//sql:test_support", 464 "//sql:test_support",
465 "//testing/gmock", 465 "//testing/gmock",
466 "//testing/gtest", 466 "//testing/gtest",
467 "//third_party/mojo/src/mojo/edk/test:test_support", 467 "//third_party/mojo/src/mojo/edk/test:test_support",
468 "//third_party/mojo/src/mojo/public/cpp/bindings", 468 "//third_party/mojo/src/mojo/public/cpp/bindings",
469 "//third_party/re2", 469 "//third_party/re2",
470 "//ui/accessibility", 470 "//ui/accessibility",
471 "//ui/base", 471 "//ui/base",
472 "//ui/base", 472 "//ui/events/blink",
473 "//ui/gfx", 473 "//ui/gfx",
474 "//ui/gfx/geometry", 474 "//ui/gfx/geometry",
475 "//ui/gfx/ipc", 475 "//ui/gfx/ipc",
476 ] 476 ]
477 477
478 if (!is_ios) { 478 if (!is_ios) {
479 deps += [ 479 deps += [
480 "//base/third_party/dynamic_annotations", 480 "//base/third_party/dynamic_annotations",
481 "//cc", 481 "//cc",
482 "//cc:test_support", 482 "//cc:test_support",
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 "//content/public/common", 704 "//content/public/common",
705 "//testing/gtest", 705 "//testing/gtest",
706 "//third_party/WebKit/public:blink", 706 "//third_party/WebKit/public:blink",
707 "//ui/base", 707 "//ui/base",
708 "//ui/gfx", 708 "//ui/gfx",
709 "//ui/gfx/geometry", 709 "//ui/gfx/geometry",
710 "//ui/gl", 710 "//ui/gl",
711 ] 711 ]
712 } 712 }
713 } 713 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | ui/events/blink/BUILD.gn » ('j') | ui/events/blink/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698