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

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

Issue 2423683002: Add Blink support for showing image placeholders using range requests. (Closed)
Patch Set: Addressed comments Created 4 years, 2 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/Source/build/scripts/scripts.gni") 9 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
10 import("//third_party/WebKit/Source/config.gni") 10 import("//third_party/WebKit/Source/config.gni")
(...skipping 834 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 "graphics/Path.cpp", 845 "graphics/Path.cpp",
846 "graphics/Path.h", 846 "graphics/Path.h",
847 "graphics/PathTraversalState.cpp", 847 "graphics/PathTraversalState.cpp",
848 "graphics/PathTraversalState.h", 848 "graphics/PathTraversalState.h",
849 "graphics/Pattern.cpp", 849 "graphics/Pattern.cpp",
850 "graphics/Pattern.h", 850 "graphics/Pattern.h",
851 "graphics/PicturePattern.cpp", 851 "graphics/PicturePattern.cpp",
852 "graphics/PicturePattern.h", 852 "graphics/PicturePattern.h",
853 "graphics/PictureSnapshot.cpp", 853 "graphics/PictureSnapshot.cpp",
854 "graphics/PictureSnapshot.h", 854 "graphics/PictureSnapshot.h",
855 "graphics/PlaceholderImage.cpp",
856 "graphics/PlaceholderImage.h",
855 "graphics/ProfilingCanvas.cpp", 857 "graphics/ProfilingCanvas.cpp",
856 "graphics/ProfilingCanvas.h", 858 "graphics/ProfilingCanvas.h",
857 "graphics/RecordingImageBufferSurface.cpp", 859 "graphics/RecordingImageBufferSurface.cpp",
858 "graphics/RecordingImageBufferSurface.h", 860 "graphics/RecordingImageBufferSurface.h",
859 "graphics/ReplayingCanvas.cpp", 861 "graphics/ReplayingCanvas.cpp",
860 "graphics/ReplayingCanvas.h", 862 "graphics/ReplayingCanvas.h",
861 "graphics/SquashingDisallowedReasons.cpp", 863 "graphics/SquashingDisallowedReasons.cpp",
862 "graphics/SquashingDisallowedReasons.h", 864 "graphics/SquashingDisallowedReasons.h",
863 "graphics/StaticBitmapImage.cpp", 865 "graphics/StaticBitmapImage.cpp",
864 "graphics/StaticBitmapImage.h", 866 "graphics/StaticBitmapImage.h",
(...skipping 1111 matching lines...) Expand 10 before | Expand all | Expand 10 after
1976 "//third_party/WebKit/Source:inside_blink", 1978 "//third_party/WebKit/Source:inside_blink",
1977 ] 1979 ]
1978 1980
1979 deps = [ 1981 deps = [
1980 ":test_support", 1982 ":test_support",
1981 "//cc/surfaces:surface_id", 1983 "//cc/surfaces:surface_id",
1982 "//testing/gmock", 1984 "//testing/gmock",
1983 "//testing/gtest", 1985 "//testing/gtest",
1984 ] 1986 ]
1985 } 1987 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698