| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 "PageWidgetDelegate.cpp", | 100 "PageWidgetDelegate.cpp", |
| 101 "PageWidgetDelegate.h", | 101 "PageWidgetDelegate.h", |
| 102 "PopupMenuImpl.cpp", | 102 "PopupMenuImpl.cpp", |
| 103 "PopupMenuImpl.h", | 103 "PopupMenuImpl.h", |
| 104 "PrerendererClientImpl.cpp", | 104 "PrerendererClientImpl.cpp", |
| 105 "PrerendererClientImpl.h", | 105 "PrerendererClientImpl.h", |
| 106 "RemoteFrameClientImpl.cpp", | 106 "RemoteFrameClientImpl.cpp", |
| 107 "RemoteFrameClientImpl.h", | 107 "RemoteFrameClientImpl.h", |
| 108 "RemoteFrameOwner.cpp", | 108 "RemoteFrameOwner.cpp", |
| 109 "RemoteFrameOwner.h", | 109 "RemoteFrameOwner.h", |
| 110 "ResizeViewportAnchor.cpp", | |
| 111 "ResizeViewportAnchor.h", | |
| 112 "RotationViewportAnchor.cpp", | |
| 113 "RotationViewportAnchor.h", | |
| 114 "ServiceWorkerGlobalScopeClientImpl.cpp", | 110 "ServiceWorkerGlobalScopeClientImpl.cpp", |
| 115 "ServiceWorkerGlobalScopeClientImpl.h", | 111 "ServiceWorkerGlobalScopeClientImpl.h", |
| 116 "ServiceWorkerGlobalScopeProxy.cpp", | 112 "ServiceWorkerGlobalScopeProxy.cpp", |
| 117 "ServiceWorkerGlobalScopeProxy.h", | 113 "ServiceWorkerGlobalScopeProxy.h", |
| 118 "SharedWorkerRepositoryClientImpl.cpp", | 114 "SharedWorkerRepositoryClientImpl.cpp", |
| 119 "SharedWorkerRepositoryClientImpl.h", | 115 "SharedWorkerRepositoryClientImpl.h", |
| 120 "SpeechRecognitionClientProxy.cpp", | 116 "SpeechRecognitionClientProxy.cpp", |
| 121 "SpeechRecognitionClientProxy.h", | 117 "SpeechRecognitionClientProxy.h", |
| 122 "SpellCheckerClientImpl.cpp", | 118 "SpellCheckerClientImpl.cpp", |
| 123 "SpellCheckerClientImpl.h", | 119 "SpellCheckerClientImpl.h", |
| (...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 443 | 439 |
| 444 if (is_android) { | 440 if (is_android) { |
| 445 deps += [ | 441 deps += [ |
| 446 "//base:base_java", | 442 "//base:base_java", |
| 447 "//content/public/android:content_java", | 443 "//content/public/android:content_java", |
| 448 "//content/shell/android:content_shell_assets", | 444 "//content/shell/android:content_shell_assets", |
| 449 "//net/android:net_java", | 445 "//net/android:net_java", |
| 450 ] | 446 ] |
| 451 } | 447 } |
| 452 } | 448 } |
| OLD | NEW |