| 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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 "WebRemoteFrameImpl.h", | 159 "WebRemoteFrameImpl.h", |
| 160 "WebScopedWindowFocusAllowedIndicator.cpp", | 160 "WebScopedWindowFocusAllowedIndicator.cpp", |
| 161 "WebSearchableFormData.cpp", | 161 "WebSearchableFormData.cpp", |
| 162 "WebSelectElement.cpp", | 162 "WebSelectElement.cpp", |
| 163 "WebSettingsImpl.cpp", | 163 "WebSettingsImpl.cpp", |
| 164 "WebSettingsImpl.h", | 164 "WebSettingsImpl.h", |
| 165 "WebSharedWorkerImpl.cpp", | 165 "WebSharedWorkerImpl.cpp", |
| 166 "WebSharedWorkerImpl.h", | 166 "WebSharedWorkerImpl.h", |
| 167 "WebSharedWorkerReportingProxyImpl.cpp", | 167 "WebSharedWorkerReportingProxyImpl.cpp", |
| 168 "WebSharedWorkerReportingProxyImpl.h", | 168 "WebSharedWorkerReportingProxyImpl.h", |
| 169 "WebSnapshotCreator.cpp", |
| 169 "WebSurroundingText.cpp", | 170 "WebSurroundingText.cpp", |
| 170 "WebUserMediaRequest.cpp", | 171 "WebUserMediaRequest.cpp", |
| 171 "WebViewImpl.cpp", | 172 "WebViewImpl.cpp", |
| 172 "WebViewImpl.h", | 173 "WebViewImpl.h", |
| 173 "linux/WebFontRendering.cpp", | 174 "linux/WebFontRendering.cpp", |
| 174 "mac/WebScrollbarTheme.mm", | 175 "mac/WebScrollbarTheme.mm", |
| 175 "mac/WebSubstringUtil.mm", | 176 "mac/WebSubstringUtil.mm", |
| 176 "win/WebFontRendering.cpp", | 177 "win/WebFontRendering.cpp", |
| 177 ] | 178 ] |
| 178 | 179 |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 362 | 363 |
| 363 if (is_android) { | 364 if (is_android) { |
| 364 deps += [ | 365 deps += [ |
| 365 "//base:base_java", | 366 "//base:base_java", |
| 366 "//content/public/android:content_java", | 367 "//content/public/android:content_java", |
| 367 "//content/shell/android:content_shell_assets", | 368 "//content/shell/android:content_shell_assets", |
| 368 "//net/android:net_java", | 369 "//net/android:net_java", |
| 369 ] | 370 ] |
| 370 } | 371 } |
| 371 } | 372 } |
| OLD | NEW |