| 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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 "WebKit.cpp", | 150 "WebKit.cpp", |
| 151 "WebLabelElement.cpp", | 151 "WebLabelElement.cpp", |
| 152 "WebLanguageDetectionDetails.cpp", | 152 "WebLanguageDetectionDetails.cpp", |
| 153 "WebLeakDetector.cpp", | 153 "WebLeakDetector.cpp", |
| 154 "WebLocalFrameImpl.cpp", | 154 "WebLocalFrameImpl.cpp", |
| 155 "WebLocalFrameImpl.h", | 155 "WebLocalFrameImpl.h", |
| 156 "WebMediaDevicesRequest.cpp", | 156 "WebMediaDevicesRequest.cpp", |
| 157 "WebMetaElement.cpp", | 157 "WebMetaElement.cpp", |
| 158 "WebNode.cpp", | 158 "WebNode.cpp", |
| 159 "WebOptionElement.cpp", | 159 "WebOptionElement.cpp", |
| 160 "WebPageImportanceSignals.cpp", | |
| 161 "WebPagePopupImpl.cpp", | 160 "WebPagePopupImpl.cpp", |
| 162 "WebPagePopupImpl.h", | 161 "WebPagePopupImpl.h", |
| 163 "WebPepperSocket.cpp", | 162 "WebPepperSocket.cpp", |
| 164 "WebPepperSocketChannelClientProxy.h", | 163 "WebPepperSocketChannelClientProxy.h", |
| 165 "WebPepperSocketImpl.cpp", | 164 "WebPepperSocketImpl.cpp", |
| 166 "WebPepperSocketImpl.h", | 165 "WebPepperSocketImpl.h", |
| 167 "WebPluginContainerImpl.cpp", | 166 "WebPluginContainerImpl.cpp", |
| 168 "WebPluginContainerImpl.h", | 167 "WebPluginContainerImpl.h", |
| 169 "WebPluginDocument.cpp", | 168 "WebPluginDocument.cpp", |
| 170 "WebPluginScriptForbiddenScope.cpp", | |
| 171 "WebRemoteFrameImpl.cpp", | 169 "WebRemoteFrameImpl.cpp", |
| 172 "WebRemoteFrameImpl.h", | 170 "WebRemoteFrameImpl.h", |
| 173 "WebScopedUserGesture.cpp", | |
| 174 "WebScopedWindowFocusAllowedIndicator.cpp", | 171 "WebScopedWindowFocusAllowedIndicator.cpp", |
| 175 "WebSearchableFormData.cpp", | 172 "WebSearchableFormData.cpp", |
| 176 "WebSelectElement.cpp", | 173 "WebSelectElement.cpp", |
| 177 "WebSettingsImpl.cpp", | 174 "WebSettingsImpl.cpp", |
| 178 "WebSettingsImpl.h", | 175 "WebSettingsImpl.h", |
| 179 "WebSharedWorkerImpl.cpp", | 176 "WebSharedWorkerImpl.cpp", |
| 180 "WebSharedWorkerImpl.h", | 177 "WebSharedWorkerImpl.h", |
| 181 "WebSharedWorkerReportingProxyImpl.cpp", | 178 "WebSharedWorkerReportingProxyImpl.cpp", |
| 182 "WebSharedWorkerReportingProxyImpl.h", | 179 "WebSharedWorkerReportingProxyImpl.h", |
| 183 "WebStorageEventDispatcherImpl.cpp", | 180 "WebStorageEventDispatcherImpl.cpp", |
| 184 "WebSurroundingText.cpp", | 181 "WebSurroundingText.cpp", |
| 185 "WebTextCheckingCompletionImpl.cpp", | 182 "WebTextCheckingCompletionImpl.cpp", |
| 186 "WebTextCheckingCompletionImpl.h", | 183 "WebTextCheckingCompletionImpl.h", |
| 187 "WebTextCheckingResult.cpp", | 184 "WebTextCheckingResult.cpp", |
| 188 "WebUserGestureIndicator.cpp", | |
| 189 "WebUserGestureToken.cpp", | |
| 190 "WebUserMediaRequest.cpp", | 185 "WebUserMediaRequest.cpp", |
| 191 "WebViewImpl.cpp", | 186 "WebViewImpl.cpp", |
| 192 "WebViewImpl.h", | 187 "WebViewImpl.h", |
| 193 "linux/WebFontRendering.cpp", | 188 "linux/WebFontRendering.cpp", |
| 194 "mac/WebScrollbarTheme.mm", | 189 "mac/WebScrollbarTheme.mm", |
| 195 "mac/WebSubstringUtil.mm", | 190 "mac/WebSubstringUtil.mm", |
| 196 "win/WebFontRendering.cpp", | 191 "win/WebFontRendering.cpp", |
| 197 ] | 192 ] |
| 198 | 193 |
| 199 if (is_android) { | 194 if (is_android) { |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 | 378 |
| 384 if (is_android) { | 379 if (is_android) { |
| 385 deps += [ | 380 deps += [ |
| 386 "//base:base_java", | 381 "//base:base_java", |
| 387 "//content/public/android:content_java", | 382 "//content/public/android:content_java", |
| 388 "//content/shell/android:content_shell_assets", | 383 "//content/shell/android:content_shell_assets", |
| 389 "//net/android:net_java", | 384 "//net/android:net_java", |
| 390 ] | 385 ] |
| 391 } | 386 } |
| 392 } | 387 } |
| OLD | NEW |