| 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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 "WebDateTimeSuggestion.cpp", | 139 "WebDateTimeSuggestion.cpp", |
| 140 "WebDevToolsAgentImpl.cpp", | 140 "WebDevToolsAgentImpl.cpp", |
| 141 "WebDevToolsAgentImpl.h", | 141 "WebDevToolsAgentImpl.h", |
| 142 "WebDevToolsFrontendImpl.cpp", | 142 "WebDevToolsFrontendImpl.cpp", |
| 143 "WebDevToolsFrontendImpl.h", | 143 "WebDevToolsFrontendImpl.h", |
| 144 "WebDocument.cpp", | 144 "WebDocument.cpp", |
| 145 "WebElement.cpp", | 145 "WebElement.cpp", |
| 146 "WebElementCollection.cpp", | 146 "WebElementCollection.cpp", |
| 147 "WebEmbeddedWorkerImpl.cpp", | 147 "WebEmbeddedWorkerImpl.cpp", |
| 148 "WebEmbeddedWorkerImpl.h", | 148 "WebEmbeddedWorkerImpl.h", |
| 149 "WebEntities.cpp", | |
| 150 "WebEntities.h", | |
| 151 "WebExport.h", | 149 "WebExport.h", |
| 152 "WebFileChooserCompletionImpl.cpp", | 150 "WebFileChooserCompletionImpl.cpp", |
| 153 "WebFileChooserCompletionImpl.h", | 151 "WebFileChooserCompletionImpl.h", |
| 154 "WebFormControlElement.cpp", | 152 "WebFormControlElement.cpp", |
| 155 "WebFormElement.cpp", | 153 "WebFormElement.cpp", |
| 156 "WebFrame.cpp", | 154 "WebFrame.cpp", |
| 157 "WebFrameClient.cpp", | 155 "WebFrameClient.cpp", |
| 158 "WebFrameContentDumper.cpp", | 156 "WebFrameContentDumper.cpp", |
| 159 "WebFrameSerializer.cpp", | 157 "WebFrameSerializer.cpp", |
| 160 "WebFrameSerializerImpl.cpp", | 158 "WebFrameSerializerImpl.cpp", |
| (...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 428 | 426 |
| 429 if (is_android) { | 427 if (is_android) { |
| 430 deps += [ | 428 deps += [ |
| 431 "//base:base_java", | 429 "//base:base_java", |
| 432 "//content/public/android:content_java", | 430 "//content/public/android:content_java", |
| 433 "//content/shell/android:content_shell_assets", | 431 "//content/shell/android:content_shell_assets", |
| 434 "//net/android:net_java", | 432 "//net/android:net_java", |
| 435 ] | 433 ] |
| 436 } | 434 } |
| 437 } | 435 } |
| OLD | NEW |