| OLD | NEW | 
|---|
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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("//mojo/public/mojo_application.gni") | 7 import("//mojo/public/mojo_application.gni") | 
| 8 | 8 | 
| 9 if (is_android) { | 9 if (is_android) { | 
| 10   import("//build/config/android/config.gni") | 10   import("//build/config/android/config.gni") | 
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 51     "//components/mus/gles2", | 51     "//components/mus/gles2", | 
| 52     "//components/mus/public/cpp:common", | 52     "//components/mus/public/cpp:common", | 
| 53     "//components/mus/public/interfaces", | 53     "//components/mus/public/interfaces", | 
| 54     "//components/mus/surfaces", | 54     "//components/mus/surfaces", | 
| 55     "//components/mus/vm:lib", | 55     "//components/mus/vm:lib", | 
| 56     "//mojo/application/public/cpp", | 56     "//mojo/application/public/cpp", | 
| 57     "//mojo/common:common_base", | 57     "//mojo/common:common_base", | 
| 58     "//mojo/common:tracing_impl", | 58     "//mojo/common:tracing_impl", | 
| 59     "//ui/events", | 59     "//ui/events", | 
| 60     "//ui/gl:gl", | 60     "//ui/gl:gl", | 
|  | 61     "//ui/gl:test_support", | 
| 61     "//ui/platform_window:platform_impls", | 62     "//ui/platform_window:platform_impls", | 
| 62     "//ui/platform_window:platform_window", | 63     "//ui/platform_window:platform_window", | 
| 63   ] | 64   ] | 
| 64 } | 65 } | 
| OLD | NEW | 
|---|