| 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 "WebElement.cpp", | 130 "WebElement.cpp", |
| 131 "WebElementCollection.cpp", | 131 "WebElementCollection.cpp", |
| 132 "WebEmbeddedWorkerImpl.cpp", | 132 "WebEmbeddedWorkerImpl.cpp", |
| 133 "WebEmbeddedWorkerImpl.h", | 133 "WebEmbeddedWorkerImpl.h", |
| 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 "WebFrameClient.cpp", | |
| 141 "WebFrameContentDumper.cpp", | 140 "WebFrameContentDumper.cpp", |
| 142 "WebFrameSerializer.cpp", | 141 "WebFrameSerializer.cpp", |
| 143 "WebFrameSerializerImpl.cpp", | 142 "WebFrameSerializerImpl.cpp", |
| 144 "WebFrameSerializerImpl.h", | 143 "WebFrameSerializerImpl.h", |
| 145 "WebFrameWidgetBase.cpp", | 144 "WebFrameWidgetBase.cpp", |
| 146 "WebFrameWidgetBase.h", | 145 "WebFrameWidgetBase.h", |
| 147 "WebFrameWidgetImpl.cpp", | 146 "WebFrameWidgetImpl.cpp", |
| 148 "WebFrameWidgetImpl.h", | 147 "WebFrameWidgetImpl.h", |
| 149 "WebHelperPluginImpl.cpp", | 148 "WebHelperPluginImpl.cpp", |
| 150 "WebHelperPluginImpl.h", | 149 "WebHelperPluginImpl.h", |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 406 | 405 |
| 407 if (is_android) { | 406 if (is_android) { |
| 408 deps += [ | 407 deps += [ |
| 409 "//base:base_java", | 408 "//base:base_java", |
| 410 "//content/public/android:content_java", | 409 "//content/public/android:content_java", |
| 411 "//content/shell/android:content_shell_assets", | 410 "//content/shell/android:content_shell_assets", |
| 412 "//net/android:net_java", | 411 "//net/android:net_java", |
| 413 ] | 412 ] |
| 414 } | 413 } |
| 415 } | 414 } |
| OLD | NEW |