Chromium Code Reviews| 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 245 "root_window_controller_unittest.cc", | 245 "root_window_controller_unittest.cc", |
| 246 "test/ash_test_impl_mus.cc", | 246 "test/ash_test_impl_mus.cc", |
| 247 "test/ash_test_impl_mus.h", | 247 "test/ash_test_impl_mus.h", |
| 248 "test/wm_test_base.cc", | 248 "test/wm_test_base.cc", |
| 249 "test/wm_test_base.h", | 249 "test/wm_test_base.h", |
| 250 "test/wm_test_helper.cc", | 250 "test/wm_test_helper.cc", |
| 251 "test/wm_test_helper.h", | 251 "test/wm_test_helper.h", |
| 252 "window_manager_unittest.cc", | 252 "window_manager_unittest.cc", |
| 253 "wm/container_finder_unittest.cc", | 253 "wm/container_finder_unittest.cc", |
| 254 "wm/mru_window_tracker_unittest.cc", | 254 "wm/mru_window_tracker_unittest.cc", |
| 255 "workspace/workspace_layout_manager_unittest.cc", | |
|
msw
2016/10/07 23:06:12
Did you mean to git rm ash/mus/workspace/workspace
sky
2016/10/07 23:29:39
Interesting enough if I git rm that file in this p
msw
2016/10/07 23:50:10
Acknowledged.
| |
| 256 ] | 255 ] |
| 257 | 256 |
| 258 deps = [ | 257 deps = [ |
| 259 ":lib", | 258 ":lib", |
| 260 ":resources", | 259 ":resources", |
| 261 "//ash", | 260 "//ash", |
| 262 "//ash/common/test:test_support", | 261 "//ash/common/test:test_support", |
| 263 "//ash/public/interfaces", | 262 "//ash/public/interfaces", |
| 264 "//base", | 263 "//base", |
| 265 "//base/test:test_config", | 264 "//base/test:test_config", |
| (...skipping 21 matching lines...) Expand all Loading... | |
| 287 "//ui/views/mus", | 286 "//ui/views/mus", |
| 288 ] | 287 ] |
| 289 | 288 |
| 290 data_deps = [ | 289 data_deps = [ |
| 291 ":mus", | 290 ":mus", |
| 292 "//mash/quick_launch", | 291 "//mash/quick_launch", |
| 293 ] | 292 ] |
| 294 | 293 |
| 295 defines = [ "NOTIMPLEMENTED_POLICY=5" ] | 294 defines = [ "NOTIMPLEMENTED_POLICY=5" ] |
| 296 } | 295 } |
| OLD | NEW |