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

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: Change test data to "const unsigned char" instead of "const char" to fix warnings in windows build Created 4 years, 1 month 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 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 "graphics/Path.cpp", 846 "graphics/Path.cpp",
847 "graphics/Path.h", 847 "graphics/Path.h",
848 "graphics/PathTraversalState.cpp", 848 "graphics/PathTraversalState.cpp",
849 "graphics/PathTraversalState.h", 849 "graphics/PathTraversalState.h",
850 "graphics/Pattern.cpp", 850 "graphics/Pattern.cpp",
851 "graphics/Pattern.h", 851 "graphics/Pattern.h",
852 "graphics/PicturePattern.cpp", 852 "graphics/PicturePattern.cpp",
853 "graphics/PicturePattern.h", 853 "graphics/PicturePattern.h",
854 "graphics/PictureSnapshot.cpp", 854 "graphics/PictureSnapshot.cpp",
855 "graphics/PictureSnapshot.h", 855 "graphics/PictureSnapshot.h",
856 "graphics/PlaceholderImage.cpp",
857 "graphics/PlaceholderImage.h",
856 "graphics/ProfilingCanvas.cpp", 858 "graphics/ProfilingCanvas.cpp",
857 "graphics/ProfilingCanvas.h", 859 "graphics/ProfilingCanvas.h",
858 "graphics/RecordingImageBufferSurface.cpp", 860 "graphics/RecordingImageBufferSurface.cpp",
859 "graphics/RecordingImageBufferSurface.h", 861 "graphics/RecordingImageBufferSurface.h",
860 "graphics/ReplayingCanvas.cpp", 862 "graphics/ReplayingCanvas.cpp",
861 "graphics/ReplayingCanvas.h", 863 "graphics/ReplayingCanvas.h",
862 "graphics/SquashingDisallowedReasons.cpp", 864 "graphics/SquashingDisallowedReasons.cpp",
863 "graphics/SquashingDisallowedReasons.h", 865 "graphics/SquashingDisallowedReasons.h",
864 "graphics/StaticBitmapImage.cpp", 866 "graphics/StaticBitmapImage.cpp",
865 "graphics/StaticBitmapImage.h", 867 "graphics/StaticBitmapImage.h",
(...skipping 1112 matching lines...) Expand 10 before | Expand all | Expand 10 after
1978 "//third_party/WebKit/Source:inside_blink", 1980 "//third_party/WebKit/Source:inside_blink",
1979 ] 1981 ]
1980 1982
1981 deps = [ 1983 deps = [
1982 ":test_support", 1984 ":test_support",
1983 "//cc/surfaces:surface_id", 1985 "//cc/surfaces:surface_id",
1984 "//testing/gmock", 1986 "//testing/gmock",
1985 "//testing/gtest", 1987 "//testing/gtest",
1986 ] 1988 ]
1987 } 1989 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/page/DragController.cpp ('k') | third_party/WebKit/Source/platform/graphics/PlaceholderImage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698