| 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 "TextFinder.cpp", | 130 "TextFinder.cpp", |
| 131 "TextFinder.h", | 131 "TextFinder.h", |
| 132 "UserMediaClientImpl.cpp", | 132 "UserMediaClientImpl.cpp", |
| 133 "UserMediaClientImpl.h", | 133 "UserMediaClientImpl.h", |
| 134 "ValidationMessageClientImpl.cpp", | 134 "ValidationMessageClientImpl.cpp", |
| 135 "ValidationMessageClientImpl.h", | 135 "ValidationMessageClientImpl.h", |
| 136 "WebAXObject.cpp", | 136 "WebAXObject.cpp", |
| 137 "WebArrayBuffer.cpp", | 137 "WebArrayBuffer.cpp", |
| 138 "WebArrayBufferConverter.cpp", | 138 "WebArrayBufferConverter.cpp", |
| 139 "WebArrayBufferView.cpp", | 139 "WebArrayBufferView.cpp", |
| 140 "WebAssociatedURLLoaderImpl.cpp", | |
| 141 "WebAssociatedURLLoaderImpl.h", | |
| 142 "WebCSSParser.cpp", | 140 "WebCSSParser.cpp", |
| 143 "WebColorSuggestion.cpp", | 141 "WebColorSuggestion.cpp", |
| 144 "WebCryptoNormalize.cpp", | 142 "WebCryptoNormalize.cpp", |
| 145 "WebCustomElement.cpp", | 143 "WebCustomElement.cpp", |
| 146 "WebDOMActivityLogger.cpp", | 144 "WebDOMActivityLogger.cpp", |
| 147 "WebDOMEvent.cpp", | 145 "WebDOMEvent.cpp", |
| 148 "WebDOMFileSystem.cpp", | 146 "WebDOMFileSystem.cpp", |
| 149 "WebDOMMediaStreamTrack.cpp", | 147 "WebDOMMediaStreamTrack.cpp", |
| 150 "WebDOMMessageEvent.cpp", | 148 "WebDOMMessageEvent.cpp", |
| 151 "WebDataSourceImpl.cpp", | 149 "WebDataSourceImpl.cpp", |
| (...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 445 | 443 |
| 446 if (is_android) { | 444 if (is_android) { |
| 447 deps += [ | 445 deps += [ |
| 448 "//base:base_java", | 446 "//base:base_java", |
| 449 "//content/public/android:content_java", | 447 "//content/public/android:content_java", |
| 450 "//content/shell/android:content_shell_assets", | 448 "//content/shell/android:content_shell_assets", |
| 451 "//net/android:net_java", | 449 "//net/android:net_java", |
| 452 ] | 450 ] |
| 453 } | 451 } |
| 454 } | 452 } |
| OLD | NEW |