| 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/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//testing/libfuzzer/fuzzer_test.gni") | 7 import("//testing/libfuzzer/fuzzer_test.gni") |
| 8 import("//testing/test.gni") | 8 import("//testing/test.gni") |
| 9 import("//third_party/WebKit/Source/build/scripts/scripts.gni") | 9 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
| 10 import("//third_party/WebKit/Source/config.gni") | 10 import("//third_party/WebKit/Source/config.gni") |
| (...skipping 1287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1298 "text/UnicodeRange.h", | 1298 "text/UnicodeRange.h", |
| 1299 "text/UnicodeUtilities.cpp", | 1299 "text/UnicodeUtilities.cpp", |
| 1300 "text/UnicodeUtilities.h", | 1300 "text/UnicodeUtilities.h", |
| 1301 "text/linux/HyphenationLinux.cpp", | 1301 "text/linux/HyphenationLinux.cpp", |
| 1302 "text/mac/HyphenationMac.cpp", | 1302 "text/mac/HyphenationMac.cpp", |
| 1303 "text/win/HyphenationWin.cpp", | 1303 "text/win/HyphenationWin.cpp", |
| 1304 "threading/BackgroundTaskRunner.cpp", | 1304 "threading/BackgroundTaskRunner.cpp", |
| 1305 "threading/BackgroundTaskRunner.h", | 1305 "threading/BackgroundTaskRunner.h", |
| 1306 "tracing/MemoryCacheDumpProvider.cpp", | 1306 "tracing/MemoryCacheDumpProvider.cpp", |
| 1307 "tracing/MemoryCacheDumpProvider.h", | 1307 "tracing/MemoryCacheDumpProvider.h", |
| 1308 "tracing/NetworkInstrumentation.cpp", |
| 1309 "tracing/NetworkInstrumentation.h", |
| 1308 "tracing/TraceEvent.h", | 1310 "tracing/TraceEvent.h", |
| 1309 "tracing/TracedValue.cpp", | 1311 "tracing/TracedValue.cpp", |
| 1310 "tracing/TracedValue.h", | 1312 "tracing/TracedValue.h", |
| 1311 "tracing/web_memory_allocator_dump.cc", | 1313 "tracing/web_memory_allocator_dump.cc", |
| 1312 "tracing/web_memory_allocator_dump.h", | 1314 "tracing/web_memory_allocator_dump.h", |
| 1313 "tracing/web_process_memory_dump.cc", | 1315 "tracing/web_process_memory_dump.cc", |
| 1314 "tracing/web_process_memory_dump.h", | 1316 "tracing/web_process_memory_dump.h", |
| 1315 "transforms/AffineTransform.cpp", | 1317 "transforms/AffineTransform.cpp", |
| 1316 "transforms/AffineTransform.h", | 1318 "transforms/AffineTransform.h", |
| 1317 "transforms/IdentityTransformOperation.h", | 1319 "transforms/IdentityTransformOperation.h", |
| (...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1980 "//third_party/WebKit/Source:inside_blink", | 1982 "//third_party/WebKit/Source:inside_blink", |
| 1981 ] | 1983 ] |
| 1982 | 1984 |
| 1983 deps = [ | 1985 deps = [ |
| 1984 ":test_support", | 1986 ":test_support", |
| 1985 "//cc/surfaces:surface_id", | 1987 "//cc/surfaces:surface_id", |
| 1986 "//testing/gmock", | 1988 "//testing/gmock", |
| 1987 "//testing/gtest", | 1989 "//testing/gtest", |
| 1988 ] | 1990 ] |
| 1989 } | 1991 } |
| OLD | NEW |