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

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

Issue 880643007: Merge WebWidgetClient into WebViewClient. (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
« no previous file with comments | « sky/engine/core/page/ChromeClient.h ('k') | sky/engine/public/web/WebTouchAction.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 "web/WebSpellCheckClient.h", 110 "web/WebSpellCheckClient.h",
111 "web/WebTextAffinity.h", 111 "web/WebTextAffinity.h",
112 "web/WebTextCheckingCompletion.h", 112 "web/WebTextCheckingCompletion.h",
113 "web/WebTextCheckingResult.h", 113 "web/WebTextCheckingResult.h",
114 "web/WebTextCheckingType.h", 114 "web/WebTextCheckingType.h",
115 "web/WebTextDecorationType.h", 115 "web/WebTextDecorationType.h",
116 "web/WebTextDirection.h", 116 "web/WebTextDirection.h",
117 "web/WebTextInputInfo.h", 117 "web/WebTextInputInfo.h",
118 "web/WebTextInputType.h", 118 "web/WebTextInputType.h",
119 "web/WebTextRun.h", 119 "web/WebTextRun.h",
120 "web/WebTouchAction.h",
121 "web/WebURLLoaderOptions.h", 120 "web/WebURLLoaderOptions.h",
122 "web/WebView.h", 121 "web/WebView.h",
123 "web/WebViewClient.h", 122 "web/WebViewClient.h",
124 "web/WebWidget.h", 123 "web/WebWidget.h",
125 "web/WebWidgetClient.h",
126 "web/linux/WebFontRendering.h", 124 "web/linux/WebFontRendering.h",
127 ] 125 ]
128 } 126 }
OLDNEW
« no previous file with comments | « sky/engine/core/page/ChromeClient.h ('k') | sky/engine/public/web/WebTouchAction.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698