| 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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 "WebEntities.cpp", | 160 "WebEntities.cpp", |
| 161 "WebEntities.h", | 161 "WebEntities.h", |
| 162 "WebExport.h", | 162 "WebExport.h", |
| 163 "WebFileChooserCompletionImpl.cpp", | 163 "WebFileChooserCompletionImpl.cpp", |
| 164 "WebFileChooserCompletionImpl.h", | 164 "WebFileChooserCompletionImpl.h", |
| 165 "WebFormControlElement.cpp", | 165 "WebFormControlElement.cpp", |
| 166 "WebFormElement.cpp", | 166 "WebFormElement.cpp", |
| 167 "WebFrame.cpp", | 167 "WebFrame.cpp", |
| 168 "WebFrameClient.cpp", | 168 "WebFrameClient.cpp", |
| 169 "WebFrameContentDumper.cpp", | 169 "WebFrameContentDumper.cpp", |
| 170 "WebFrameImplBase.cpp", | |
| 171 "WebFrameImplBase.h", | |
| 172 "WebFrameSerializer.cpp", | 170 "WebFrameSerializer.cpp", |
| 173 "WebFrameSerializerImpl.cpp", | 171 "WebFrameSerializerImpl.cpp", |
| 174 "WebFrameSerializerImpl.h", | 172 "WebFrameSerializerImpl.h", |
| 175 "WebFrameWidgetBase.cpp", | 173 "WebFrameWidgetBase.cpp", |
| 176 "WebFrameWidgetBase.h", | 174 "WebFrameWidgetBase.h", |
| 177 "WebFrameWidgetImpl.cpp", | 175 "WebFrameWidgetImpl.cpp", |
| 178 "WebFrameWidgetImpl.h", | 176 "WebFrameWidgetImpl.h", |
| 179 "WebHeap.cpp", | 177 "WebHeap.cpp", |
| 180 "WebHelperPluginImpl.cpp", | 178 "WebHelperPluginImpl.cpp", |
| 181 "WebHelperPluginImpl.h", | 179 "WebHelperPluginImpl.h", |
| (...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 440 | 438 |
| 441 if (is_android) { | 439 if (is_android) { |
| 442 deps += [ | 440 deps += [ |
| 443 "//base:base_java", | 441 "//base:base_java", |
| 444 "//content/public/android:content_java", | 442 "//content/public/android:content_java", |
| 445 "//content/shell/android:content_shell_assets", | 443 "//content/shell/android:content_shell_assets", |
| 446 "//net/android:net_java", | 444 "//net/android:net_java", |
| 447 ] | 445 ] |
| 448 } | 446 } |
| 449 } | 447 } |
| OLD | NEW |