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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 "WebDevToolsAgentImpl.cpp", | 122 "WebDevToolsAgentImpl.cpp", |
123 "WebDevToolsAgentImpl.h", | 123 "WebDevToolsAgentImpl.h", |
124 "WebDevToolsFrontendImpl.cpp", | 124 "WebDevToolsFrontendImpl.cpp", |
125 "WebDevToolsFrontendImpl.h", | 125 "WebDevToolsFrontendImpl.h", |
126 "WebDocument.cpp", | 126 "WebDocument.cpp", |
127 "WebElement.cpp", | 127 "WebElement.cpp", |
128 "WebElementCollection.cpp", | 128 "WebElementCollection.cpp", |
129 "WebEmbeddedWorkerImpl.cpp", | 129 "WebEmbeddedWorkerImpl.cpp", |
130 "WebEmbeddedWorkerImpl.h", | 130 "WebEmbeddedWorkerImpl.h", |
131 "WebExport.h", | 131 "WebExport.h", |
| 132 "WebFactoryImpl.cpp", |
| 133 "WebFactoryImpl.h", |
132 "WebFormControlElement.cpp", | 134 "WebFormControlElement.cpp", |
133 "WebFormElement.cpp", | 135 "WebFormElement.cpp", |
134 "WebFormElementObserverImpl.cpp", | 136 "WebFormElementObserverImpl.cpp", |
135 "WebFormElementObserverImpl.h", | 137 "WebFormElementObserverImpl.h", |
136 "WebFrame.cpp", | 138 "WebFrame.cpp", |
137 "WebFrameContentDumper.cpp", | 139 "WebFrameContentDumper.cpp", |
138 "WebFrameSerializer.cpp", | 140 "WebFrameSerializer.cpp", |
139 "WebFrameSerializerImpl.cpp", | 141 "WebFrameSerializerImpl.cpp", |
140 "WebFrameSerializerImpl.h", | 142 "WebFrameSerializerImpl.h", |
141 "WebFrameWidgetImpl.cpp", | 143 "WebFrameWidgetImpl.cpp", |
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
386 | 388 |
387 if (is_android) { | 389 if (is_android) { |
388 deps += [ | 390 deps += [ |
389 "//base:base_java", | 391 "//base:base_java", |
390 "//content/public/android:content_java", | 392 "//content/public/android:content_java", |
391 "//content/shell/android:content_shell_assets", | 393 "//content/shell/android:content_shell_assets", |
392 "//net/android:net_java", | 394 "//net/android:net_java", |
393 ] | 395 ] |
394 } | 396 } |
395 } | 397 } |
OLD | NEW |