Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(443)

Side by Side Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2565903002: [SPv2] Add createOpacityOnlyEffect test helper (Closed)
Patch Set: rebase && git cl format Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1588 matching lines...) Expand 10 before | Expand all | Expand 10 after
1599 "testing/FontTestHelpers.h", 1599 "testing/FontTestHelpers.h",
1600 "testing/FuzzedDataProvider.cpp", 1600 "testing/FuzzedDataProvider.cpp",
1601 "testing/FuzzedDataProvider.h", 1601 "testing/FuzzedDataProvider.h",
1602 "testing/GeometryPrinters.cpp", 1602 "testing/GeometryPrinters.cpp",
1603 "testing/GeometryPrinters.h", 1603 "testing/GeometryPrinters.h",
1604 "testing/HistogramTester.cpp", 1604 "testing/HistogramTester.cpp",
1605 "testing/HistogramTester.h", 1605 "testing/HistogramTester.h",
1606 "testing/MessageLoopForMojo.h", 1606 "testing/MessageLoopForMojo.h",
1607 "testing/PaintPrinters.cpp", 1607 "testing/PaintPrinters.cpp",
1608 "testing/PaintPrinters.h", 1608 "testing/PaintPrinters.h",
1609 "testing/PaintPropertyTestHelpers.h",
1609 "testing/PictureMatchers.cpp", 1610 "testing/PictureMatchers.cpp",
1610 "testing/PictureMatchers.h", 1611 "testing/PictureMatchers.h",
1611 "testing/PlatformTestPrinters.cpp", 1612 "testing/PlatformTestPrinters.cpp",
1612 "testing/RuntimeEnabledFeaturesTestHelpers.h", 1613 "testing/RuntimeEnabledFeaturesTestHelpers.h",
1613 "testing/TestPaintArtifact.cpp", 1614 "testing/TestPaintArtifact.cpp",
1614 "testing/TestPaintArtifact.h", 1615 "testing/TestPaintArtifact.h",
1615 "testing/TestingPlatformSupport.cpp", 1616 "testing/TestingPlatformSupport.cpp",
1616 "testing/TestingPlatformSupport.h", 1617 "testing/TestingPlatformSupport.h",
1617 "testing/TransformPrinters.cpp", 1618 "testing/TransformPrinters.cpp",
1618 "testing/TransformPrinters.h", 1619 "testing/TransformPrinters.h",
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
2068 "//third_party/WebKit/Source:inside_blink", 2069 "//third_party/WebKit/Source:inside_blink",
2069 ] 2070 ]
2070 2071
2071 deps = [ 2072 deps = [
2072 ":test_support", 2073 ":test_support",
2073 "//cc/surfaces:surface_id", 2074 "//cc/surfaces:surface_id",
2074 "//testing/gmock", 2075 "//testing/gmock",
2075 "//testing/gtest", 2076 "//testing/gtest",
2076 ] 2077 ]
2077 } 2078 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698