| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 "DedicatedWorkerMessagingProxyProviderImpl.cpp", | 66 "DedicatedWorkerMessagingProxyProviderImpl.cpp", |
| 67 "DedicatedWorkerMessagingProxyProviderImpl.h", | 67 "DedicatedWorkerMessagingProxyProviderImpl.h", |
| 68 "DevToolsEmulator.cpp", | 68 "DevToolsEmulator.cpp", |
| 69 "DevToolsEmulator.h", | 69 "DevToolsEmulator.h", |
| 70 "EditorClientImpl.cpp", | 70 "EditorClientImpl.cpp", |
| 71 "EditorClientImpl.h", | 71 "EditorClientImpl.h", |
| 72 "ExternalDateTimeChooser.cpp", | 72 "ExternalDateTimeChooser.cpp", |
| 73 "ExternalDateTimeChooser.h", | 73 "ExternalDateTimeChooser.h", |
| 74 "ExternalPopupMenu.cpp", | 74 "ExternalPopupMenu.cpp", |
| 75 "ExternalPopupMenu.h", | 75 "ExternalPopupMenu.h", |
| 76 "FindInPageCoordinates.cpp", | |
| 77 "FindInPageCoordinates.h", | |
| 78 "FullscreenController.cpp", | 76 "FullscreenController.cpp", |
| 79 "FullscreenController.h", | 77 "FullscreenController.h", |
| 80 "IndexedDBClientImpl.cpp", | 78 "IndexedDBClientImpl.cpp", |
| 81 "IndexedDBClientImpl.h", | 79 "IndexedDBClientImpl.h", |
| 82 "InspectorEmulationAgent.cpp", | 80 "InspectorEmulationAgent.cpp", |
| 83 "InspectorEmulationAgent.h", | 81 "InspectorEmulationAgent.h", |
| 84 "InspectorOverlay.cpp", | 82 "InspectorOverlay.cpp", |
| 85 "InspectorOverlay.h", | 83 "InspectorOverlay.h", |
| 86 "InspectorRenderingAgent.cpp", | 84 "InspectorRenderingAgent.cpp", |
| 87 "InspectorRenderingAgent.h", | 85 "InspectorRenderingAgent.h", |
| (...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 450 | 448 |
| 451 if (is_android) { | 449 if (is_android) { |
| 452 deps += [ | 450 deps += [ |
| 453 "//base:base_java", | 451 "//base:base_java", |
| 454 "//content/public/android:content_java", | 452 "//content/public/android:content_java", |
| 455 "//content/shell/android:content_shell_assets", | 453 "//content/shell/android:content_shell_assets", |
| 456 "//net/android:net_java", | 454 "//net/android:net_java", |
| 457 ] | 455 ] |
| 458 } | 456 } |
| 459 } | 457 } |
| OLD | NEW |