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

Side by Side Diff: third_party/WebKit/Source/modules/canvas2d/BUILD.gn

Issue 2332493002: Revert of Move more sources from modules.gypi to subdirectories. (Closed)
Patch Set: 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
(Empty)
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
3 # found in the LICENSE file.
4
5 import("//third_party/WebKit/Source/modules/modules.gni")
6
7 blink_modules_sources("canvas2d") {
8 sources = [
9 "BaseRenderingContext2D.cpp",
10 "BaseRenderingContext2D.h",
11 "CanvasGradient.cpp",
12 "CanvasGradient.h",
13 "CanvasPathMethods.cpp",
14 "CanvasPathMethods.h",
15 "CanvasPattern.cpp",
16 "CanvasPattern.h",
17 "CanvasRenderingContext2D.cpp",
18 "CanvasRenderingContext2D.h",
19 "CanvasRenderingContext2DState.cpp",
20 "CanvasRenderingContext2DState.h",
21 "CanvasStyle.cpp",
22 "CanvasStyle.h",
23 "ClipList.cpp",
24 "ClipList.h",
25 "HitRegion.cpp",
26 "HitRegion.h",
27 "Path2D.h",
28 ]
29 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/canvas/BUILD.gn ('k') | third_party/WebKit/Source/modules/compositorworker/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698