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("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
7 import("//third_party/WebKit/Source/bindings/bindings.gni") | 7 import("//third_party/WebKit/Source/bindings/bindings.gni") |
8 import("//third_party/WebKit/Source/config.gni") | 8 import("//third_party/WebKit/Source/config.gni") |
9 import("//third_party/WebKit/Source/core/core.gni") | 9 import("//third_party/WebKit/Source/core/core.gni") |
10 import("//third_party/WebKit/Source/modules/modules.gni") | 10 import("//third_party/WebKit/Source/modules/modules.gni") |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 "WebHelperPluginImpl.h", | 185 "WebHelperPluginImpl.h", |
186 "WebHistoryItem.cpp", | 186 "WebHistoryItem.cpp", |
187 "WebHitTestResult.cpp", | 187 "WebHitTestResult.cpp", |
188 "WebIDBKey.cpp", | 188 "WebIDBKey.cpp", |
189 "WebIDBKeyRange.cpp", | 189 "WebIDBKeyRange.cpp", |
190 "WebImageCache.cpp", | 190 "WebImageCache.cpp", |
191 "WebImageDecoder.cpp", | 191 "WebImageDecoder.cpp", |
192 "WebInputElement.cpp", | 192 "WebInputElement.cpp", |
193 "WebInputEventConversion.cpp", | 193 "WebInputEventConversion.cpp", |
194 "WebInputEventConversion.h", | 194 "WebInputEventConversion.h", |
| 195 "WebInputMethodControllerImpl.cpp", |
| 196 "WebInputMethodControllerImpl.h", |
195 "WebKit.cpp", | 197 "WebKit.cpp", |
196 "WebLabelElement.cpp", | 198 "WebLabelElement.cpp", |
197 "WebLeakDetector.cpp", | 199 "WebLeakDetector.cpp", |
198 "WebLocalFrameImpl.cpp", | 200 "WebLocalFrameImpl.cpp", |
199 "WebLocalFrameImpl.h", | 201 "WebLocalFrameImpl.h", |
200 "WebMediaDeviceChangeObserver.cpp", | 202 "WebMediaDeviceChangeObserver.cpp", |
201 "WebMediaDevicesRequest.cpp", | 203 "WebMediaDevicesRequest.cpp", |
202 "WebMediaStreamRegistry.cpp", | 204 "WebMediaStreamRegistry.cpp", |
203 "WebMetaElement.cpp", | 205 "WebMetaElement.cpp", |
204 "WebNetworkStateNotifier.cpp", | 206 "WebNetworkStateNotifier.cpp", |
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
424 | 426 |
425 if (is_android) { | 427 if (is_android) { |
426 deps += [ | 428 deps += [ |
427 "//base:base_java", | 429 "//base:base_java", |
428 "//content/public/android:content_java", | 430 "//content/public/android:content_java", |
429 "//content/shell/android:content_shell_assets", | 431 "//content/shell/android:content_shell_assets", |
430 "//net/android:net_java", | 432 "//net/android:net_java", |
431 ] | 433 ] |
432 } | 434 } |
433 } | 435 } |
OLD | NEW |