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

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

Issue 1139823010: Plumb display metrics into SkyView (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 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 ]
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 "platform/WebThread.h", 61 "platform/WebThread.h",
62 "platform/WebURL.h", 62 "platform/WebURL.h",
63 "platform/WebURLError.h", 63 "platform/WebURLError.h",
64 "platform/WebURLLoadTiming.h", 64 "platform/WebURLLoadTiming.h",
65 "platform/WebURLLoader.h", 65 "platform/WebURLLoader.h",
66 "platform/WebURLLoaderClient.h", 66 "platform/WebURLLoaderClient.h",
67 "platform/WebURLRequest.h", 67 "platform/WebURLRequest.h",
68 "platform/WebURLResponse.h", 68 "platform/WebURLResponse.h",
69 "platform/WebUnitTestSupport.h", 69 "platform/WebUnitTestSupport.h",
70 "platform/WebVector.h", 70 "platform/WebVector.h",
71 "platform/sky_display_metrics.h",
71 "platform/android/WebSandboxSupport.h", 72 "platform/android/WebSandboxSupport.h",
72 "platform/linux/WebFallbackFont.h", 73 "platform/linux/WebFallbackFont.h",
73 "platform/linux/WebFontInfo.h", 74 "platform/linux/WebFontInfo.h",
74 "platform/linux/WebFontRenderStyle.h", 75 "platform/linux/WebFontRenderStyle.h",
75 "platform/linux/WebSandboxSupport.h", 76 "platform/linux/WebSandboxSupport.h",
76 ] 77 ]
77 } 78 }
78 79
79 source_set("web_headers") { 80 source_set("web_headers") {
80 public = [ 81 public = [
(...skipping 29 matching lines...) Expand all
110 "web/WebTextInputInfo.h", 111 "web/WebTextInputInfo.h",
111 "web/WebTextInputType.h", 112 "web/WebTextInputType.h",
112 "web/WebTextRun.h", 113 "web/WebTextRun.h",
113 "web/WebURLLoaderOptions.h", 114 "web/WebURLLoaderOptions.h",
114 "web/WebView.h", 115 "web/WebView.h",
115 "web/WebViewClient.h", 116 "web/WebViewClient.h",
116 "web/WebWidget.h", 117 "web/WebWidget.h",
117 "web/linux/WebFontRendering.h", 118 "web/linux/WebFontRendering.h",
118 ] 119 ]
119 } 120 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698