| 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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
| 7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 10 import("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 "../public/test/test_service_manager_context.h", | 104 "../public/test/test_service_manager_context.h", |
| 105 "../public/test/test_synchronous_compositor_android.cc", | 105 "../public/test/test_synchronous_compositor_android.cc", |
| 106 "../public/test/test_synchronous_compositor_android.h", | 106 "../public/test/test_synchronous_compositor_android.h", |
| 107 "../public/test/test_utils.cc", | 107 "../public/test/test_utils.cc", |
| 108 "../public/test/test_utils.h", | 108 "../public/test/test_utils.h", |
| 109 "../public/test/test_web_contents_factory.h", | 109 "../public/test/test_web_contents_factory.h", |
| 110 "../public/test/test_web_ui.cc", | 110 "../public/test/test_web_ui.cc", |
| 111 "../public/test/test_web_ui.h", | 111 "../public/test/test_web_ui.h", |
| 112 "../public/test/text_input_test_utils.cc", | 112 "../public/test/text_input_test_utils.cc", |
| 113 "../public/test/text_input_test_utils.h", | 113 "../public/test/text_input_test_utils.h", |
| 114 "../public/test/text_input_test_utils_mac.mm", |
| 114 "../public/test/unittest_test_suite.cc", | 115 "../public/test/unittest_test_suite.cc", |
| 115 "../public/test/unittest_test_suite.h", | 116 "../public/test/unittest_test_suite.h", |
| 116 "../public/test/web_contents_tester.cc", | 117 "../public/test/web_contents_tester.cc", |
| 117 "../public/test/web_contents_tester.h", | 118 "../public/test/web_contents_tester.h", |
| 118 "accessibility_browser_test_utils.cc", | 119 "accessibility_browser_test_utils.cc", |
| 119 "accessibility_browser_test_utils.h", | 120 "accessibility_browser_test_utils.h", |
| 120 "appcache_test_helper.cc", | 121 "appcache_test_helper.cc", |
| 121 "appcache_test_helper.h", | 122 "appcache_test_helper.h", |
| 122 "blink_test_environment.cc", | 123 "blink_test_environment.cc", |
| 123 "blink_test_environment.h", | 124 "blink_test_environment.h", |
| (...skipping 1562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1686 if (is_android) { | 1687 if (is_android) { |
| 1687 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1688 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1688 } | 1689 } |
| 1689 } | 1690 } |
| 1690 | 1691 |
| 1691 group("fuzzers") { | 1692 group("fuzzers") { |
| 1692 deps = [ | 1693 deps = [ |
| 1693 "//content/test/fuzzer", | 1694 "//content/test/fuzzer", |
| 1694 ] | 1695 ] |
| 1695 } | 1696 } |
| OLD | NEW |