| 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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 "WebFrameSerializerImpl.h", | 140 "WebFrameSerializerImpl.h", |
| 141 "WebFrameWidgetImpl.cpp", | 141 "WebFrameWidgetImpl.cpp", |
| 142 "WebFrameWidgetImpl.h", | 142 "WebFrameWidgetImpl.h", |
| 143 "WebHelperPluginImpl.cpp", | 143 "WebHelperPluginImpl.cpp", |
| 144 "WebHelperPluginImpl.h", | 144 "WebHelperPluginImpl.h", |
| 145 "WebHitTestResult.cpp", | 145 "WebHitTestResult.cpp", |
| 146 "WebIDBKey.cpp", | 146 "WebIDBKey.cpp", |
| 147 "WebIDBKeyRange.cpp", | 147 "WebIDBKeyRange.cpp", |
| 148 "WebInputElement.cpp", | 148 "WebInputElement.cpp", |
| 149 "WebInputEvent.cpp", | 149 "WebInputEvent.cpp", |
| 150 "WebInputMethodControllerImpl.cpp", | |
| 151 "WebInputMethodControllerImpl.h", | |
| 152 "WebKit.cpp", | 150 "WebKit.cpp", |
| 153 "WebLabelElement.cpp", | 151 "WebLabelElement.cpp", |
| 154 "WebLanguageDetectionDetails.cpp", | 152 "WebLanguageDetectionDetails.cpp", |
| 155 "WebLeakDetector.cpp", | 153 "WebLeakDetector.cpp", |
| 156 "WebLocalFrameImpl.cpp", | 154 "WebLocalFrameImpl.cpp", |
| 157 "WebLocalFrameImpl.h", | 155 "WebLocalFrameImpl.h", |
| 158 "WebMediaDevicesRequest.cpp", | 156 "WebMediaDevicesRequest.cpp", |
| 159 "WebMetaElement.cpp", | 157 "WebMetaElement.cpp", |
| 160 "WebNode.cpp", | 158 "WebNode.cpp", |
| 161 "WebOptionElement.cpp", | 159 "WebOptionElement.cpp", |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 386 | 384 |
| 387 if (is_android) { | 385 if (is_android) { |
| 388 deps += [ | 386 deps += [ |
| 389 "//base:base_java", | 387 "//base:base_java", |
| 390 "//content/public/android:content_java", | 388 "//content/public/android:content_java", |
| 391 "//content/shell/android:content_shell_assets", | 389 "//content/shell/android:content_shell_assets", |
| 392 "//net/android:net_java", | 390 "//net/android:net_java", |
| 393 ] | 391 ] |
| 394 } | 392 } |
| 395 } | 393 } |
| OLD | NEW |