| 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 1558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1569 "scheduler/child/scheduler_tqm_delegate_for_test.cc", | 1569 "scheduler/child/scheduler_tqm_delegate_for_test.cc", |
| 1570 "scheduler/test/fake_renderer_scheduler.cc", | 1570 "scheduler/test/fake_renderer_scheduler.cc", |
| 1571 "scheduler/test/fake_web_task_runner.cc", | 1571 "scheduler/test/fake_web_task_runner.cc", |
| 1572 "scheduler/test/fake_web_task_runner.h", | 1572 "scheduler/test/fake_web_task_runner.h", |
| 1573 "scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.cc", | 1573 "scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.cc", |
| 1574 "scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.h", | 1574 "scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.h", |
| 1575 "scheduler/test/renderer_scheduler_test_support.cc", | 1575 "scheduler/test/renderer_scheduler_test_support.cc", |
| 1576 "scroll/ScrollbarTestSuite.h", | 1576 "scroll/ScrollbarTestSuite.h", |
| 1577 "testing/CompositorTest.cpp", | 1577 "testing/CompositorTest.cpp", |
| 1578 "testing/CompositorTest.h", | 1578 "testing/CompositorTest.h", |
| 1579 "testing/EmptyWebMediaPlayer.cpp", |
| 1580 "testing/EmptyWebMediaPlayer.h", |
| 1579 "testing/FakeDisplayItemClient.h", | 1581 "testing/FakeDisplayItemClient.h", |
| 1580 "testing/FakeGraphicsLayer.h", | 1582 "testing/FakeGraphicsLayer.h", |
| 1581 "testing/FakeGraphicsLayerClient.h", | 1583 "testing/FakeGraphicsLayerClient.h", |
| 1582 "testing/FontTestHelpers.cpp", | 1584 "testing/FontTestHelpers.cpp", |
| 1583 "testing/FontTestHelpers.h", | 1585 "testing/FontTestHelpers.h", |
| 1584 "testing/FuzzedDataProvider.cpp", | 1586 "testing/FuzzedDataProvider.cpp", |
| 1585 "testing/FuzzedDataProvider.h", | 1587 "testing/FuzzedDataProvider.h", |
| 1586 "testing/GeometryPrinters.cpp", | 1588 "testing/GeometryPrinters.cpp", |
| 1587 "testing/GeometryPrinters.h", | 1589 "testing/GeometryPrinters.h", |
| 1588 "testing/HistogramTester.cpp", | 1590 "testing/HistogramTester.cpp", |
| (...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2075 "//third_party/WebKit/Source:config", | 2077 "//third_party/WebKit/Source:config", |
| 2076 "//third_party/WebKit/Source:inside_blink", | 2078 "//third_party/WebKit/Source:inside_blink", |
| 2077 ] | 2079 ] |
| 2078 | 2080 |
| 2079 deps = [ | 2081 deps = [ |
| 2080 ":test_support", | 2082 ":test_support", |
| 2081 "//testing/gmock", | 2083 "//testing/gmock", |
| 2082 "//testing/gtest", | 2084 "//testing/gtest", |
| 2083 ] | 2085 ] |
| 2084 } | 2086 } |
| OLD | NEW |