| 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 1368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1379 "scroll/ScrollbarThemeAura.cpp", | 1379 "scroll/ScrollbarThemeAura.cpp", |
| 1380 "scroll/ScrollbarThemeAura.h", | 1380 "scroll/ScrollbarThemeAura.h", |
| 1381 "scroll/ScrollbarThemeClient.h", | 1381 "scroll/ScrollbarThemeClient.h", |
| 1382 "scroll/ScrollbarThemeMac.h", | 1382 "scroll/ScrollbarThemeMac.h", |
| 1383 "scroll/ScrollbarThemeMac.mm", | 1383 "scroll/ScrollbarThemeMac.mm", |
| 1384 "scroll/ScrollbarThemeMock.cpp", | 1384 "scroll/ScrollbarThemeMock.cpp", |
| 1385 "scroll/ScrollbarThemeMock.h", | 1385 "scroll/ScrollbarThemeMock.h", |
| 1386 "scroll/ScrollbarThemeOverlay.cpp", | 1386 "scroll/ScrollbarThemeOverlay.cpp", |
| 1387 "scroll/ScrollbarThemeOverlay.h", | 1387 "scroll/ScrollbarThemeOverlay.h", |
| 1388 "scroll/ScrollbarThemeOverlayMock.h", | 1388 "scroll/ScrollbarThemeOverlayMock.h", |
| 1389 "scroll/SmoothScrollSequencer.cpp", | |
| 1390 "scroll/SmoothScrollSequencer.h", | |
| 1391 "speech/PlatformSpeechSynthesisUtterance.cpp", | 1389 "speech/PlatformSpeechSynthesisUtterance.cpp", |
| 1392 "speech/PlatformSpeechSynthesisUtterance.h", | 1390 "speech/PlatformSpeechSynthesisUtterance.h", |
| 1393 "speech/PlatformSpeechSynthesisVoice.cpp", | 1391 "speech/PlatformSpeechSynthesisVoice.cpp", |
| 1394 "speech/PlatformSpeechSynthesisVoice.h", | 1392 "speech/PlatformSpeechSynthesisVoice.h", |
| 1395 "speech/PlatformSpeechSynthesizer.cpp", | 1393 "speech/PlatformSpeechSynthesizer.cpp", |
| 1396 "speech/PlatformSpeechSynthesizer.h", | 1394 "speech/PlatformSpeechSynthesizer.h", |
| 1397 "text/BidiCharacterRun.cpp", | 1395 "text/BidiCharacterRun.cpp", |
| 1398 "text/BidiCharacterRun.h", | 1396 "text/BidiCharacterRun.h", |
| 1399 "text/BidiContext.cpp", | 1397 "text/BidiContext.cpp", |
| 1400 "text/BidiContext.h", | 1398 "text/BidiContext.h", |
| (...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2248 "//third_party/WebKit/Source:config", | 2246 "//third_party/WebKit/Source:config", |
| 2249 "//third_party/WebKit/Source:inside_blink", | 2247 "//third_party/WebKit/Source:inside_blink", |
| 2250 ] | 2248 ] |
| 2251 | 2249 |
| 2252 deps = [ | 2250 deps = [ |
| 2253 ":test_support", | 2251 ":test_support", |
| 2254 "//testing/gmock", | 2252 "//testing/gmock", |
| 2255 "//testing/gtest", | 2253 "//testing/gtest", |
| 2256 ] | 2254 ] |
| 2257 } | 2255 } |
| OLD | NEW |