| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 "StorageQuotaClientImpl.h", | 116 "StorageQuotaClientImpl.h", |
| 117 "TextCheckerClientImpl.cpp", | 117 "TextCheckerClientImpl.cpp", |
| 118 "TextCheckerClientImpl.h", | 118 "TextCheckerClientImpl.h", |
| 119 "TextFinder.cpp", | 119 "TextFinder.cpp", |
| 120 "TextFinder.h", | 120 "TextFinder.h", |
| 121 "UserMediaClientImpl.cpp", | 121 "UserMediaClientImpl.cpp", |
| 122 "UserMediaClientImpl.h", | 122 "UserMediaClientImpl.h", |
| 123 "ValidationMessageClientImpl.cpp", | 123 "ValidationMessageClientImpl.cpp", |
| 124 "ValidationMessageClientImpl.h", | 124 "ValidationMessageClientImpl.h", |
| 125 "WebAXObject.cpp", | 125 "WebAXObject.cpp", |
| 126 "WebCSSParser.cpp", | |
| 127 "WebColorSuggestion.cpp", | |
| 128 "WebCryptoNormalize.cpp", | |
| 129 "WebCustomElement.cpp", | |
| 130 "WebDOMActivityLogger.cpp", | |
| 131 "WebDOMEvent.cpp", | |
| 132 "WebDOMFileSystem.cpp", | |
| 133 "WebDOMMediaStreamTrack.cpp", | |
| 134 "WebDOMMessageEvent.cpp", | 126 "WebDOMMessageEvent.cpp", |
| 135 "WebDatabase.cpp", | |
| 136 "WebDateTimeSuggestion.cpp", | |
| 137 "WebDevToolsAgentImpl.cpp", | 127 "WebDevToolsAgentImpl.cpp", |
| 138 "WebDevToolsAgentImpl.h", | 128 "WebDevToolsAgentImpl.h", |
| 139 "WebDevToolsFrontendImpl.cpp", | 129 "WebDevToolsFrontendImpl.cpp", |
| 140 "WebDevToolsFrontendImpl.h", | 130 "WebDevToolsFrontendImpl.h", |
| 141 "WebDocument.cpp", | 131 "WebDocument.cpp", |
| 142 "WebElement.cpp", | 132 "WebElement.cpp", |
| 143 "WebElementCollection.cpp", | 133 "WebElementCollection.cpp", |
| 144 "WebEmbeddedWorkerImpl.cpp", | 134 "WebEmbeddedWorkerImpl.cpp", |
| 145 "WebEmbeddedWorkerImpl.h", | 135 "WebEmbeddedWorkerImpl.h", |
| 146 "WebExport.h", | 136 "WebExport.h", |
| 147 "WebFileChooserCompletionImpl.cpp", | |
| 148 "WebFileChooserCompletionImpl.h", | |
| 149 "WebFormControlElement.cpp", | 137 "WebFormControlElement.cpp", |
| 150 "WebFormElement.cpp", | 138 "WebFormElement.cpp", |
| 151 "WebFrame.cpp", | 139 "WebFrame.cpp", |
| 152 "WebFrameClient.cpp", | 140 "WebFrameClient.cpp", |
| 153 "WebFrameContentDumper.cpp", | 141 "WebFrameContentDumper.cpp", |
| 154 "WebFrameSerializer.cpp", | 142 "WebFrameSerializer.cpp", |
| 155 "WebFrameSerializerImpl.cpp", | 143 "WebFrameSerializerImpl.cpp", |
| 156 "WebFrameSerializerImpl.h", | 144 "WebFrameSerializerImpl.h", |
| 157 "WebFrameWidgetBase.cpp", | 145 "WebFrameWidgetBase.cpp", |
| 158 "WebFrameWidgetBase.h", | 146 "WebFrameWidgetBase.h", |
| 159 "WebFrameWidgetImpl.cpp", | 147 "WebFrameWidgetImpl.cpp", |
| 160 "WebFrameWidgetImpl.h", | 148 "WebFrameWidgetImpl.h", |
| 161 "WebHeap.cpp", | |
| 162 "WebHelperPluginImpl.cpp", | 149 "WebHelperPluginImpl.cpp", |
| 163 "WebHelperPluginImpl.h", | 150 "WebHelperPluginImpl.h", |
| 164 "WebHistoryItem.cpp", | 151 "WebHistoryItem.cpp", |
| 165 "WebHitTestResult.cpp", | 152 "WebHitTestResult.cpp", |
| 166 "WebIDBKey.cpp", | 153 "WebIDBKey.cpp", |
| 167 "WebIDBKeyRange.cpp", | 154 "WebIDBKeyRange.cpp", |
| 168 "WebImageCache.cpp", | |
| 169 "WebImageDecoder.cpp", | |
| 170 "WebInputElement.cpp", | 155 "WebInputElement.cpp", |
| 171 "WebInputEvent.cpp", | 156 "WebInputEvent.cpp", |
| 172 "WebInputEventConversion.cpp", | 157 "WebInputEventConversion.cpp", |
| 173 "WebInputEventConversion.h", | 158 "WebInputEventConversion.h", |
| 174 "WebInputMethodControllerImpl.cpp", | 159 "WebInputMethodControllerImpl.cpp", |
| 175 "WebInputMethodControllerImpl.h", | 160 "WebInputMethodControllerImpl.h", |
| 176 "WebKit.cpp", | 161 "WebKit.cpp", |
| 177 "WebLabelElement.cpp", | 162 "WebLabelElement.cpp", |
| 178 "WebLanguageDetectionDetails.cpp", | 163 "WebLanguageDetectionDetails.cpp", |
| 179 "WebLeakDetector.cpp", | 164 "WebLeakDetector.cpp", |
| (...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 | 408 |
| 424 if (is_android) { | 409 if (is_android) { |
| 425 deps += [ | 410 deps += [ |
| 426 "//base:base_java", | 411 "//base:base_java", |
| 427 "//content/public/android:content_java", | 412 "//content/public/android:content_java", |
| 428 "//content/shell/android:content_shell_assets", | 413 "//content/shell/android:content_shell_assets", |
| 429 "//net/android:net_java", | 414 "//net/android:net_java", |
| 430 ] | 415 ] |
| 431 } | 416 } |
| 432 } | 417 } |
| OLD | NEW |