| 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 "WebHeap.cpp", | 185 "WebHeap.cpp", |
| 186 "WebHelperPluginImpl.cpp", | 186 "WebHelperPluginImpl.cpp", |
| 187 "WebHelperPluginImpl.h", | 187 "WebHelperPluginImpl.h", |
| 188 "WebHistoryItem.cpp", | 188 "WebHistoryItem.cpp", |
| 189 "WebHitTestResult.cpp", | 189 "WebHitTestResult.cpp", |
| 190 "WebIDBKey.cpp", | 190 "WebIDBKey.cpp", |
| 191 "WebIDBKeyRange.cpp", | 191 "WebIDBKeyRange.cpp", |
| 192 "WebImageCache.cpp", | 192 "WebImageCache.cpp", |
| 193 "WebImageDecoder.cpp", | 193 "WebImageDecoder.cpp", |
| 194 "WebInputElement.cpp", | 194 "WebInputElement.cpp", |
| 195 "WebInputEvent.cpp", |
| 195 "WebInputEventConversion.cpp", | 196 "WebInputEventConversion.cpp", |
| 196 "WebInputEventConversion.h", | 197 "WebInputEventConversion.h", |
| 197 "WebInputMethodControllerImpl.cpp", | 198 "WebInputMethodControllerImpl.cpp", |
| 198 "WebInputMethodControllerImpl.h", | 199 "WebInputMethodControllerImpl.h", |
| 199 "WebKit.cpp", | 200 "WebKit.cpp", |
| 200 "WebLabelElement.cpp", | 201 "WebLabelElement.cpp", |
| 201 "WebLanguageDetectionDetails.cpp", | 202 "WebLanguageDetectionDetails.cpp", |
| 202 "WebLeakDetector.cpp", | 203 "WebLeakDetector.cpp", |
| 203 "WebLocalFrameImpl.cpp", | 204 "WebLocalFrameImpl.cpp", |
| 204 "WebLocalFrameImpl.h", | 205 "WebLocalFrameImpl.h", |
| (...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 440 | 441 |
| 441 if (is_android) { | 442 if (is_android) { |
| 442 deps += [ | 443 deps += [ |
| 443 "//base:base_java", | 444 "//base:base_java", |
| 444 "//content/public/android:content_java", | 445 "//content/public/android:content_java", |
| 445 "//content/shell/android:content_shell_assets", | 446 "//content/shell/android:content_shell_assets", |
| 446 "//net/android:net_java", | 447 "//net/android:net_java", |
| 447 ] | 448 ] |
| 448 } | 449 } |
| 449 } | 450 } |
| OLD | NEW |