| 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 "ValidationMessageClientImpl.h", | 136 "ValidationMessageClientImpl.h", |
| 137 "WebAXObject.cpp", | 137 "WebAXObject.cpp", |
| 138 "WebArrayBuffer.cpp", | 138 "WebArrayBuffer.cpp", |
| 139 "WebArrayBufferConverter.cpp", | 139 "WebArrayBufferConverter.cpp", |
| 140 "WebArrayBufferView.cpp", | 140 "WebArrayBufferView.cpp", |
| 141 "WebAssociatedURLLoaderImpl.cpp", | 141 "WebAssociatedURLLoaderImpl.cpp", |
| 142 "WebAssociatedURLLoaderImpl.h", | 142 "WebAssociatedURLLoaderImpl.h", |
| 143 "WebBlob.cpp", | 143 "WebBlob.cpp", |
| 144 "WebCSSParser.cpp", | 144 "WebCSSParser.cpp", |
| 145 "WebCache.cpp", | 145 "WebCache.cpp", |
| 146 "WebCoalescedInputEvent.cpp", |
| 146 "WebColorSuggestion.cpp", | 147 "WebColorSuggestion.cpp", |
| 147 "WebCryptoNormalize.cpp", | 148 "WebCryptoNormalize.cpp", |
| 148 "WebCustomElement.cpp", | 149 "WebCustomElement.cpp", |
| 149 "WebDOMActivityLogger.cpp", | 150 "WebDOMActivityLogger.cpp", |
| 150 "WebDOMEvent.cpp", | 151 "WebDOMEvent.cpp", |
| 151 "WebDOMFileSystem.cpp", | 152 "WebDOMFileSystem.cpp", |
| 152 "WebDOMMediaStreamTrack.cpp", | 153 "WebDOMMediaStreamTrack.cpp", |
| 153 "WebDOMMessageEvent.cpp", | 154 "WebDOMMessageEvent.cpp", |
| 154 "WebDataSourceImpl.cpp", | 155 "WebDataSourceImpl.cpp", |
| 155 "WebDataSourceImpl.h", | 156 "WebDataSourceImpl.h", |
| (...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 437 | 438 |
| 438 if (is_android) { | 439 if (is_android) { |
| 439 deps += [ | 440 deps += [ |
| 440 "//base:base_java", | 441 "//base:base_java", |
| 441 "//content/public/android:content_java", | 442 "//content/public/android:content_java", |
| 442 "//content/shell/android:content_shell_assets", | 443 "//content/shell/android:content_shell_assets", |
| 443 "//net/android:net_java", | 444 "//net/android:net_java", |
| 444 ] | 445 ] |
| 445 } | 446 } |
| 446 } | 447 } |
| OLD | NEW |