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

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

Issue 984203003: Move mocks and unittest JS files to sit alongside production code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | remoting/remoting_all.gyp » ('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/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 10
(...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 "//ui/resources", 651 "//ui/resources",
652 "//ui/web_dialogs:test_support", 652 "//ui/web_dialogs:test_support",
653 "//v8", 653 "//v8",
654 ] 654 ]
655 655
656 # Runtime dependencies 656 # Runtime dependencies
657 data_deps = [ 657 data_deps = [
658 "//ppapi:ppapi_tests", 658 "//ppapi:ppapi_tests",
659 659
660 #'../remoting/remoting.gyp:remoting_browser_test_resources', TODO(GYP) 660 #'../remoting/remoting.gyp:remoting_browser_test_resources', TODO(GYP)
661 #'../remoting/remoting.gyp:remoting_webapp_unittest', TODO(GYP) 661 #'../remoting/remoting.gyp:remoting_webapp_unittests', TODO(GYP)
662 "//third_party/mesa:osmesa", 662 "//third_party/mesa:osmesa",
663 "//third_party/widevine/cdm:widevine_test_license_server", 663 "//third_party/widevine/cdm:widevine_test_license_server",
664 ] 664 ]
665 665
666 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] 666 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
667 667
668 # TODO(GYP) if (is_win) { 668 # TODO(GYP) if (is_win) {
669 # ['incremental_chrome_dll==1', { 669 # ['incremental_chrome_dll==1', {
670 # 'UseLibraryDependencyInputs': "true", 670 # 'UseLibraryDependencyInputs': "true",
671 # } 671 # }
(...skipping 1062 matching lines...) Expand 10 before | Expand all | Expand 10 after
1734 # ] 1734 # ]
1735 # } 1735 # }
1736 # if (!is_mac) { 1736 # if (!is_mac) {
1737 # sources -= [ 1737 # sources -= [
1738 # "perf/mach_ports_performancetest.cc", 1738 # "perf/mach_ports_performancetest.cc",
1739 # ] 1739 # ]
1740 # } 1740 # }
1741 # } 1741 # }
1742 } 1742 }
1743 } 1743 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | remoting/remoting_all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698