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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
166 "WebPepperSocket.cpp", | 166 "WebPepperSocket.cpp", |
167 "WebPepperSocketChannelClientProxy.h", | 167 "WebPepperSocketChannelClientProxy.h", |
168 "WebPepperSocketImpl.cpp", | 168 "WebPepperSocketImpl.cpp", |
169 "WebPepperSocketImpl.h", | 169 "WebPepperSocketImpl.h", |
170 "WebPluginContainerImpl.cpp", | 170 "WebPluginContainerImpl.cpp", |
171 "WebPluginContainerImpl.h", | 171 "WebPluginContainerImpl.h", |
172 "WebPluginDocument.cpp", | 172 "WebPluginDocument.cpp", |
173 "WebPluginScriptForbiddenScope.cpp", | 173 "WebPluginScriptForbiddenScope.cpp", |
174 "WebRemoteFrameImpl.cpp", | 174 "WebRemoteFrameImpl.cpp", |
175 "WebRemoteFrameImpl.h", | 175 "WebRemoteFrameImpl.h", |
176 "WebRuntimeFeatures.cpp", | |
177 "WebScopedUserGesture.cpp", | 176 "WebScopedUserGesture.cpp", |
178 "WebScopedWindowFocusAllowedIndicator.cpp", | 177 "WebScopedWindowFocusAllowedIndicator.cpp", |
179 "WebSearchableFormData.cpp", | 178 "WebSearchableFormData.cpp", |
180 "WebSelectElement.cpp", | 179 "WebSelectElement.cpp", |
181 "WebSettingsImpl.cpp", | 180 "WebSettingsImpl.cpp", |
182 "WebSettingsImpl.h", | 181 "WebSettingsImpl.h", |
183 "WebSharedWorkerImpl.cpp", | 182 "WebSharedWorkerImpl.cpp", |
184 "WebSharedWorkerImpl.h", | 183 "WebSharedWorkerImpl.h", |
185 "WebSharedWorkerReportingProxyImpl.cpp", | 184 "WebSharedWorkerReportingProxyImpl.cpp", |
186 "WebSharedWorkerReportingProxyImpl.h", | 185 "WebSharedWorkerReportingProxyImpl.h", |
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
388 | 387 |
389 if (is_android) { | 388 if (is_android) { |
390 deps += [ | 389 deps += [ |
391 "//base:base_java", | 390 "//base:base_java", |
392 "//content/public/android:content_java", | 391 "//content/public/android:content_java", |
393 "//content/shell/android:content_shell_assets", | 392 "//content/shell/android:content_shell_assets", |
394 "//net/android:net_java", | 393 "//net/android:net_java", |
395 ] | 394 ] |
396 } | 395 } |
397 } | 396 } |
OLD | NEW |