| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |