| 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("//mojo/public/tools/bindings/mojom.gni") |    6 import("//mojo/public/tools/bindings/mojom.gni") | 
|    7 import("//services/shell/public/cpp/service.gni") |    7 import("//services/shell/public/cpp/service.gni") | 
|    8 import("//services/shell/public/service_manifest.gni") |    8 import("//services/shell/public/service_manifest.gni") | 
|    9 import("//tools/grit/repack.gni") |    9 import("//tools/grit/repack.gni") | 
|   10  |   10  | 
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  192     "window_manager_unittest.cc", |  192     "window_manager_unittest.cc", | 
|  193     "wm/container_finder_unittest.cc", |  193     "wm/container_finder_unittest.cc", | 
|  194     "wm/mru_window_tracker_unittest.cc", |  194     "wm/mru_window_tracker_unittest.cc", | 
|  195     "workspace/workspace_layout_manager_unittest.cc", |  195     "workspace/workspace_layout_manager_unittest.cc", | 
|  196   ] |  196   ] | 
|  197  |  197  | 
|  198   deps = [ |  198   deps = [ | 
|  199     ":lib", |  199     ":lib", | 
|  200     ":resources", |  200     ":resources", | 
|  201     "//ash", |  201     "//ash", | 
|  202     "//ash:test_support", |  202     "//ash:test_support_without_content", | 
|  203     "//ash/public/interfaces", |  203     "//ash/public/interfaces", | 
|  204     "//base", |  204     "//base", | 
|  205     "//base/test:test_config", |  205     "//base/test:test_config", | 
|  206     "//mojo/public/cpp/system", |  206     "//mojo/public/cpp/system", | 
|  207     "//services/shell/public/cpp:service_test_support", |  207     "//services/shell/public/cpp:service_test_support", | 
|  208     "//services/ui/common:mus_common", |  208     "//services/ui/common:mus_common", | 
|  209     "//services/ui/public/cpp", |  209     "//services/ui/public/cpp", | 
|  210     "//services/ui/public/cpp/tests:test_support", |  210     "//services/ui/public/cpp/tests:test_support", | 
|  211     "//services/ui/public/cpp/tests:unittest_support", |  211     "//services/ui/public/cpp/tests:unittest_support", | 
|  212     "//services/ui/public/interfaces", |  212     "//services/ui/public/interfaces", | 
| (...skipping 12 matching lines...) Expand all  Loading... | 
|  225     "//ui/views/mus", |  225     "//ui/views/mus", | 
|  226   ] |  226   ] | 
|  227  |  227  | 
|  228   data_deps = [ |  228   data_deps = [ | 
|  229     ":mus", |  229     ":mus", | 
|  230     "//mash/quick_launch", |  230     "//mash/quick_launch", | 
|  231   ] |  231   ] | 
|  232  |  232  | 
|  233   defines = [ "NOTIMPLEMENTED_POLICY=5" ] |  233   defines = [ "NOTIMPLEMENTED_POLICY=5" ] | 
|  234 } |  234 } | 
| OLD | NEW |