| 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 1279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1290 "text/BidiTextRun.cpp", | 1290 "text/BidiTextRun.cpp", |
| 1291 "text/BidiTextRun.h", | 1291 "text/BidiTextRun.h", |
| 1292 "text/Character.cpp", | 1292 "text/Character.cpp", |
| 1293 "text/Character.h", | 1293 "text/Character.h", |
| 1294 "text/CharacterEmoji.cpp", | 1294 "text/CharacterEmoji.cpp", |
| 1295 "text/DateTimeFormat.cpp", | 1295 "text/DateTimeFormat.cpp", |
| 1296 "text/DateTimeFormat.h", | 1296 "text/DateTimeFormat.h", |
| 1297 "text/DecodeEscapeSequences.h", | 1297 "text/DecodeEscapeSequences.h", |
| 1298 "text/Hyphenation.cpp", | 1298 "text/Hyphenation.cpp", |
| 1299 "text/Hyphenation.h", | 1299 "text/Hyphenation.h", |
| 1300 "text/ICUError.cpp", |
| 1301 "text/ICUError.h", |
| 1300 "text/LineEnding.cpp", | 1302 "text/LineEnding.cpp", |
| 1301 "text/LineEnding.h", | 1303 "text/LineEnding.h", |
| 1302 "text/LocaleICU.cpp", | 1304 "text/LocaleICU.cpp", |
| 1303 "text/LocaleICU.h", | 1305 "text/LocaleICU.h", |
| 1304 "text/LocaleMac.h", | 1306 "text/LocaleMac.h", |
| 1305 "text/LocaleMac.mm", | 1307 "text/LocaleMac.mm", |
| 1306 "text/LocaleToScriptMapping.cpp", | 1308 "text/LocaleToScriptMapping.cpp", |
| 1307 "text/LocaleToScriptMapping.h", | 1309 "text/LocaleToScriptMapping.h", |
| 1308 "text/LocaleWin.cpp", | 1310 "text/LocaleWin.cpp", |
| 1309 "text/LocaleWin.h", | 1311 "text/LocaleWin.h", |
| (...skipping 753 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2063 "//third_party/WebKit/Source:inside_blink", | 2065 "//third_party/WebKit/Source:inside_blink", |
| 2064 ] | 2066 ] |
| 2065 | 2067 |
| 2066 deps = [ | 2068 deps = [ |
| 2067 ":test_support", | 2069 ":test_support", |
| 2068 "//cc/surfaces:surface_id", | 2070 "//cc/surfaces:surface_id", |
| 2069 "//testing/gmock", | 2071 "//testing/gmock", |
| 2070 "//testing/gtest", | 2072 "//testing/gtest", |
| 2071 ] | 2073 ] |
| 2072 } | 2074 } |
| OLD | NEW |