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

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

Issue 1312123003: Add browsertests for //device/vibration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tryserver failure 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
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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 "//content/gpu", 325 "//content/gpu",
326 "//content/public/common", 326 "//content/public/common",
327 "//content/public/plugin", 327 "//content/public/plugin",
328 "//content/public/renderer", 328 "//content/public/renderer",
329 "//content:resources", 329 "//content:resources",
330 "//content/shell:content_shell_lib", 330 "//content/shell:content_shell_lib",
331 "//content/shell:pak", 331 "//content/shell:pak",
332 "//content/test:test_support", 332 "//content/test:test_support",
333 "//device/battery", 333 "//device/battery",
334 "//device/battery:mojo_bindings", 334 "//device/battery:mojo_bindings",
335 "//device/vibration:mojo_bindings",
335 "//gin", 336 "//gin",
336 "//gpu", 337 "//gpu",
337 "//ipc:test_support", 338 "//ipc:test_support",
338 "//media:test_support", 339 "//media:test_support",
339 "//media/audio:test_support", 340 "//media/audio:test_support",
340 "//media/base:test_support", 341 "//media/base:test_support",
341 "//media:shared_memory_support", 342 "//media:shared_memory_support",
342 "//mojo/application/public/cpp:cpp_for_chromium", 343 "//mojo/application/public/cpp:cpp_for_chromium",
343 "//mojo/environment:chromium", 344 "//mojo/environment:chromium",
344 "//mojo/test:test_support", 345 "//mojo/test:test_support",
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 "//testing/gtest", 790 "//testing/gtest",
790 "//third_party/WebKit/public:blink", 791 "//third_party/WebKit/public:blink",
791 "//ui/base", 792 "//ui/base",
792 "//ui/gfx", 793 "//ui/gfx",
793 "//ui/gfx/geometry", 794 "//ui/gfx/geometry",
794 "//ui/gl", 795 "//ui/gl",
795 "//ui/gl:test_support", 796 "//ui/gl:test_support",
796 ] 797 ]
797 } 798 }
798 } 799 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698