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

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

Issue 2778733004: Add WindowPinType property on arua::Window (Closed)
Patch Set: Address review issues. Created 3 years, 8 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 | « ash/mus/window_manager.cc ('k') | ash/public/cpp/mus_property_mirror_ash.cc » ('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 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 "app_launch_id.cc", 8 "app_launch_id.cc",
9 "app_launch_id.h", 9 "app_launch_id.h",
10 "ash_public_export.h", 10 "ash_public_export.h",
11 "config.h", 11 "config.h",
12 "mus_property_mirror_ash.cc", 12 "mus_property_mirror_ash.cc",
13 "mus_property_mirror_ash.h", 13 "mus_property_mirror_ash.h",
14 "session_types.h", 14 "session_types.h",
15 "shelf_item.cc", 15 "shelf_item.cc",
16 "shelf_item.h", 16 "shelf_item.h",
17 "shelf_types.cc", 17 "shelf_types.cc",
18 "shelf_types.h", 18 "shelf_types.h",
19 "shell_window_ids.cc", 19 "shell_window_ids.cc",
20 "shell_window_ids.h", 20 "shell_window_ids.h",
21 "window_pin_type.cc",
22 "window_pin_type.h",
21 "window_properties.cc", 23 "window_properties.cc",
22 "window_properties.h", 24 "window_properties.h",
23 "window_style.cc", 25 "window_style.cc",
24 "window_style.h", 26 "window_style.h",
25 ] 27 ]
26 28
27 defines = [ "ASH_PUBLIC_IMPLEMENTATION" ] 29 defines = [ "ASH_PUBLIC_IMPLEMENTATION" ]
28 30
29 deps = [ 31 deps = [
30 "//mojo/common:common_custom_types", 32 "//mojo/common:common_custom_types",
(...skipping 18 matching lines...) Expand all
49 "shelf_struct_traits_unittest.cc", 51 "shelf_struct_traits_unittest.cc",
50 ] 52 ]
51 53
52 deps = [ 54 deps = [
53 ":ash_public_cpp", 55 ":ash_public_cpp",
54 "//base", 56 "//base",
55 "//testing/gtest", 57 "//testing/gtest",
56 "//ui/gfx:test_support", 58 "//ui/gfx:test_support",
57 ] 59 ]
58 } 60 }
OLDNEW
« no previous file with comments | « ash/mus/window_manager.cc ('k') | ash/public/cpp/mus_property_mirror_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698