| 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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 "WebElement.cpp", | 142 "WebElement.cpp", |
| 143 "WebElementCollection.cpp", | 143 "WebElementCollection.cpp", |
| 144 "WebEmbeddedWorkerImpl.cpp", | 144 "WebEmbeddedWorkerImpl.cpp", |
| 145 "WebEmbeddedWorkerImpl.h", | 145 "WebEmbeddedWorkerImpl.h", |
| 146 "WebExport.h", | 146 "WebExport.h", |
| 147 "WebFileChooserCompletionImpl.cpp", | 147 "WebFileChooserCompletionImpl.cpp", |
| 148 "WebFileChooserCompletionImpl.h", | 148 "WebFileChooserCompletionImpl.h", |
| 149 "WebFormControlElement.cpp", | 149 "WebFormControlElement.cpp", |
| 150 "WebFormElement.cpp", | 150 "WebFormElement.cpp", |
| 151 "WebFrame.cpp", | 151 "WebFrame.cpp", |
| 152 "WebFrameClient.cpp", | |
| 153 "WebFrameContentDumper.cpp", | 152 "WebFrameContentDumper.cpp", |
| 154 "WebFrameSerializer.cpp", | 153 "WebFrameSerializer.cpp", |
| 155 "WebFrameSerializerImpl.cpp", | 154 "WebFrameSerializerImpl.cpp", |
| 156 "WebFrameSerializerImpl.h", | 155 "WebFrameSerializerImpl.h", |
| 157 "WebFrameWidgetBase.cpp", | 156 "WebFrameWidgetBase.cpp", |
| 158 "WebFrameWidgetBase.h", | 157 "WebFrameWidgetBase.h", |
| 159 "WebFrameWidgetImpl.cpp", | 158 "WebFrameWidgetImpl.cpp", |
| 160 "WebFrameWidgetImpl.h", | 159 "WebFrameWidgetImpl.h", |
| 161 "WebHeap.cpp", | 160 "WebHeap.cpp", |
| 162 "WebHelperPluginImpl.cpp", | 161 "WebHelperPluginImpl.cpp", |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 | 422 |
| 424 if (is_android) { | 423 if (is_android) { |
| 425 deps += [ | 424 deps += [ |
| 426 "//base:base_java", | 425 "//base:base_java", |
| 427 "//content/public/android:content_java", | 426 "//content/public/android:content_java", |
| 428 "//content/shell/android:content_shell_assets", | 427 "//content/shell/android:content_shell_assets", |
| 429 "//net/android:net_java", | 428 "//net/android:net_java", |
| 430 ] | 429 ] |
| 431 } | 430 } |
| 432 } | 431 } |
| OLD | NEW |