| 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 "WebSharedWorkerImpl.cpp", | 237 "WebSharedWorkerImpl.cpp", |
| 238 "WebSharedWorkerImpl.h", | 238 "WebSharedWorkerImpl.h", |
| 239 "WebSpeechGrammar.cpp", | 239 "WebSpeechGrammar.cpp", |
| 240 "WebSpeechRecognitionHandle.cpp", | 240 "WebSpeechRecognitionHandle.cpp", |
| 241 "WebSpeechRecognitionResult.cpp", | 241 "WebSpeechRecognitionResult.cpp", |
| 242 "WebStorageEventDispatcherImpl.cpp", | 242 "WebStorageEventDispatcherImpl.cpp", |
| 243 "WebSurroundingText.cpp", | 243 "WebSurroundingText.cpp", |
| 244 "WebTextCheckingCompletionImpl.cpp", | 244 "WebTextCheckingCompletionImpl.cpp", |
| 245 "WebTextCheckingCompletionImpl.h", | 245 "WebTextCheckingCompletionImpl.h", |
| 246 "WebTextCheckingResult.cpp", | 246 "WebTextCheckingResult.cpp", |
| 247 "WebTextInputInfo.cpp", | |
| 248 "WebUserGestureIndicator.cpp", | 247 "WebUserGestureIndicator.cpp", |
| 249 "WebUserGestureToken.cpp", | 248 "WebUserGestureToken.cpp", |
| 250 "WebUserMediaRequest.cpp", | 249 "WebUserMediaRequest.cpp", |
| 251 "WebViewFrameWidget.cpp", | 250 "WebViewFrameWidget.cpp", |
| 252 "WebViewFrameWidget.h", | 251 "WebViewFrameWidget.h", |
| 253 "WebViewImpl.cpp", | 252 "WebViewImpl.cpp", |
| 254 "WebViewImpl.h", | 253 "WebViewImpl.h", |
| 255 "WorkerContentSettingsClient.cpp", | 254 "WorkerContentSettingsClient.cpp", |
| 256 "WorkerContentSettingsClient.h", | 255 "WorkerContentSettingsClient.h", |
| 257 "linux/WebFontRendering.cpp", | 256 "linux/WebFontRendering.cpp", |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 | 423 |
| 425 if (is_android) { | 424 if (is_android) { |
| 426 deps += [ | 425 deps += [ |
| 427 "//base:base_java", | 426 "//base:base_java", |
| 428 "//content/public/android:content_java", | 427 "//content/public/android:content_java", |
| 429 "//content/shell/android:content_shell_assets", | 428 "//content/shell/android:content_shell_assets", |
| 430 "//net/android:net_java", | 429 "//net/android:net_java", |
| 431 ] | 430 ] |
| 432 } | 431 } |
| 433 } | 432 } |
| OLD | NEW |