| 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 "WebSearchableFormData.cpp", | 238 "WebSearchableFormData.cpp", |
| 239 "WebSecurityPolicy.cpp", | 239 "WebSecurityPolicy.cpp", |
| 240 "WebSelectElement.cpp", | 240 "WebSelectElement.cpp", |
| 241 "WebSelection.cpp", | 241 "WebSelection.cpp", |
| 242 "WebSelector.cpp", | 242 "WebSelector.cpp", |
| 243 "WebSerializedScriptValue.cpp", | 243 "WebSerializedScriptValue.cpp", |
| 244 "WebSettingsImpl.cpp", | 244 "WebSettingsImpl.cpp", |
| 245 "WebSettingsImpl.h", | 245 "WebSettingsImpl.h", |
| 246 "WebSharedWorkerImpl.cpp", | 246 "WebSharedWorkerImpl.cpp", |
| 247 "WebSharedWorkerImpl.h", | 247 "WebSharedWorkerImpl.h", |
| 248 "WebSharedWorkerReportingProxyImpl.cpp", |
| 249 "WebSharedWorkerReportingProxyImpl.h", |
| 248 "WebSpeechGrammar.cpp", | 250 "WebSpeechGrammar.cpp", |
| 249 "WebSpeechRecognitionHandle.cpp", | 251 "WebSpeechRecognitionHandle.cpp", |
| 250 "WebSpeechRecognitionResult.cpp", | 252 "WebSpeechRecognitionResult.cpp", |
| 251 "WebStorageEventDispatcherImpl.cpp", | 253 "WebStorageEventDispatcherImpl.cpp", |
| 252 "WebSurroundingText.cpp", | 254 "WebSurroundingText.cpp", |
| 253 "WebTextCheckingCompletionImpl.cpp", | 255 "WebTextCheckingCompletionImpl.cpp", |
| 254 "WebTextCheckingCompletionImpl.h", | 256 "WebTextCheckingCompletionImpl.h", |
| 255 "WebTextCheckingResult.cpp", | 257 "WebTextCheckingResult.cpp", |
| 256 "WebUserGestureIndicator.cpp", | 258 "WebUserGestureIndicator.cpp", |
| 257 "WebUserGestureToken.cpp", | 259 "WebUserGestureToken.cpp", |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 444 | 446 |
| 445 if (is_android) { | 447 if (is_android) { |
| 446 deps += [ | 448 deps += [ |
| 447 "//base:base_java", | 449 "//base:base_java", |
| 448 "//content/public/android:content_java", | 450 "//content/public/android:content_java", |
| 449 "//content/shell/android:content_shell_assets", | 451 "//content/shell/android:content_shell_assets", |
| 450 "//net/android:net_java", | 452 "//net/android:net_java", |
| 451 ] | 453 ] |
| 452 } | 454 } |
| 453 } | 455 } |
| OLD | NEW |