| 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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 "WebArrayBufferView.cpp", | 133 "WebArrayBufferView.cpp", |
| 134 "WebCSSParser.cpp", | 134 "WebCSSParser.cpp", |
| 135 "WebColorSuggestion.cpp", | 135 "WebColorSuggestion.cpp", |
| 136 "WebCryptoNormalize.cpp", | 136 "WebCryptoNormalize.cpp", |
| 137 "WebCustomElement.cpp", | 137 "WebCustomElement.cpp", |
| 138 "WebDOMActivityLogger.cpp", | 138 "WebDOMActivityLogger.cpp", |
| 139 "WebDOMEvent.cpp", | 139 "WebDOMEvent.cpp", |
| 140 "WebDOMFileSystem.cpp", | 140 "WebDOMFileSystem.cpp", |
| 141 "WebDOMMediaStreamTrack.cpp", | 141 "WebDOMMediaStreamTrack.cpp", |
| 142 "WebDOMMessageEvent.cpp", | 142 "WebDOMMessageEvent.cpp", |
| 143 "WebDataSourceImpl.cpp", | |
| 144 "WebDataSourceImpl.h", | |
| 145 "WebDatabase.cpp", | 143 "WebDatabase.cpp", |
| 146 "WebDateTimeSuggestion.cpp", | 144 "WebDateTimeSuggestion.cpp", |
| 147 "WebDevToolsAgentImpl.cpp", | 145 "WebDevToolsAgentImpl.cpp", |
| 148 "WebDevToolsAgentImpl.h", | 146 "WebDevToolsAgentImpl.h", |
| 149 "WebDevToolsFrontendImpl.cpp", | 147 "WebDevToolsFrontendImpl.cpp", |
| 150 "WebDevToolsFrontendImpl.h", | 148 "WebDevToolsFrontendImpl.h", |
| 151 "WebDocument.cpp", | 149 "WebDocument.cpp", |
| 152 "WebElement.cpp", | 150 "WebElement.cpp", |
| 153 "WebElementCollection.cpp", | 151 "WebElementCollection.cpp", |
| 154 "WebEmbeddedWorkerImpl.cpp", | 152 "WebEmbeddedWorkerImpl.cpp", |
| (...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 437 | 435 |
| 438 if (is_android) { | 436 if (is_android) { |
| 439 deps += [ | 437 deps += [ |
| 440 "//base:base_java", | 438 "//base:base_java", |
| 441 "//content/public/android:content_java", | 439 "//content/public/android:content_java", |
| 442 "//content/shell/android:content_shell_assets", | 440 "//content/shell/android:content_shell_assets", |
| 443 "//net/android:net_java", | 441 "//net/android:net_java", |
| 444 ] | 442 ] |
| 445 } | 443 } |
| 446 } | 444 } |
| OLD | NEW |