| 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 "WebFrameWidgetImpl.cpp", | 147 "WebFrameWidgetImpl.cpp", |
| 148 "WebFrameWidgetImpl.h", | 148 "WebFrameWidgetImpl.h", |
| 149 "WebHelperPluginImpl.cpp", | 149 "WebHelperPluginImpl.cpp", |
| 150 "WebHelperPluginImpl.h", | 150 "WebHelperPluginImpl.h", |
| 151 "WebHistoryItem.cpp", | 151 "WebHistoryItem.cpp", |
| 152 "WebHitTestResult.cpp", | 152 "WebHitTestResult.cpp", |
| 153 "WebIDBKey.cpp", | 153 "WebIDBKey.cpp", |
| 154 "WebIDBKeyRange.cpp", | 154 "WebIDBKeyRange.cpp", |
| 155 "WebInputElement.cpp", | 155 "WebInputElement.cpp", |
| 156 "WebInputEvent.cpp", | 156 "WebInputEvent.cpp", |
| 157 "WebInputEventConversion.cpp", | |
| 158 "WebInputEventConversion.h", | |
| 159 "WebInputMethodControllerImpl.cpp", | 157 "WebInputMethodControllerImpl.cpp", |
| 160 "WebInputMethodControllerImpl.h", | 158 "WebInputMethodControllerImpl.h", |
| 161 "WebKit.cpp", | 159 "WebKit.cpp", |
| 162 "WebLabelElement.cpp", | 160 "WebLabelElement.cpp", |
| 163 "WebLanguageDetectionDetails.cpp", | 161 "WebLanguageDetectionDetails.cpp", |
| 164 "WebLeakDetector.cpp", | 162 "WebLeakDetector.cpp", |
| 165 "WebLocalFrameImpl.cpp", | 163 "WebLocalFrameImpl.cpp", |
| 166 "WebLocalFrameImpl.h", | 164 "WebLocalFrameImpl.h", |
| 167 "WebMediaDeviceChangeObserver.cpp", | 165 "WebMediaDeviceChangeObserver.cpp", |
| 168 "WebMediaDevicesRequest.cpp", | 166 "WebMediaDevicesRequest.cpp", |
| (...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 406 | 404 |
| 407 if (is_android) { | 405 if (is_android) { |
| 408 deps += [ | 406 deps += [ |
| 409 "//base:base_java", | 407 "//base:base_java", |
| 410 "//content/public/android:content_java", | 408 "//content/public/android:content_java", |
| 411 "//content/shell/android:content_shell_assets", | 409 "//content/shell/android:content_shell_assets", |
| 412 "//net/android:net_java", | 410 "//net/android:net_java", |
| 413 ] | 411 ] |
| 414 } | 412 } |
| 415 } | 413 } |
| OLD | NEW |