| 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 "WebExport.h", | 134 "WebExport.h", |
| 135 "WebFormControlElement.cpp", | 135 "WebFormControlElement.cpp", |
| 136 "WebFormElement.cpp", | 136 "WebFormElement.cpp", |
| 137 "WebFormElementObserverImpl.cpp", | 137 "WebFormElementObserverImpl.cpp", |
| 138 "WebFormElementObserverImpl.h", | 138 "WebFormElementObserverImpl.h", |
| 139 "WebFrame.cpp", | 139 "WebFrame.cpp", |
| 140 "WebFrameContentDumper.cpp", | 140 "WebFrameContentDumper.cpp", |
| 141 "WebFrameSerializer.cpp", | 141 "WebFrameSerializer.cpp", |
| 142 "WebFrameSerializerImpl.cpp", | 142 "WebFrameSerializerImpl.cpp", |
| 143 "WebFrameSerializerImpl.h", | 143 "WebFrameSerializerImpl.h", |
| 144 "WebFrameWidgetBase.cpp", | |
| 145 "WebFrameWidgetBase.h", | |
| 146 "WebFrameWidgetImpl.cpp", | 144 "WebFrameWidgetImpl.cpp", |
| 147 "WebFrameWidgetImpl.h", | 145 "WebFrameWidgetImpl.h", |
| 148 "WebHelperPluginImpl.cpp", | 146 "WebHelperPluginImpl.cpp", |
| 149 "WebHelperPluginImpl.h", | 147 "WebHelperPluginImpl.h", |
| 150 "WebHitTestResult.cpp", | 148 "WebHitTestResult.cpp", |
| 151 "WebIDBKey.cpp", | 149 "WebIDBKey.cpp", |
| 152 "WebIDBKeyRange.cpp", | 150 "WebIDBKeyRange.cpp", |
| 153 "WebInputElement.cpp", | 151 "WebInputElement.cpp", |
| 154 "WebInputEvent.cpp", | 152 "WebInputEvent.cpp", |
| 155 "WebInputMethodControllerImpl.cpp", | 153 "WebInputMethodControllerImpl.cpp", |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 | 388 |
| 391 if (is_android) { | 389 if (is_android) { |
| 392 deps += [ | 390 deps += [ |
| 393 "//base:base_java", | 391 "//base:base_java", |
| 394 "//content/public/android:content_java", | 392 "//content/public/android:content_java", |
| 395 "//content/shell/android:content_shell_assets", | 393 "//content/shell/android:content_shell_assets", |
| 396 "//net/android:net_java", | 394 "//net/android:net_java", |
| 397 ] | 395 ] |
| 398 } | 396 } |
| 399 } | 397 } |
| OLD | NEW |