| 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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/chromecast_build.gni") | 6 import("//build/config/chromecast_build.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//build/split_static_library.gni") | 8 import("//build/split_static_library.gni") |
| 9 import("//testing/libfuzzer/fuzzer_test.gni") | 9 import("//testing/libfuzzer/fuzzer_test.gni") |
| 10 import("//third_party/WebKit/Source/bindings/bindings.gni") | 10 import("//third_party/WebKit/Source/bindings/bindings.gni") |
| (...skipping 1313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1324 "html/parser/HTMLResourcePreloaderTest.cpp", | 1324 "html/parser/HTMLResourcePreloaderTest.cpp", |
| 1325 "html/parser/HTMLSrcsetParserTest.cpp", | 1325 "html/parser/HTMLSrcsetParserTest.cpp", |
| 1326 "html/parser/HTMLTokenizerTest.cpp", | 1326 "html/parser/HTMLTokenizerTest.cpp", |
| 1327 "html/parser/HTMLTreeBuilderSimulatorTest.cpp", | 1327 "html/parser/HTMLTreeBuilderSimulatorTest.cpp", |
| 1328 "html/parser/TextResourceDecoderTest.cpp", | 1328 "html/parser/TextResourceDecoderTest.cpp", |
| 1329 "html/shadow/MediaControlsTest.cpp", | 1329 "html/shadow/MediaControlsTest.cpp", |
| 1330 "html/track/TextTrackListTest.cpp", | 1330 "html/track/TextTrackListTest.cpp", |
| 1331 "html/track/vtt/BufferedLineReaderTest.cpp", | 1331 "html/track/vtt/BufferedLineReaderTest.cpp", |
| 1332 "html/track/vtt/VTTScannerTest.cpp", | 1332 "html/track/vtt/VTTScannerTest.cpp", |
| 1333 "input/EventHandlerTest.cpp", | 1333 "input/EventHandlerTest.cpp", |
| 1334 "inspector/InspectorWebPerfAgent.cpp", | |
| 1335 "inspector/ProtocolParserTest.cpp", | 1334 "inspector/ProtocolParserTest.cpp", |
| 1336 "layout/ImageQualityControllerTest.cpp", | 1335 "layout/ImageQualityControllerTest.cpp", |
| 1337 "layout/InlineTextBoxTest.cpp", | 1336 "layout/InlineTextBoxTest.cpp", |
| 1338 "layout/LayoutBlockTest.cpp", | 1337 "layout/LayoutBlockTest.cpp", |
| 1339 "layout/LayoutBoxModelObjectTest.cpp", | 1338 "layout/LayoutBoxModelObjectTest.cpp", |
| 1340 "layout/LayoutBoxTest.cpp", | 1339 "layout/LayoutBoxTest.cpp", |
| 1341 "layout/LayoutInlineTest.cpp", | 1340 "layout/LayoutInlineTest.cpp", |
| 1342 "layout/LayoutMultiColumnFlowThreadTest.cpp", | 1341 "layout/LayoutMultiColumnFlowThreadTest.cpp", |
| 1343 "layout/LayoutObjectTest.cpp", | 1342 "layout/LayoutObjectTest.cpp", |
| 1344 "layout/LayoutPartTest.cpp", | 1343 "layout/LayoutPartTest.cpp", |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1418 "//third_party/WebKit/Source:config", | 1417 "//third_party/WebKit/Source:config", |
| 1419 "//third_party/WebKit/Source:inside_blink", | 1418 "//third_party/WebKit/Source:inside_blink", |
| 1420 ] | 1419 ] |
| 1421 | 1420 |
| 1422 deps = [ | 1421 deps = [ |
| 1423 ":core", | 1422 ":core", |
| 1424 "//testing/gmock", | 1423 "//testing/gmock", |
| 1425 "//testing/gtest", | 1424 "//testing/gtest", |
| 1426 ] | 1425 ] |
| 1427 } | 1426 } |
| OLD | NEW |