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

Side by Side Diff: cc/paint/BUILD.gn

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: Clean up comments, fix mac build Created 3 years, 11 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 2017 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("//cc/cc.gni")
6
7 cc_component("paint") {
8 output_name = "cc_paint"
9 sources = [
10 "paint_canvas.cc",
11 "paint_canvas.h",
12 "paint_export.h",
13 "paint_flags.h",
14 "paint_record.h",
15 "paint_recorder.h",
16 "paint_shader.h",
17 "paint_surface.h",
18 ]
19
20 defines = [ "CC_PAINT_IMPLEMENTATION=1" ]
21
22 public_deps = [
23 "//skia",
danakj 2017/01/20 23:34:13 Can you make comments about base stuff so people k
enne (OOO) 2017/01/24 01:51:27 Done.
24 ]
25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698