| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 "ContextMenuAllowedScope.cpp", | 57 "ContextMenuAllowedScope.cpp", |
| 58 "ContextMenuAllowedScope.h", | 58 "ContextMenuAllowedScope.h", |
| 59 "ContextMenuClientImpl.cpp", | 59 "ContextMenuClientImpl.cpp", |
| 60 "ContextMenuClientImpl.h", | 60 "ContextMenuClientImpl.h", |
| 61 "DateTimeChooserImpl.cpp", | 61 "DateTimeChooserImpl.cpp", |
| 62 "DateTimeChooserImpl.h", | 62 "DateTimeChooserImpl.h", |
| 63 "DedicatedWorkerMessagingProxyProviderImpl.cpp", | 63 "DedicatedWorkerMessagingProxyProviderImpl.cpp", |
| 64 "DedicatedWorkerMessagingProxyProviderImpl.h", | 64 "DedicatedWorkerMessagingProxyProviderImpl.h", |
| 65 "DevToolsEmulator.cpp", | 65 "DevToolsEmulator.cpp", |
| 66 "DevToolsEmulator.h", | 66 "DevToolsEmulator.h", |
| 67 "EditorClientImpl.cpp", | |
| 68 "EditorClientImpl.h", | |
| 69 "ExternalDateTimeChooser.cpp", | 67 "ExternalDateTimeChooser.cpp", |
| 70 "ExternalDateTimeChooser.h", | 68 "ExternalDateTimeChooser.h", |
| 71 "ExternalPopupMenu.cpp", | 69 "ExternalPopupMenu.cpp", |
| 72 "ExternalPopupMenu.h", | 70 "ExternalPopupMenu.h", |
| 73 "FullscreenController.cpp", | 71 "FullscreenController.cpp", |
| 74 "FullscreenController.h", | 72 "FullscreenController.h", |
| 75 "IndexedDBClientImpl.cpp", | 73 "IndexedDBClientImpl.cpp", |
| 76 "IndexedDBClientImpl.h", | 74 "IndexedDBClientImpl.h", |
| 77 "InspectorEmulationAgent.cpp", | 75 "InspectorEmulationAgent.cpp", |
| 78 "InspectorEmulationAgent.h", | 76 "InspectorEmulationAgent.h", |
| (...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 | 424 |
| 427 if (is_android) { | 425 if (is_android) { |
| 428 deps += [ | 426 deps += [ |
| 429 "//base:base_java", | 427 "//base:base_java", |
| 430 "//content/public/android:content_java", | 428 "//content/public/android:content_java", |
| 431 "//content/shell/android:content_shell_assets", | 429 "//content/shell/android:content_shell_assets", |
| 432 "//net/android:net_java", | 430 "//net/android:net_java", |
| 433 ] | 431 ] |
| 434 } | 432 } |
| 435 } | 433 } |
| OLD | NEW |