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

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

Issue 2705723002: Convert SkiaBitLocker to use PaintCanvas (Closed)
Patch Set: Remove rogue cc:: Created 3 years, 10 months 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
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 1046 matching lines...) Expand 10 before | Expand all | Expand 10 after
1057 "instrumentation/tracing/web_process_memory_dump.cc", 1057 "instrumentation/tracing/web_process_memory_dump.cc",
1058 "instrumentation/tracing/web_process_memory_dump.h", 1058 "instrumentation/tracing/web_process_memory_dump.h",
1059 "json/JSONParser.cpp", 1059 "json/JSONParser.cpp",
1060 "json/JSONParser.h", 1060 "json/JSONParser.h",
1061 "json/JSONValues.cpp", 1061 "json/JSONValues.cpp",
1062 "json/JSONValues.h", 1062 "json/JSONValues.h",
1063 "mac/BlockExceptions.h", 1063 "mac/BlockExceptions.h",
1064 "mac/BlockExceptions.mm", 1064 "mac/BlockExceptions.mm",
1065 "mac/ColorMac.h", 1065 "mac/ColorMac.h",
1066 "mac/ColorMac.mm", 1066 "mac/ColorMac.mm",
1067 "mac/GraphicsContextCanvas.h",
1068 "mac/GraphicsContextCanvas.mm",
1067 "mac/KillRingMac.mm", 1069 "mac/KillRingMac.mm",
1068 "mac/LocalCurrentGraphicsContext.h", 1070 "mac/LocalCurrentGraphicsContext.h",
1069 "mac/LocalCurrentGraphicsContext.mm", 1071 "mac/LocalCurrentGraphicsContext.mm",
1070 "mac/NSScrollerImpDetails.h", 1072 "mac/NSScrollerImpDetails.h",
1071 "mac/ScrollAnimatorMac.h", 1073 "mac/ScrollAnimatorMac.h",
1072 "mac/ScrollAnimatorMac.mm", 1074 "mac/ScrollAnimatorMac.mm",
1073 "mac/ThemeMac.h", 1075 "mac/ThemeMac.h",
1074 "mac/ThemeMac.mm", 1076 "mac/ThemeMac.mm",
1075 "mac/VersionUtilMac.h", 1077 "mac/VersionUtilMac.h",
1076 "mac/VersionUtilMac.mm", 1078 "mac/VersionUtilMac.mm",
(...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after
1745 "loader/fetch/FetchTestingPlatformSupport.cpp", 1747 "loader/fetch/FetchTestingPlatformSupport.cpp",
1746 "loader/fetch/FetchTestingPlatformSupport.h", 1748 "loader/fetch/FetchTestingPlatformSupport.h",
1747 "loader/fetch/FetchUtilsTest.cpp", 1749 "loader/fetch/FetchUtilsTest.cpp",
1748 "loader/fetch/MemoryCacheCorrectnessTest.cpp", 1750 "loader/fetch/MemoryCacheCorrectnessTest.cpp",
1749 "loader/fetch/MemoryCacheTest.cpp", 1751 "loader/fetch/MemoryCacheTest.cpp",
1750 "loader/fetch/MockFetchContext.h", 1752 "loader/fetch/MockFetchContext.h",
1751 "loader/fetch/RawResourceTest.cpp", 1753 "loader/fetch/RawResourceTest.cpp",
1752 "loader/fetch/ResourceFetcherTest.cpp", 1754 "loader/fetch/ResourceFetcherTest.cpp",
1753 "loader/fetch/ResourceLoaderOptionsTest.cpp", 1755 "loader/fetch/ResourceLoaderOptionsTest.cpp",
1754 "loader/fetch/ResourceTest.cpp", 1756 "loader/fetch/ResourceTest.cpp",
1757 "mac/GraphicsContextCanvasTest.mm",
1755 "mac/VersionUtilMacTest.mm", 1758 "mac/VersionUtilMacTest.mm",
1756 "mojo/CommonCustomTypesStructTraitsTest.cpp", 1759 "mojo/CommonCustomTypesStructTraitsTest.cpp",
1757 "mojo/GeometryStructTraitsTest.cpp", 1760 "mojo/GeometryStructTraitsTest.cpp",
1758 "mojo/KURLSecurityOriginTest.cpp", 1761 "mojo/KURLSecurityOriginTest.cpp",
1759 "network/EncodedFormDataTest.cpp", 1762 "network/EncodedFormDataTest.cpp",
1760 "network/HTTPParsersTest.cpp", 1763 "network/HTTPParsersTest.cpp",
1761 "network/LinkHeaderTest.cpp", 1764 "network/LinkHeaderTest.cpp",
1762 "network/NetworkUtilsTest.cpp", 1765 "network/NetworkUtilsTest.cpp",
1763 "network/ResourceRequestTest.cpp", 1766 "network/ResourceRequestTest.cpp",
1764 "network/mime/MIMETypeRegistryTest.cpp", 1767 "network/mime/MIMETypeRegistryTest.cpp",
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
2070 "//third_party/WebKit/Source:config", 2073 "//third_party/WebKit/Source:config",
2071 "//third_party/WebKit/Source:inside_blink", 2074 "//third_party/WebKit/Source:inside_blink",
2072 ] 2075 ]
2073 2076
2074 deps = [ 2077 deps = [
2075 ":test_support", 2078 ":test_support",
2076 "//testing/gmock", 2079 "//testing/gmock",
2077 "//testing/gtest", 2080 "//testing/gtest",
2078 ] 2081 ]
2079 } 2082 }
OLDNEW
« no previous file with comments | « skia/ext/skia_utils_mac_unittest.mm ('k') | third_party/WebKit/Source/platform/graphics/paint/PaintCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698