| 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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 "WebFormControlElement.cpp", | 171 "WebFormControlElement.cpp", |
| 172 "WebFormElement.cpp", | 172 "WebFormElement.cpp", |
| 173 "WebFrame.cpp", | 173 "WebFrame.cpp", |
| 174 "WebFrameClient.cpp", | 174 "WebFrameClient.cpp", |
| 175 "WebFrameContentDumper.cpp", | 175 "WebFrameContentDumper.cpp", |
| 176 "WebFrameImplBase.cpp", | 176 "WebFrameImplBase.cpp", |
| 177 "WebFrameImplBase.h", | 177 "WebFrameImplBase.h", |
| 178 "WebFrameSerializer.cpp", | 178 "WebFrameSerializer.cpp", |
| 179 "WebFrameSerializerImpl.cpp", | 179 "WebFrameSerializerImpl.cpp", |
| 180 "WebFrameSerializerImpl.h", | 180 "WebFrameSerializerImpl.h", |
| 181 "WebFrameWidgetBase.cpp", |
| 181 "WebFrameWidgetBase.h", | 182 "WebFrameWidgetBase.h", |
| 182 "WebFrameWidgetImpl.cpp", | 183 "WebFrameWidgetImpl.cpp", |
| 183 "WebFrameWidgetImpl.h", | 184 "WebFrameWidgetImpl.h", |
| 184 "WebHeap.cpp", | 185 "WebHeap.cpp", |
| 185 "WebHelperPluginImpl.cpp", | 186 "WebHelperPluginImpl.cpp", |
| 186 "WebHelperPluginImpl.h", | 187 "WebHelperPluginImpl.h", |
| 187 "WebHistoryItem.cpp", | 188 "WebHistoryItem.cpp", |
| 188 "WebHitTestResult.cpp", | 189 "WebHitTestResult.cpp", |
| 189 "WebIDBKey.cpp", | 190 "WebIDBKey.cpp", |
| 190 "WebIDBKeyRange.cpp", | 191 "WebIDBKeyRange.cpp", |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 427 | 428 |
| 428 if (is_android) { | 429 if (is_android) { |
| 429 deps += [ | 430 deps += [ |
| 430 "//base:base_java", | 431 "//base:base_java", |
| 431 "//content/public/android:content_java", | 432 "//content/public/android:content_java", |
| 432 "//content/shell/android:content_shell_assets", | 433 "//content/shell/android:content_shell_assets", |
| 433 "//net/android:net_java", | 434 "//net/android:net_java", |
| 434 ] | 435 ] |
| 435 } | 436 } |
| 436 } | 437 } |
| OLD | NEW |