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

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: Move test file Created 5 years, 2 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("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 "//content/gpu", 330 "//content/gpu",
331 "//content/public/common", 331 "//content/public/common",
332 "//content/public/plugin", 332 "//content/public/plugin",
333 "//content/public/renderer", 333 "//content/public/renderer",
334 "//content:resources", 334 "//content:resources",
335 "//content/shell:content_shell_lib", 335 "//content/shell:content_shell_lib",
336 "//content/shell:pak", 336 "//content/shell:pak",
337 "//content/test:test_support", 337 "//content/test:test_support",
338 "//device/battery", 338 "//device/battery",
339 "//device/battery:mojo_bindings", 339 "//device/battery:mojo_bindings",
340 "//device/vibration:mojo_bindings",
340 "//gin", 341 "//gin",
341 "//gpu", 342 "//gpu",
342 "//ipc:test_support", 343 "//ipc:test_support",
343 "//media:test_support", 344 "//media:test_support",
344 "//media/audio:test_support", 345 "//media/audio:test_support",
345 "//media/base:test_support", 346 "//media/base:test_support",
346 "//media:shared_memory_support", 347 "//media:shared_memory_support",
347 "//mojo/application/public/cpp:cpp_for_chromium", 348 "//mojo/application/public/cpp:cpp_for_chromium",
348 "//mojo/environment:chromium", 349 "//mojo/environment:chromium",
349 "//mojo/test:test_support", 350 "//mojo/test:test_support",
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 "//testing/gtest", 791 "//testing/gtest",
791 "//third_party/WebKit/public:blink", 792 "//third_party/WebKit/public:blink",
792 "//ui/base", 793 "//ui/base",
793 "//ui/gfx", 794 "//ui/gfx",
794 "//ui/gfx/geometry", 795 "//ui/gfx/geometry",
795 "//ui/gl", 796 "//ui/gl",
796 "//ui/gl:test_support", 797 "//ui/gl:test_support",
797 ] 798 ]
798 } 799 }
799 } 800 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | content/test/data/vibration/vibration_manager_cancel_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698