| 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 "UserMediaClientImpl.cpp", | 136 "UserMediaClientImpl.cpp", |
| 137 "UserMediaClientImpl.h", | 137 "UserMediaClientImpl.h", |
| 138 "ValidationMessageClientImpl.cpp", | 138 "ValidationMessageClientImpl.cpp", |
| 139 "ValidationMessageClientImpl.h", | 139 "ValidationMessageClientImpl.h", |
| 140 "WebAXObject.cpp", | 140 "WebAXObject.cpp", |
| 141 "WebArrayBuffer.cpp", | 141 "WebArrayBuffer.cpp", |
| 142 "WebArrayBufferConverter.cpp", | 142 "WebArrayBufferConverter.cpp", |
| 143 "WebArrayBufferView.cpp", | 143 "WebArrayBufferView.cpp", |
| 144 "WebAssociatedURLLoaderImpl.cpp", | 144 "WebAssociatedURLLoaderImpl.cpp", |
| 145 "WebAssociatedURLLoaderImpl.h", | 145 "WebAssociatedURLLoaderImpl.h", |
| 146 "WebBlob.cpp", | |
| 147 "WebCSSParser.cpp", | 146 "WebCSSParser.cpp", |
| 148 "WebColorSuggestion.cpp", | 147 "WebColorSuggestion.cpp", |
| 149 "WebCryptoNormalize.cpp", | 148 "WebCryptoNormalize.cpp", |
| 150 "WebCustomElement.cpp", | 149 "WebCustomElement.cpp", |
| 151 "WebDOMActivityLogger.cpp", | 150 "WebDOMActivityLogger.cpp", |
| 152 "WebDOMEvent.cpp", | 151 "WebDOMEvent.cpp", |
| 153 "WebDOMFileSystem.cpp", | 152 "WebDOMFileSystem.cpp", |
| 154 "WebDOMMediaStreamTrack.cpp", | 153 "WebDOMMediaStreamTrack.cpp", |
| 155 "WebDOMMessageEvent.cpp", | 154 "WebDOMMessageEvent.cpp", |
| 156 "WebDataSourceImpl.cpp", | 155 "WebDataSourceImpl.cpp", |
| (...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 450 | 449 |
| 451 if (is_android) { | 450 if (is_android) { |
| 452 deps += [ | 451 deps += [ |
| 453 "//base:base_java", | 452 "//base:base_java", |
| 454 "//content/public/android:content_java", | 453 "//content/public/android:content_java", |
| 455 "//content/shell/android:content_shell_assets", | 454 "//content/shell/android:content_shell_assets", |
| 456 "//net/android:net_java", | 455 "//net/android:net_java", |
| 457 ] | 456 ] |
| 458 } | 457 } |
| 459 } | 458 } |
| OLD | NEW |