Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(727)

Side by Side Diff: ash/BUILD.gn

Issue 2669633003: mash: Fix MusPropertyMirrorAsh for owned properties; add test. (Closed)
Patch Set: Fix ash shell Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | ash/common/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//ui/base/ui_features.gni") 8 import("//ui/base/ui_features.gni")
9 9
10 # Historical note: Ash shipped on Windows for a couple years to support 10 # Historical note: Ash shipped on Windows for a couple years to support
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 "common/shelf/shelf_button.cc", 157 "common/shelf/shelf_button.cc",
158 "common/shelf/shelf_button.h", 158 "common/shelf/shelf_button.h",
159 "common/shelf/shelf_button_pressed_metric_tracker.cc", 159 "common/shelf/shelf_button_pressed_metric_tracker.cc",
160 "common/shelf/shelf_button_pressed_metric_tracker.h", 160 "common/shelf/shelf_button_pressed_metric_tracker.h",
161 "common/shelf/shelf_constants.cc", 161 "common/shelf/shelf_constants.cc",
162 "common/shelf/shelf_constants.h", 162 "common/shelf/shelf_constants.h",
163 "common/shelf/shelf_controller.cc", 163 "common/shelf/shelf_controller.cc",
164 "common/shelf/shelf_controller.h", 164 "common/shelf/shelf_controller.h",
165 "common/shelf/shelf_delegate.h", 165 "common/shelf/shelf_delegate.h",
166 "common/shelf/shelf_item_delegate.h", 166 "common/shelf/shelf_item_delegate.h",
167 "common/shelf/shelf_item_types.cc",
168 "common/shelf/shelf_item_types.h", 167 "common/shelf/shelf_item_types.h",
169 "common/shelf/shelf_layout_manager.cc", 168 "common/shelf/shelf_layout_manager.cc",
170 "common/shelf/shelf_layout_manager.h", 169 "common/shelf/shelf_layout_manager.h",
171 "common/shelf/shelf_layout_manager_observer.h", 170 "common/shelf/shelf_layout_manager_observer.h",
172 "common/shelf/shelf_locking_manager.cc", 171 "common/shelf/shelf_locking_manager.cc",
173 "common/shelf/shelf_locking_manager.h", 172 "common/shelf/shelf_locking_manager.h",
174 "common/shelf/shelf_menu_model.h", 173 "common/shelf/shelf_menu_model.h",
175 "common/shelf/shelf_model.cc", 174 "common/shelf/shelf_model.cc",
176 "common/shelf/shelf_model.h", 175 "common/shelf/shelf_model.h",
177 "common/shelf/shelf_model_observer.h", 176 "common/shelf/shelf_model_observer.h",
(...skipping 1245 matching lines...) Expand 10 before | Expand all | Expand 10 after
1423 "//content/public/app:both", 1422 "//content/public/app:both",
1424 "//device/bluetooth", 1423 "//device/bluetooth",
1425 ] 1424 ]
1426 1425
1427 data_deps = [ 1426 data_deps = [
1428 "//ash/common/strings:ash_test_strings", 1427 "//ash/common/strings:ash_test_strings",
1429 "//ash/resources:ash_test_resources_with_content_100_percent", 1428 "//ash/resources:ash_test_resources_with_content_100_percent",
1430 "//ash/resources:ash_test_resources_200_percent", 1429 "//ash/resources:ash_test_resources_200_percent",
1431 ] 1430 ]
1432 } 1431 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698