| 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 "WebEmbeddedWorkerImpl.cpp", | 164 "WebEmbeddedWorkerImpl.cpp", |
| 165 "WebEmbeddedWorkerImpl.h", | 165 "WebEmbeddedWorkerImpl.h", |
| 166 "WebEntities.cpp", | 166 "WebEntities.cpp", |
| 167 "WebEntities.h", | 167 "WebEntities.h", |
| 168 "WebExport.h", | 168 "WebExport.h", |
| 169 "WebFileChooserCompletionImpl.cpp", | 169 "WebFileChooserCompletionImpl.cpp", |
| 170 "WebFileChooserCompletionImpl.h", | 170 "WebFileChooserCompletionImpl.h", |
| 171 "WebFormControlElement.cpp", | 171 "WebFormControlElement.cpp", |
| 172 "WebFormElement.cpp", | 172 "WebFormElement.cpp", |
| 173 "WebFrame.cpp", | 173 "WebFrame.cpp", |
| 174 "WebFrameClient.cpp", |
| 174 "WebFrameContentDumper.cpp", | 175 "WebFrameContentDumper.cpp", |
| 175 "WebFrameImplBase.cpp", | 176 "WebFrameImplBase.cpp", |
| 176 "WebFrameImplBase.h", | 177 "WebFrameImplBase.h", |
| 177 "WebFrameSerializer.cpp", | 178 "WebFrameSerializer.cpp", |
| 178 "WebFrameSerializerImpl.cpp", | 179 "WebFrameSerializerImpl.cpp", |
| 179 "WebFrameSerializerImpl.h", | 180 "WebFrameSerializerImpl.h", |
| 180 "WebFrameWidgetBase.h", | 181 "WebFrameWidgetBase.h", |
| 181 "WebFrameWidgetImpl.cpp", | 182 "WebFrameWidgetImpl.cpp", |
| 182 "WebFrameWidgetImpl.h", | 183 "WebFrameWidgetImpl.h", |
| 183 "WebHeap.cpp", | 184 "WebHeap.cpp", |
| (...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 421 | 422 |
| 422 if (is_android) { | 423 if (is_android) { |
| 423 deps += [ | 424 deps += [ |
| 424 "//base:base_java", | 425 "//base:base_java", |
| 425 "//content/public/android:content_java", | 426 "//content/public/android:content_java", |
| 426 "//content/shell/android:content_shell_assets", | 427 "//content/shell/android:content_shell_assets", |
| 427 "//net/android:net_java", | 428 "//net/android:net_java", |
| 428 ] | 429 ] |
| 429 } | 430 } |
| 430 } | 431 } |
| OLD | NEW |