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

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

Issue 2319863006: Change image document zooming logic. (Closed)
Patch Set: enforce Desktop mode Created 4 years, 3 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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//build/split_static_library.gni") 7 import("//build/split_static_library.gni")
8 import("//testing/libfuzzer/fuzzer_test.gni") 8 import("//testing/libfuzzer/fuzzer_test.gni")
9 import("//third_party/WebKit/Source/bindings/bindings.gni") 9 import("//third_party/WebKit/Source/bindings/bindings.gni")
10 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") 10 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni")
(...skipping 1078 matching lines...) Expand 10 before | Expand all | Expand 10 after
1089 "html/HTMLIFrameElementTest.cpp", 1089 "html/HTMLIFrameElementTest.cpp",
1090 "html/HTMLImageElementTest.cpp", 1090 "html/HTMLImageElementTest.cpp",
1091 "html/HTMLInputElementTest.cpp", 1091 "html/HTMLInputElementTest.cpp",
1092 "html/HTMLLinkElementSizesAttributeTest.cpp", 1092 "html/HTMLLinkElementSizesAttributeTest.cpp",
1093 "html/HTMLOutputElementTest.cpp", 1093 "html/HTMLOutputElementTest.cpp",
1094 "html/HTMLSelectElementTest.cpp", 1094 "html/HTMLSelectElementTest.cpp",
1095 "html/HTMLTableRowElementTest.cpp", 1095 "html/HTMLTableRowElementTest.cpp",
1096 "html/HTMLTextAreaElementTest.cpp", 1096 "html/HTMLTextAreaElementTest.cpp",
1097 "html/HTMLTextFormControlElementTest.cpp", 1097 "html/HTMLTextFormControlElementTest.cpp",
1098 "html/HTMLVideoElementTest.cpp", 1098 "html/HTMLVideoElementTest.cpp",
1099 "html/ImageDocumentTest.cpp",
1099 "html/LinkRelAttributeTest.cpp", 1100 "html/LinkRelAttributeTest.cpp",
1100 "html/TimeRangesTest.cpp", 1101 "html/TimeRangesTest.cpp",
1101 "html/canvas/CanvasAsyncBlobCreatorTest.cpp", 1102 "html/canvas/CanvasAsyncBlobCreatorTest.cpp",
1102 "html/canvas/CanvasFontCacheTest.cpp", 1103 "html/canvas/CanvasFontCacheTest.cpp",
1103 "html/forms/EmailInputTypeTest.cpp", 1104 "html/forms/EmailInputTypeTest.cpp",
1104 "html/forms/FileInputTypeTest.cpp", 1105 "html/forms/FileInputTypeTest.cpp",
1105 "html/forms/OptionListTest.cpp", 1106 "html/forms/OptionListTest.cpp",
1106 "html/forms/StepRangeTest.cpp", 1107 "html/forms/StepRangeTest.cpp",
1107 "html/parser/AtomicHTMLTokenTest.cpp", 1108 "html/parser/AtomicHTMLTokenTest.cpp",
1108 "html/parser/CSSPreloadScannerTest.cpp", 1109 "html/parser/CSSPreloadScannerTest.cpp",
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
1235 sources = [ 1236 sources = [
1236 "html/parser/HTMLPreloadScannerFuzzer.cpp", 1237 "html/parser/HTMLPreloadScannerFuzzer.cpp",
1237 "html/parser/TextResourceDecoderForFuzzing.h", 1238 "html/parser/TextResourceDecoderForFuzzing.h",
1238 ] 1239 ]
1239 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser" 1240 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser"
1240 deps = [ 1241 deps = [
1241 ":core", 1242 ":core",
1242 "../platform:blink_fuzzer_test_support", 1243 "../platform:blink_fuzzer_test_support",
1243 ] 1244 ]
1244 } 1245 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698