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

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

Issue 2627113005: Factor PropertyTreeManager out of PaintArtifactCompositor. (Closed)
Patch Set: Sync to head. Created 3 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.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 881 matching lines...) Expand 10 before | Expand all | Expand 10 after
892 "graphics/StrokeData.cpp", 892 "graphics/StrokeData.cpp",
893 "graphics/StrokeData.h", 893 "graphics/StrokeData.h",
894 "graphics/TextureHolder.h", 894 "graphics/TextureHolder.h",
895 "graphics/UnacceleratedImageBufferSurface.cpp", 895 "graphics/UnacceleratedImageBufferSurface.cpp",
896 "graphics/UnacceleratedImageBufferSurface.h", 896 "graphics/UnacceleratedImageBufferSurface.h",
897 "graphics/UnacceleratedStaticBitmapImage.cpp", 897 "graphics/UnacceleratedStaticBitmapImage.cpp",
898 "graphics/UnacceleratedStaticBitmapImage.h", 898 "graphics/UnacceleratedStaticBitmapImage.h",
899 "graphics/WebGraphicsContext3DProviderWrapper.h", 899 "graphics/WebGraphicsContext3DProviderWrapper.h",
900 "graphics/compositing/PaintArtifactCompositor.cpp", 900 "graphics/compositing/PaintArtifactCompositor.cpp",
901 "graphics/compositing/PaintArtifactCompositor.h", 901 "graphics/compositing/PaintArtifactCompositor.h",
902 "graphics/compositing/PropertyTreeManager.cpp",
903 "graphics/compositing/PropertyTreeManager.h",
902 "graphics/cpu/arm/WebGLImageConversionNEON.h", 904 "graphics/cpu/arm/WebGLImageConversionNEON.h",
903 "graphics/cpu/mips/WebGLImageConversionMSA.h", 905 "graphics/cpu/mips/WebGLImageConversionMSA.h",
904 "graphics/cpu/x86/WebGLImageConversionSSE.h", 906 "graphics/cpu/x86/WebGLImageConversionSSE.h",
905 "graphics/filters/DistantLightSource.cpp", 907 "graphics/filters/DistantLightSource.cpp",
906 "graphics/filters/DistantLightSource.h", 908 "graphics/filters/DistantLightSource.h",
907 "graphics/filters/FEBlend.cpp", 909 "graphics/filters/FEBlend.cpp",
908 "graphics/filters/FEBlend.h", 910 "graphics/filters/FEBlend.h",
909 "graphics/filters/FEBoxReflect.cpp", 911 "graphics/filters/FEBoxReflect.cpp",
910 "graphics/filters/FEBoxReflect.h", 912 "graphics/filters/FEBoxReflect.h",
911 "graphics/filters/FEColorMatrix.cpp", 913 "graphics/filters/FEColorMatrix.cpp",
(...skipping 1176 matching lines...) Expand 10 before | Expand all | Expand 10 after
2088 "//third_party/WebKit/Source:config", 2090 "//third_party/WebKit/Source:config",
2089 "//third_party/WebKit/Source:inside_blink", 2091 "//third_party/WebKit/Source:inside_blink",
2090 ] 2092 ]
2091 2093
2092 deps = [ 2094 deps = [
2093 ":test_support", 2095 ":test_support",
2094 "//testing/gmock", 2096 "//testing/gmock",
2095 "//testing/gtest", 2097 "//testing/gtest",
2096 ] 2098 ]
2097 } 2099 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698