| 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 29 matching lines...) Expand all Loading... |
| 40 "AnimationWorkletProxyClientImpl.h", | 40 "AnimationWorkletProxyClientImpl.h", |
| 41 "AssertMatchingEnums.cpp", | 41 "AssertMatchingEnums.cpp", |
| 42 "AudioOutputDeviceClientImpl.cpp", | 42 "AudioOutputDeviceClientImpl.cpp", |
| 43 "AudioOutputDeviceClientImpl.h", | 43 "AudioOutputDeviceClientImpl.h", |
| 44 "ChromeClientImpl.cpp", | 44 "ChromeClientImpl.cpp", |
| 45 "ChromeClientImpl.h", | 45 "ChromeClientImpl.h", |
| 46 "ColorChooserPopupUIController.cpp", | 46 "ColorChooserPopupUIController.cpp", |
| 47 "ColorChooserPopupUIController.h", | 47 "ColorChooserPopupUIController.h", |
| 48 "ColorChooserUIController.cpp", | 48 "ColorChooserUIController.cpp", |
| 49 "ColorChooserUIController.h", | 49 "ColorChooserUIController.h", |
| 50 "CompositionUnderlineBuilder.h", | |
| 51 "CompositionUnderlineVectorBuilder.cpp", | |
| 52 "CompositionUnderlineVectorBuilder.h", | |
| 53 "CompositorAnimator.h", | 50 "CompositorAnimator.h", |
| 54 "CompositorMutatorImpl.cpp", | 51 "CompositorMutatorImpl.cpp", |
| 55 "CompositorMutatorImpl.h", | 52 "CompositorMutatorImpl.h", |
| 56 "CompositorProxyClientImpl.cpp", | 53 "CompositorProxyClientImpl.cpp", |
| 57 "CompositorProxyClientImpl.h", | 54 "CompositorProxyClientImpl.h", |
| 58 "CompositorWorkerProxyClientImpl.cpp", | 55 "CompositorWorkerProxyClientImpl.cpp", |
| 59 "CompositorWorkerProxyClientImpl.h", | 56 "CompositorWorkerProxyClientImpl.h", |
| 60 "ContextMenuAllowedScope.cpp", | 57 "ContextMenuAllowedScope.cpp", |
| 61 "ContextMenuAllowedScope.h", | 58 "ContextMenuAllowedScope.h", |
| 62 "ContextMenuClientImpl.cpp", | 59 "ContextMenuClientImpl.cpp", |
| (...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 435 | 432 |
| 436 if (is_android) { | 433 if (is_android) { |
| 437 deps += [ | 434 deps += [ |
| 438 "//base:base_java", | 435 "//base:base_java", |
| 439 "//content/public/android:content_java", | 436 "//content/public/android:content_java", |
| 440 "//content/shell/android:content_shell_assets", | 437 "//content/shell/android:content_shell_assets", |
| 441 "//net/android:net_java", | 438 "//net/android:net_java", |
| 442 ] | 439 ] |
| 443 } | 440 } |
| 444 } | 441 } |
| OLD | NEW |