| 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/features.gni") | 5 import("//build/config/features.gni") | 
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") | 
| 7 import("//mojo/public/mojo_application.gni") | 7 import("//mojo/public/mojo_application.gni") | 
| 8 import("//testing/test.gni") | 8 import("//testing/test.gni") | 
| 9 import("//tools/grit/repack.gni") | 9 import("//tools/grit/repack.gni") | 
| 10 | 10 | 
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 145     "../run_all_unittests.cc", | 145     "../run_all_unittests.cc", | 
| 146     "../run_all_unittests.h", | 146     "../run_all_unittests.h", | 
| 147     "../test/native_widget_factory_mus.cc", | 147     "../test/native_widget_factory_mus.cc", | 
| 148     "../view_targeter_unittest.cc", | 148     "../view_targeter_unittest.cc", | 
| 149     "../widget/native_widget_unittest.cc", | 149     "../widget/native_widget_unittest.cc", | 
| 150     "../widget/widget_unittest.cc", | 150     "../widget/widget_unittest.cc", | 
| 151     "native_widget_mus_unittest.cc", | 151     "native_widget_mus_unittest.cc", | 
| 152     "platform_test_helper_mus.cc", | 152     "platform_test_helper_mus.cc", | 
| 153     "run_all_unittests_mus.cc", | 153     "run_all_unittests_mus.cc", | 
| 154     "screen_mus_unittest.cc", | 154     "screen_mus_unittest.cc", | 
|  | 155     "window_manager_connection_unittest.cc", | 
| 155   ] | 156   ] | 
| 156 | 157 | 
| 157   deps = [ | 158   deps = [ | 
| 158     ":mus", | 159     ":mus", | 
| 159     "//base", | 160     "//base", | 
| 160     "//base:i18n", | 161     "//base:i18n", | 
| 161     "//base/test:test_support", | 162     "//base/test:test_support", | 
| 162     "//cc", | 163     "//cc", | 
| 163     "//components/mus/public/cpp", | 164     "//components/mus/public/cpp", | 
| 164     "//components/mus/public/interfaces", | 165     "//components/mus/public/interfaces", | 
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 231 } | 232 } | 
| 232 | 233 | 
| 233 group("for_component") { | 234 group("for_component") { | 
| 234   public_deps = [ | 235   public_deps = [ | 
| 235     ":mus", | 236     ":mus", | 
| 236   ] | 237   ] | 
| 237   deps = [ | 238   deps = [ | 
| 238     "//mojo/gles2", | 239     "//mojo/gles2", | 
| 239   ] | 240   ] | 
| 240 } | 241 } | 
| OLD | NEW | 
|---|