| 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 1342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1353 "layout/OverflowModelTest.cpp", | 1353 "layout/OverflowModelTest.cpp", |
| 1354 "layout/PaginationTest.cpp", | 1354 "layout/PaginationTest.cpp", |
| 1355 "layout/PaintContainmentTest.cpp", | 1355 "layout/PaintContainmentTest.cpp", |
| 1356 "layout/ScrollAnchorTest.cpp", | 1356 "layout/ScrollAnchorTest.cpp", |
| 1357 "layout/TextAutosizerTest.cpp", | 1357 "layout/TextAutosizerTest.cpp", |
| 1358 "layout/VisualRectMappingTest.cpp", | 1358 "layout/VisualRectMappingTest.cpp", |
| 1359 "layout/compositing/CompositedLayerMappingTest.cpp", | 1359 "layout/compositing/CompositedLayerMappingTest.cpp", |
| 1360 "layout/ng/ng_block_layout_algorithm_test.cc", | 1360 "layout/ng/ng_block_layout_algorithm_test.cc", |
| 1361 "layout/ng/ng_constraint_space_test.cc", | 1361 "layout/ng/ng_constraint_space_test.cc", |
| 1362 "layout/ng/ng_length_utils_test.cc", | 1362 "layout/ng/ng_length_utils_test.cc", |
| 1363 "layout/ng/ng_units_test.cc", |
| 1363 "layout/shapes/BoxShapeTest.cpp", | 1364 "layout/shapes/BoxShapeTest.cpp", |
| 1364 "layout/svg/LayoutSVGRootTest.cpp", | 1365 "layout/svg/LayoutSVGRootTest.cpp", |
| 1365 "loader/DocumentLoadTimingTest.cpp", | 1366 "loader/DocumentLoadTimingTest.cpp", |
| 1366 "loader/FrameFetchContextTest.cpp", | 1367 "loader/FrameFetchContextTest.cpp", |
| 1367 "loader/LinkLoaderTest.cpp", | 1368 "loader/LinkLoaderTest.cpp", |
| 1368 "loader/MixedContentCheckerTest.cpp", | 1369 "loader/MixedContentCheckerTest.cpp", |
| 1369 "loader/TextResourceDecoderBuilderTest.cpp", | 1370 "loader/TextResourceDecoderBuilderTest.cpp", |
| 1370 "loader/ThreadableLoaderTest.cpp", | 1371 "loader/ThreadableLoaderTest.cpp", |
| 1371 "origin_trials/OriginTrialContextTest.cpp", | 1372 "origin_trials/OriginTrialContextTest.cpp", |
| 1372 "page/ChromeClientTest.cpp", | 1373 "page/ChromeClientTest.cpp", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1417 "//third_party/WebKit/Source:config", | 1418 "//third_party/WebKit/Source:config", |
| 1418 "//third_party/WebKit/Source:inside_blink", | 1419 "//third_party/WebKit/Source:inside_blink", |
| 1419 ] | 1420 ] |
| 1420 | 1421 |
| 1421 deps = [ | 1422 deps = [ |
| 1422 ":core", | 1423 ":core", |
| 1423 "//testing/gmock", | 1424 "//testing/gmock", |
| 1424 "//testing/gtest", | 1425 "//testing/gtest", |
| 1425 ] | 1426 ] |
| 1426 } | 1427 } |
| OLD | NEW |