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

Side by Side Diff: ash/public/cpp/BUILD.gn

Issue 2833173002: mash: Support ShelfModel access in Chrome. (Closed)
Patch Set: Address comments; fix test failures. Created 3 years, 6 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
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 # C++ headers and sources that can be used outside ash. 5 # C++ headers and sources that can be used outside ash.
6 component("ash_public_cpp") { 6 component("ash_public_cpp") {
7 sources = [ 7 sources = [
8 "ash_pref_names.cc", 8 "ash_pref_names.cc",
9 "ash_pref_names.h", 9 "ash_pref_names.h",
10 "ash_public_export.h", 10 "ash_public_export.h",
11 "ash_typography.cc", 11 "ash_typography.cc",
12 "ash_typography.h", 12 "ash_typography.h",
13 "config.h", 13 "config.h",
14 "mus_property_mirror_ash.cc", 14 "mus_property_mirror_ash.cc",
15 "mus_property_mirror_ash.h", 15 "mus_property_mirror_ash.h",
16 "remote_shelf_item_delegate.cc",
17 "remote_shelf_item_delegate.h",
16 "session_types.h", 18 "session_types.h",
17 "shelf_item.cc", 19 "shelf_item.cc",
18 "shelf_item.h", 20 "shelf_item.h",
19 "shelf_item_delegate.cc", 21 "shelf_item_delegate.cc",
20 "shelf_item_delegate.h", 22 "shelf_item_delegate.h",
21 "shelf_types.cc", 23 "shelf_types.cc",
22 "shelf_types.h", 24 "shelf_types.h",
23 "shell_window_ids.cc", 25 "shell_window_ids.cc",
24 "shell_window_ids.h", 26 "shell_window_ids.h",
25 "window_pin_type.cc", 27 "window_pin_type.cc",
(...skipping 30 matching lines...) Expand all
56 "shelf_struct_traits_unittest.cc", 58 "shelf_struct_traits_unittest.cc",
57 ] 59 ]
58 60
59 deps = [ 61 deps = [
60 ":ash_public_cpp", 62 ":ash_public_cpp",
61 "//base", 63 "//base",
62 "//testing/gtest", 64 "//testing/gtest",
63 "//ui/gfx:test_support", 65 "//ui/gfx:test_support",
64 ] 66 ]
65 } 67 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698