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

Side by Side Diff: sky/engine/public/BUILD.gn

Issue 892033003: Consolidate and delete a bunch of paint methods. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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("//tools/grit/grit_rule.gni") 5 import("//tools/grit/grit_rule.gni")
6 6
7 group("test_support") { 7 group("test_support") {
8 deps = [ 8 deps = [
9 "//sky/engine/web:test_support", 9 "//sky/engine/web:test_support",
10 ] 10 ]
11 } 11 }
12 12
13 source_set("platform_headers") { 13 source_set("platform_headers") {
14 public = [ 14 public = [
15 "platform/Platform.h", 15 "platform/Platform.h",
16 "platform/ServiceProvider.h", 16 "platform/ServiceProvider.h",
17 "platform/WebArrayBuffer.h", 17 "platform/WebArrayBuffer.h",
18 "platform/WebBlendMode.h", 18 "platform/WebBlendMode.h",
19 "platform/WebCString.h", 19 "platform/WebCString.h",
20 "platform/WebCallbacks.h", 20 "platform/WebCallbacks.h",
21 "platform/WebCanvas.h", 21 "platform/WebCanvas.h",
22 "platform/WebClipboard.h", 22 "platform/WebClipboard.h",
23 "platform/WebColor.h", 23 "platform/WebColor.h",
24 "platform/WebCommon.h", 24 "platform/WebCommon.h",
25 "platform/WebContentLayer.h",
26 "platform/WebContentLayerClient.h",
27 "platform/WebCursorInfo.h", 25 "platform/WebCursorInfo.h",
28 "platform/WebData.h", 26 "platform/WebData.h",
29 "platform/WebDiscardableMemory.h", 27 "platform/WebDiscardableMemory.h",
30 "platform/WebExternalBitmap.h", 28 "platform/WebExternalBitmap.h",
31 "platform/WebExternalTextureLayer.h", 29 "platform/WebExternalTextureLayer.h",
32 "platform/WebExternalTextureLayerClient.h", 30 "platform/WebExternalTextureLayerClient.h",
33 "platform/WebExternalTextureMailbox.h", 31 "platform/WebExternalTextureMailbox.h",
34 "platform/WebFallbackThemeEngine.h", 32 "platform/WebFallbackThemeEngine.h",
35 "platform/WebFloatPoint.h", 33 "platform/WebFloatPoint.h",
36 "platform/WebFloatPoint3D.h", 34 "platform/WebFloatPoint3D.h",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 "web/WebTextInputInfo.h", 114 "web/WebTextInputInfo.h",
117 "web/WebTextInputType.h", 115 "web/WebTextInputType.h",
118 "web/WebTextRun.h", 116 "web/WebTextRun.h",
119 "web/WebURLLoaderOptions.h", 117 "web/WebURLLoaderOptions.h",
120 "web/WebView.h", 118 "web/WebView.h",
121 "web/WebViewClient.h", 119 "web/WebViewClient.h",
122 "web/WebWidget.h", 120 "web/WebWidget.h",
123 "web/linux/WebFontRendering.h", 121 "web/linux/WebFontRendering.h",
124 ] 122 ]
125 } 123 }
OLDNEW
« no previous file with comments | « sky/engine/core/rendering/RenderParagraph.cpp ('k') | sky/engine/public/platform/WebContentLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698