| 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 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1376 "scroll/ScrollbarThemeAura.cpp", | 1376 "scroll/ScrollbarThemeAura.cpp", |
| 1377 "scroll/ScrollbarThemeAura.h", | 1377 "scroll/ScrollbarThemeAura.h", |
| 1378 "scroll/ScrollbarThemeClient.h", | 1378 "scroll/ScrollbarThemeClient.h", |
| 1379 "scroll/ScrollbarThemeMac.h", | 1379 "scroll/ScrollbarThemeMac.h", |
| 1380 "scroll/ScrollbarThemeMac.mm", | 1380 "scroll/ScrollbarThemeMac.mm", |
| 1381 "scroll/ScrollbarThemeMock.cpp", | 1381 "scroll/ScrollbarThemeMock.cpp", |
| 1382 "scroll/ScrollbarThemeMock.h", | 1382 "scroll/ScrollbarThemeMock.h", |
| 1383 "scroll/ScrollbarThemeOverlay.cpp", | 1383 "scroll/ScrollbarThemeOverlay.cpp", |
| 1384 "scroll/ScrollbarThemeOverlay.h", | 1384 "scroll/ScrollbarThemeOverlay.h", |
| 1385 "scroll/ScrollbarThemeOverlayMock.h", | 1385 "scroll/ScrollbarThemeOverlayMock.h", |
| 1386 "scroll/SmoothScrollSequencer.cpp", |
| 1387 "scroll/SmoothScrollSequencer.h", |
| 1386 "speech/PlatformSpeechSynthesisUtterance.cpp", | 1388 "speech/PlatformSpeechSynthesisUtterance.cpp", |
| 1387 "speech/PlatformSpeechSynthesisUtterance.h", | 1389 "speech/PlatformSpeechSynthesisUtterance.h", |
| 1388 "speech/PlatformSpeechSynthesisVoice.cpp", | 1390 "speech/PlatformSpeechSynthesisVoice.cpp", |
| 1389 "speech/PlatformSpeechSynthesisVoice.h", | 1391 "speech/PlatformSpeechSynthesisVoice.h", |
| 1390 "speech/PlatformSpeechSynthesizer.cpp", | 1392 "speech/PlatformSpeechSynthesizer.cpp", |
| 1391 "speech/PlatformSpeechSynthesizer.h", | 1393 "speech/PlatformSpeechSynthesizer.h", |
| 1392 "text/BidiCharacterRun.cpp", | 1394 "text/BidiCharacterRun.cpp", |
| 1393 "text/BidiCharacterRun.h", | 1395 "text/BidiCharacterRun.h", |
| 1394 "text/BidiContext.cpp", | 1396 "text/BidiContext.cpp", |
| 1395 "text/BidiContext.h", | 1397 "text/BidiContext.h", |
| (...skipping 842 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2238 "//third_party/WebKit/Source:config", | 2240 "//third_party/WebKit/Source:config", |
| 2239 "//third_party/WebKit/Source:inside_blink", | 2241 "//third_party/WebKit/Source:inside_blink", |
| 2240 ] | 2242 ] |
| 2241 | 2243 |
| 2242 deps = [ | 2244 deps = [ |
| 2243 ":test_support", | 2245 ":test_support", |
| 2244 "//testing/gmock", | 2246 "//testing/gmock", |
| 2245 "//testing/gtest", | 2247 "//testing/gtest", |
| 2246 ] | 2248 ] |
| 2247 } | 2249 } |
| OLD | NEW |