| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 "ColorChooserPopupUIController.h", | 47 "ColorChooserPopupUIController.h", |
| 48 "ColorChooserUIController.cpp", | 48 "ColorChooserUIController.cpp", |
| 49 "ColorChooserUIController.h", | 49 "ColorChooserUIController.h", |
| 50 "CompositorAnimator.h", | 50 "CompositorAnimator.h", |
| 51 "CompositorMutatorImpl.cpp", | 51 "CompositorMutatorImpl.cpp", |
| 52 "CompositorMutatorImpl.h", | 52 "CompositorMutatorImpl.h", |
| 53 "CompositorProxyClientImpl.cpp", | 53 "CompositorProxyClientImpl.cpp", |
| 54 "CompositorProxyClientImpl.h", | 54 "CompositorProxyClientImpl.h", |
| 55 "CompositorWorkerProxyClientImpl.cpp", | 55 "CompositorWorkerProxyClientImpl.cpp", |
| 56 "CompositorWorkerProxyClientImpl.h", | 56 "CompositorWorkerProxyClientImpl.h", |
| 57 "ContextMenuAllowedScope.cpp", | |
| 58 "ContextMenuAllowedScope.h", | |
| 59 "ContextMenuClientImpl.cpp", | 57 "ContextMenuClientImpl.cpp", |
| 60 "ContextMenuClientImpl.h", | 58 "ContextMenuClientImpl.h", |
| 61 "DateTimeChooserImpl.cpp", | 59 "DateTimeChooserImpl.cpp", |
| 62 "DateTimeChooserImpl.h", | 60 "DateTimeChooserImpl.h", |
| 63 "DedicatedWorkerMessagingProxyProviderImpl.cpp", | 61 "DedicatedWorkerMessagingProxyProviderImpl.cpp", |
| 64 "DedicatedWorkerMessagingProxyProviderImpl.h", | 62 "DedicatedWorkerMessagingProxyProviderImpl.h", |
| 65 "DevToolsEmulator.cpp", | 63 "DevToolsEmulator.cpp", |
| 66 "DevToolsEmulator.h", | 64 "DevToolsEmulator.h", |
| 67 "EditorClientImpl.cpp", | 65 "EditorClientImpl.cpp", |
| 68 "EditorClientImpl.h", | 66 "EditorClientImpl.h", |
| (...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 387 | 385 |
| 388 if (is_android) { | 386 if (is_android) { |
| 389 deps += [ | 387 deps += [ |
| 390 "//base:base_java", | 388 "//base:base_java", |
| 391 "//content/public/android:content_java", | 389 "//content/public/android:content_java", |
| 392 "//content/shell/android:content_shell_assets", | 390 "//content/shell/android:content_shell_assets", |
| 393 "//net/android:net_java", | 391 "//net/android:net_java", |
| 394 ] | 392 ] |
| 395 } | 393 } |
| 396 } | 394 } |
| OLD | NEW |