| 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 1293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1304 "scroll/ScrollbarThemeAura.cpp", | 1304 "scroll/ScrollbarThemeAura.cpp", |
| 1305 "scroll/ScrollbarThemeAura.h", | 1305 "scroll/ScrollbarThemeAura.h", |
| 1306 "scroll/ScrollbarThemeClient.h", | 1306 "scroll/ScrollbarThemeClient.h", |
| 1307 "scroll/ScrollbarThemeMac.h", | 1307 "scroll/ScrollbarThemeMac.h", |
| 1308 "scroll/ScrollbarThemeMac.mm", | 1308 "scroll/ScrollbarThemeMac.mm", |
| 1309 "scroll/ScrollbarThemeMock.cpp", | 1309 "scroll/ScrollbarThemeMock.cpp", |
| 1310 "scroll/ScrollbarThemeMock.h", | 1310 "scroll/ScrollbarThemeMock.h", |
| 1311 "scroll/ScrollbarThemeOverlay.cpp", | 1311 "scroll/ScrollbarThemeOverlay.cpp", |
| 1312 "scroll/ScrollbarThemeOverlay.h", | 1312 "scroll/ScrollbarThemeOverlay.h", |
| 1313 "scroll/ScrollbarThemeOverlayMock.h", | 1313 "scroll/ScrollbarThemeOverlayMock.h", |
| 1314 "scroll/SmoothScrollSequencer.cpp", |
| 1315 "scroll/SmoothScrollSequencer.h", |
| 1314 "speech/PlatformSpeechSynthesisUtterance.cpp", | 1316 "speech/PlatformSpeechSynthesisUtterance.cpp", |
| 1315 "speech/PlatformSpeechSynthesisUtterance.h", | 1317 "speech/PlatformSpeechSynthesisUtterance.h", |
| 1316 "speech/PlatformSpeechSynthesisVoice.cpp", | 1318 "speech/PlatformSpeechSynthesisVoice.cpp", |
| 1317 "speech/PlatformSpeechSynthesisVoice.h", | 1319 "speech/PlatformSpeechSynthesisVoice.h", |
| 1318 "speech/PlatformSpeechSynthesizer.cpp", | 1320 "speech/PlatformSpeechSynthesizer.cpp", |
| 1319 "speech/PlatformSpeechSynthesizer.h", | 1321 "speech/PlatformSpeechSynthesizer.h", |
| 1320 "text/BidiCharacterRun.cpp", | 1322 "text/BidiCharacterRun.cpp", |
| 1321 "text/BidiCharacterRun.h", | 1323 "text/BidiCharacterRun.h", |
| 1322 "text/BidiContext.cpp", | 1324 "text/BidiContext.cpp", |
| 1323 "text/BidiContext.h", | 1325 "text/BidiContext.h", |
| (...skipping 836 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2160 "//third_party/WebKit/Source:config", | 2162 "//third_party/WebKit/Source:config", |
| 2161 "//third_party/WebKit/Source:inside_blink", | 2163 "//third_party/WebKit/Source:inside_blink", |
| 2162 ] | 2164 ] |
| 2163 | 2165 |
| 2164 deps = [ | 2166 deps = [ |
| 2165 ":test_support", | 2167 ":test_support", |
| 2166 "//testing/gmock", | 2168 "//testing/gmock", |
| 2167 "//testing/gtest", | 2169 "//testing/gtest", |
| 2168 ] | 2170 ] |
| 2169 } | 2171 } |
| OLD | NEW |