| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 "StorageQuotaClientImpl.h", | 116 "StorageQuotaClientImpl.h", |
| 117 "TextCheckerClientImpl.cpp", | 117 "TextCheckerClientImpl.cpp", |
| 118 "TextCheckerClientImpl.h", | 118 "TextCheckerClientImpl.h", |
| 119 "TextFinder.cpp", | 119 "TextFinder.cpp", |
| 120 "TextFinder.h", | 120 "TextFinder.h", |
| 121 "UserMediaClientImpl.cpp", | 121 "UserMediaClientImpl.cpp", |
| 122 "UserMediaClientImpl.h", | 122 "UserMediaClientImpl.h", |
| 123 "ValidationMessageClientImpl.cpp", | 123 "ValidationMessageClientImpl.cpp", |
| 124 "ValidationMessageClientImpl.h", | 124 "ValidationMessageClientImpl.h", |
| 125 "WebAXObject.cpp", | 125 "WebAXObject.cpp", |
| 126 "WebArrayBuffer.cpp", | |
| 127 "WebArrayBufferConverter.cpp", | |
| 128 "WebArrayBufferView.cpp", | |
| 129 "WebCSSParser.cpp", | 126 "WebCSSParser.cpp", |
| 130 "WebColorSuggestion.cpp", | 127 "WebColorSuggestion.cpp", |
| 131 "WebCryptoNormalize.cpp", | 128 "WebCryptoNormalize.cpp", |
| 132 "WebCustomElement.cpp", | 129 "WebCustomElement.cpp", |
| 133 "WebDOMActivityLogger.cpp", | 130 "WebDOMActivityLogger.cpp", |
| 134 "WebDOMEvent.cpp", | 131 "WebDOMEvent.cpp", |
| 135 "WebDOMFileSystem.cpp", | 132 "WebDOMFileSystem.cpp", |
| 136 "WebDOMMediaStreamTrack.cpp", | 133 "WebDOMMediaStreamTrack.cpp", |
| 137 "WebDOMMessageEvent.cpp", | 134 "WebDOMMessageEvent.cpp", |
| 138 "WebDatabase.cpp", | 135 "WebDatabase.cpp", |
| (...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 | 423 |
| 427 if (is_android) { | 424 if (is_android) { |
| 428 deps += [ | 425 deps += [ |
| 429 "//base:base_java", | 426 "//base:base_java", |
| 430 "//content/public/android:content_java", | 427 "//content/public/android:content_java", |
| 431 "//content/shell/android:content_shell_assets", | 428 "//content/shell/android:content_shell_assets", |
| 432 "//net/android:net_java", | 429 "//net/android:net_java", |
| 433 ] | 430 ] |
| 434 } | 431 } |
| 435 } | 432 } |
| OLD | NEW |