| 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 590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 601 "fonts/FontCacheMemoryDumpProvider.h", | 601 "fonts/FontCacheMemoryDumpProvider.h", |
| 602 "fonts/FontCustomPlatformData.cpp", | 602 "fonts/FontCustomPlatformData.cpp", |
| 603 "fonts/FontCustomPlatformData.h", | 603 "fonts/FontCustomPlatformData.h", |
| 604 "fonts/FontData.cpp", | 604 "fonts/FontData.cpp", |
| 605 "fonts/FontData.h", | 605 "fonts/FontData.h", |
| 606 "fonts/FontDataCache.cpp", | 606 "fonts/FontDataCache.cpp", |
| 607 "fonts/FontDataCache.h", | 607 "fonts/FontDataCache.h", |
| 608 "fonts/FontDataForRangeSet.cpp", | 608 "fonts/FontDataForRangeSet.cpp", |
| 609 "fonts/FontDataForRangeSet.h", | 609 "fonts/FontDataForRangeSet.h", |
| 610 "fonts/FontDescription.cpp", | 610 "fonts/FontDescription.cpp", |
| 611 "fonts/FontDescription.h", |
| 611 "fonts/FontFaceCreationParams.h", | 612 "fonts/FontFaceCreationParams.h", |
| 612 "fonts/FontFallbackIterator.cpp", | 613 "fonts/FontFallbackIterator.cpp", |
| 613 "fonts/FontFallbackIterator.h", | 614 "fonts/FontFallbackIterator.h", |
| 614 "fonts/FontFallbackList.cpp", | 615 "fonts/FontFallbackList.cpp", |
| 615 "fonts/FontFallbackList.h", | 616 "fonts/FontFallbackList.h", |
| 616 "fonts/FontFallbackPriority.cpp", | 617 "fonts/FontFallbackPriority.cpp", |
| 617 "fonts/FontFallbackPriority.h", | 618 "fonts/FontFallbackPriority.h", |
| 618 "fonts/FontFamily.cpp", | 619 "fonts/FontFamily.cpp", |
| 619 "fonts/FontFamily.h", | 620 "fonts/FontFamily.h", |
| 620 "fonts/FontMetrics.h", | 621 "fonts/FontMetrics.h", |
| (...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1385 "transforms/PerspectiveTransformOperation.h", | 1386 "transforms/PerspectiveTransformOperation.h", |
| 1386 "transforms/RotateTransformOperation.cpp", | 1387 "transforms/RotateTransformOperation.cpp", |
| 1387 "transforms/RotateTransformOperation.h", | 1388 "transforms/RotateTransformOperation.h", |
| 1388 "transforms/Rotation.cpp", | 1389 "transforms/Rotation.cpp", |
| 1389 "transforms/Rotation.h", | 1390 "transforms/Rotation.h", |
| 1390 "transforms/ScaleTransformOperation.cpp", | 1391 "transforms/ScaleTransformOperation.cpp", |
| 1391 "transforms/ScaleTransformOperation.h", | 1392 "transforms/ScaleTransformOperation.h", |
| 1392 "transforms/SkewTransformOperation.cpp", | 1393 "transforms/SkewTransformOperation.cpp", |
| 1393 "transforms/SkewTransformOperation.h", | 1394 "transforms/SkewTransformOperation.h", |
| 1394 "transforms/TransformOperations.cpp", | 1395 "transforms/TransformOperations.cpp", |
| 1396 "transforms/TransformOperations.h", |
| 1395 "transforms/TransformationMatrix.cpp", | 1397 "transforms/TransformationMatrix.cpp", |
| 1396 "transforms/TransformationMatrix.h", | 1398 "transforms/TransformationMatrix.h", |
| 1397 "transforms/TranslateTransformOperation.cpp", | 1399 "transforms/TranslateTransformOperation.cpp", |
| 1398 "transforms/TranslateTransformOperation.h", | 1400 "transforms/TranslateTransformOperation.h", |
| 1399 "weborigin/KURL.cpp", | 1401 "weborigin/KURL.cpp", |
| 1400 "weborigin/KURL.h", | 1402 "weborigin/KURL.h", |
| 1401 "weborigin/KURLHash.h", | 1403 "weborigin/KURLHash.h", |
| 1402 "weborigin/KnownPorts.cpp", | 1404 "weborigin/KnownPorts.cpp", |
| 1403 "weborigin/KnownPorts.h", | 1405 "weborigin/KnownPorts.h", |
| 1404 "weborigin/OriginAccessEntry.cpp", | 1406 "weborigin/OriginAccessEntry.cpp", |
| (...skipping 739 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2144 "//third_party/WebKit/Source:config", | 2146 "//third_party/WebKit/Source:config", |
| 2145 "//third_party/WebKit/Source:inside_blink", | 2147 "//third_party/WebKit/Source:inside_blink", |
| 2146 ] | 2148 ] |
| 2147 | 2149 |
| 2148 deps = [ | 2150 deps = [ |
| 2149 ":test_support", | 2151 ":test_support", |
| 2150 "//testing/gmock", | 2152 "//testing/gmock", |
| 2151 "//testing/gtest", | 2153 "//testing/gtest", |
| 2152 ] | 2154 ] |
| 2153 } | 2155 } |
| OLD | NEW |