| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |