| 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 "DevToolsEmulator.cpp", | 70 "DevToolsEmulator.cpp", |
| 71 "DevToolsEmulator.h", | 71 "DevToolsEmulator.h", |
| 72 "EditorClientImpl.cpp", | 72 "EditorClientImpl.cpp", |
| 73 "EditorClientImpl.h", | 73 "EditorClientImpl.h", |
| 74 "ExternalDateTimeChooser.cpp", | 74 "ExternalDateTimeChooser.cpp", |
| 75 "ExternalDateTimeChooser.h", | 75 "ExternalDateTimeChooser.h", |
| 76 "ExternalPopupMenu.cpp", | 76 "ExternalPopupMenu.cpp", |
| 77 "ExternalPopupMenu.h", | 77 "ExternalPopupMenu.h", |
| 78 "FindInPageCoordinates.cpp", | 78 "FindInPageCoordinates.cpp", |
| 79 "FindInPageCoordinates.h", | 79 "FindInPageCoordinates.h", |
| 80 "FrameLoaderClientImpl.h", | |
| 81 "FullscreenController.cpp", | 80 "FullscreenController.cpp", |
| 82 "FullscreenController.h", | 81 "FullscreenController.h", |
| 83 "IndexedDBClientImpl.cpp", | 82 "IndexedDBClientImpl.cpp", |
| 84 "IndexedDBClientImpl.h", | 83 "IndexedDBClientImpl.h", |
| 85 "InspectorEmulationAgent.cpp", | 84 "InspectorEmulationAgent.cpp", |
| 86 "InspectorEmulationAgent.h", | 85 "InspectorEmulationAgent.h", |
| 87 "InspectorOverlay.cpp", | 86 "InspectorOverlay.cpp", |
| 88 "InspectorOverlay.h", | 87 "InspectorOverlay.h", |
| 89 "InspectorRenderingAgent.cpp", | 88 "InspectorRenderingAgent.cpp", |
| 90 "InspectorRenderingAgent.h", | 89 "InspectorRenderingAgent.h", |
| (...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 444 | 443 |
| 445 if (is_android) { | 444 if (is_android) { |
| 446 deps += [ | 445 deps += [ |
| 447 "//base:base_java", | 446 "//base:base_java", |
| 448 "//content/public/android:content_java", | 447 "//content/public/android:content_java", |
| 449 "//content/shell/android:content_shell_assets", | 448 "//content/shell/android:content_shell_assets", |
| 450 "//net/android:net_java", | 449 "//net/android:net_java", |
| 451 ] | 450 ] |
| 452 } | 451 } |
| 453 } | 452 } |
| OLD | NEW |