| 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 "ExternalPopupMenu.cpp", | 74 "ExternalPopupMenu.cpp", |
| 75 "ExternalPopupMenu.h", | 75 "ExternalPopupMenu.h", |
| 76 "FindInPageCoordinates.cpp", | 76 "FindInPageCoordinates.cpp", |
| 77 "FindInPageCoordinates.h", | 77 "FindInPageCoordinates.h", |
| 78 "FullscreenController.cpp", | 78 "FullscreenController.cpp", |
| 79 "FullscreenController.h", | 79 "FullscreenController.h", |
| 80 "IndexedDBClientImpl.cpp", | 80 "IndexedDBClientImpl.cpp", |
| 81 "IndexedDBClientImpl.h", | 81 "IndexedDBClientImpl.h", |
| 82 "InspectorEmulationAgent.cpp", | 82 "InspectorEmulationAgent.cpp", |
| 83 "InspectorEmulationAgent.h", | 83 "InspectorEmulationAgent.h", |
| 84 "InspectorOverlayAgent.cpp", | 84 "InspectorOverlay.cpp", |
| 85 "InspectorOverlayAgent.h", | 85 "InspectorOverlay.h", |
| 86 "InspectorRenderingAgent.cpp", |
| 87 "InspectorRenderingAgent.h", |
| 86 "LinkHighlightImpl.cpp", | 88 "LinkHighlightImpl.cpp", |
| 87 "LinkHighlightImpl.h", | 89 "LinkHighlightImpl.h", |
| 88 "LocalFileSystemClient.cpp", | 90 "LocalFileSystemClient.cpp", |
| 89 "LocalFileSystemClient.h", | 91 "LocalFileSystemClient.h", |
| 90 "LocalFrameClientImpl.cpp", | 92 "LocalFrameClientImpl.cpp", |
| 91 "LocalFrameClientImpl.h", | 93 "LocalFrameClientImpl.h", |
| 92 "MediaKeysClientImpl.cpp", | 94 "MediaKeysClientImpl.cpp", |
| 93 "MediaKeysClientImpl.h", | 95 "MediaKeysClientImpl.h", |
| 94 "NavigatorContentUtilsClientImpl.cpp", | 96 "NavigatorContentUtilsClientImpl.cpp", |
| 95 "NavigatorContentUtilsClientImpl.h", | 97 "NavigatorContentUtilsClientImpl.h", |
| (...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 448 | 450 |
| 449 if (is_android) { | 451 if (is_android) { |
| 450 deps += [ | 452 deps += [ |
| 451 "//base:base_java", | 453 "//base:base_java", |
| 452 "//content/public/android:content_java", | 454 "//content/public/android:content_java", |
| 453 "//content/shell/android:content_shell_assets", | 455 "//content/shell/android:content_shell_assets", |
| 454 "//net/android:net_java", | 456 "//net/android:net_java", |
| 455 ] | 457 ] |
| 456 } | 458 } |
| 457 } | 459 } |
| OLD | NEW |