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

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

Issue 2199493002: libFuzzer for blink::MHTMLParser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed CR feedback from esprehn@. Created 4 years, 4 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 | « base/BUILD.gn ('k') | base/test/icu_test_util.h » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//build/config/nacl/config.gni") 6 import("//build/config/nacl/config.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 17 matching lines...) Expand all
28 sources = [ 28 sources = [
29 "../trace_event/trace_config_memory_test_util.h", 29 "../trace_event/trace_config_memory_test_util.h",
30 "gtest_util.cc", 30 "gtest_util.cc",
31 "gtest_util.h", 31 "gtest_util.h",
32 "gtest_xml_unittest_result_printer.cc", 32 "gtest_xml_unittest_result_printer.cc",
33 "gtest_xml_unittest_result_printer.h", 33 "gtest_xml_unittest_result_printer.h",
34 "gtest_xml_util.cc", 34 "gtest_xml_util.cc",
35 "gtest_xml_util.h", 35 "gtest_xml_util.h",
36 "histogram_tester.cc", 36 "histogram_tester.cc",
37 "histogram_tester.h", 37 "histogram_tester.h",
38 "icu_test_util.cc",
39 "icu_test_util.h",
38 "ios/wait_util.h", 40 "ios/wait_util.h",
39 "ios/wait_util.mm", 41 "ios/wait_util.mm",
40 "launcher/test_result.cc", 42 "launcher/test_result.cc",
41 "launcher/test_result.h", 43 "launcher/test_result.h",
42 "launcher/test_results_tracker.h", 44 "launcher/test_results_tracker.h",
43 "launcher/unit_test_launcher.h", 45 "launcher/unit_test_launcher.h",
44 "mock_chrome_application_mac.h", 46 "mock_chrome_application_mac.h",
45 "mock_chrome_application_mac.mm", 47 "mock_chrome_application_mac.mm",
46 "mock_devices_changed_observer.cc", 48 "mock_devices_changed_observer.cc",
47 "mock_devices_changed_observer.h", 49 "mock_devices_changed_observer.h",
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 if (is_nacl_nonsfi) { 186 if (is_nacl_nonsfi) {
185 sources += [ 187 sources += [
186 "launcher/test_launcher.h", 188 "launcher/test_launcher.h",
187 "launcher/test_result.h", 189 "launcher/test_result.h",
188 "launcher/unit_test_launcher.h", 190 "launcher/unit_test_launcher.h",
189 "launcher/unit_test_launcher_nacl_nonsfi.cc", 191 "launcher/unit_test_launcher_nacl_nonsfi.cc",
190 ] 192 ]
191 sources -= [ 193 sources -= [
192 "gtest_xml_util.cc", 194 "gtest_xml_util.cc",
193 "gtest_xml_util.h", 195 "gtest_xml_util.h",
196 "icu_test_util.cc",
197 "icu_test_util.h",
194 "perf_test_suite.cc", 198 "perf_test_suite.cc",
195 "perf_test_suite.h", 199 "perf_test_suite.h",
196 "scoped_path_override.cc", 200 "scoped_path_override.cc",
197 "scoped_path_override.h", 201 "scoped_path_override.h",
198 "test_discardable_memory_allocator.cc", 202 "test_discardable_memory_allocator.cc",
199 "test_discardable_memory_allocator.h", 203 "test_discardable_memory_allocator.h",
200 "test_file_util.cc", 204 "test_file_util.cc",
201 "test_file_util.h", 205 "test_file_util.h",
202 "test_file_util_posix.cc", 206 "test_file_util_posix.cc",
203 "test_suite.cc", 207 "test_suite.cc",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 274
271 if (is_android) { 275 if (is_android) {
272 generate_jni("base_unittests_jni_headers") { 276 generate_jni("base_unittests_jni_headers") {
273 sources = [ 277 sources = [
274 "android/java/src/org/chromium/base/ContentUriTestUtils.java", 278 "android/java/src/org/chromium/base/ContentUriTestUtils.java",
275 "android/java/src/org/chromium/base/TestUiThread.java", 279 "android/java/src/org/chromium/base/TestUiThread.java",
276 ] 280 ]
277 jni_package = "base" 281 jni_package = "base"
278 } 282 }
279 } 283 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/test/icu_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698