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