| 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/public/public_features.gni") | 9 import("//third_party/WebKit/public/public_features.gni") |
| 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") | 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
| (...skipping 1421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1432 "text/TextBreakIterator.h", | 1432 "text/TextBreakIterator.h", |
| 1433 "text/TextBreakIteratorICU.cpp", | 1433 "text/TextBreakIteratorICU.cpp", |
| 1434 "text/TextBreakIteratorInternalICU.cpp", | 1434 "text/TextBreakIteratorInternalICU.cpp", |
| 1435 "text/TextBreakIteratorInternalICU.h", | 1435 "text/TextBreakIteratorInternalICU.h", |
| 1436 "text/TextCheckerClient.cpp", | 1436 "text/TextCheckerClient.cpp", |
| 1437 "text/TextCheckerClient.h", | 1437 "text/TextCheckerClient.h", |
| 1438 "text/TextChecking.h", | 1438 "text/TextChecking.h", |
| 1439 "text/TextDecoration.h", | 1439 "text/TextDecoration.h", |
| 1440 "text/TextEncodingDetector.cpp", | 1440 "text/TextEncodingDetector.cpp", |
| 1441 "text/TextEncodingDetector.h", | 1441 "text/TextEncodingDetector.h", |
| 1442 "text/TextJustify.h", |
| 1442 "text/TextRun.cpp", | 1443 "text/TextRun.cpp", |
| 1443 "text/TextRun.h", | 1444 "text/TextRun.h", |
| 1444 "text/TextRunIterator.h", | 1445 "text/TextRunIterator.h", |
| 1445 "text/TextStream.cpp", | 1446 "text/TextStream.cpp", |
| 1446 "text/TextStream.h", | 1447 "text/TextStream.h", |
| 1447 "text/UnicodeBidi.h", | 1448 "text/UnicodeBidi.h", |
| 1448 "text/UnicodeRange.cpp", | 1449 "text/UnicodeRange.cpp", |
| 1449 "text/UnicodeRange.h", | 1450 "text/UnicodeRange.h", |
| 1450 "text/UnicodeUtilities.cpp", | 1451 "text/UnicodeUtilities.cpp", |
| 1451 "text/UnicodeUtilities.h", | 1452 "text/UnicodeUtilities.h", |
| (...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2237 "//third_party/WebKit/Source:config", | 2238 "//third_party/WebKit/Source:config", |
| 2238 "//third_party/WebKit/Source:inside_blink", | 2239 "//third_party/WebKit/Source:inside_blink", |
| 2239 ] | 2240 ] |
| 2240 | 2241 |
| 2241 deps = [ | 2242 deps = [ |
| 2242 ":test_support", | 2243 ":test_support", |
| 2243 "//testing/gmock", | 2244 "//testing/gmock", |
| 2244 "//testing/gtest", | 2245 "//testing/gtest", |
| 2245 ] | 2246 ] |
| 2246 } | 2247 } |
| OLD | NEW |