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

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

Issue 2723093004: Adds SVGImageElement as a CanvasImageSource (Closed)
Patch Set: Moved from circle to rect, to avoid aliasing Created 3 years, 9 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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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/split_static_library.gni") 5 import("//build/split_static_library.gni")
6 import("//third_party/WebKit/Source/core/core.gni") 6 import("//third_party/WebKit/Source/core/core.gni")
7 7
8 blink_core_sources("html") { 8 blink_core_sources("html") {
9 split_count = 5 9 split_count = 5
10 10
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 "ValidityState.cpp", 265 "ValidityState.cpp",
266 "ValidityState.h", 266 "ValidityState.h",
267 "WindowNameCollection.cpp", 267 "WindowNameCollection.cpp",
268 "WindowNameCollection.h", 268 "WindowNameCollection.h",
269 "canvas/CanvasAsyncBlobCreator.cpp", 269 "canvas/CanvasAsyncBlobCreator.cpp",
270 "canvas/CanvasAsyncBlobCreator.h", 270 "canvas/CanvasAsyncBlobCreator.h",
271 "canvas/CanvasDrawListener.cpp", 271 "canvas/CanvasDrawListener.cpp",
272 "canvas/CanvasDrawListener.h", 272 "canvas/CanvasDrawListener.h",
273 "canvas/CanvasFontCache.cpp", 273 "canvas/CanvasFontCache.cpp",
274 "canvas/CanvasFontCache.h", 274 "canvas/CanvasFontCache.h",
275 "canvas/CanvasImageElementSource.cpp",
276 "canvas/CanvasImageElementSource.h",
275 "canvas/CanvasImageSource.h", 277 "canvas/CanvasImageSource.h",
276 "canvas/CanvasRenderingContext.cpp", 278 "canvas/CanvasRenderingContext.cpp",
277 "canvas/CanvasRenderingContext.h", 279 "canvas/CanvasRenderingContext.h",
278 "canvas/CanvasRenderingContextFactory.h", 280 "canvas/CanvasRenderingContextFactory.h",
279 "forms/BaseButtonInputType.cpp", 281 "forms/BaseButtonInputType.cpp",
280 "forms/BaseButtonInputType.h", 282 "forms/BaseButtonInputType.h",
281 "forms/BaseCheckableInputType.cpp", 283 "forms/BaseCheckableInputType.cpp",
282 "forms/BaseCheckableInputType.h", 284 "forms/BaseCheckableInputType.h",
283 "forms/BaseTemporalInputType.cpp", 285 "forms/BaseTemporalInputType.cpp",
284 "forms/BaseTemporalInputType.h", 286 "forms/BaseTemporalInputType.h",
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 "track/vtt/VTTToken.h", 532 "track/vtt/VTTToken.h",
531 "track/vtt/VTTTokenizer.cpp", 533 "track/vtt/VTTTokenizer.cpp",
532 "track/vtt/VTTTokenizer.h", 534 "track/vtt/VTTTokenizer.h",
533 ] 535 ]
534 536
535 configs += [ 537 configs += [
536 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 538 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
537 "//build/config/compiler:no_size_t_to_int_warning", 539 "//build/config/compiler:no_size_t_to_int_warning",
538 ] 540 ]
539 } 541 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/bindings/modules/v8/generated.gni ('k') | third_party/WebKit/Source/core/html/HTMLImageElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698