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

Side by Side Diff: ash/wm/common/BUILD.gn

Issue 1994993003: Moves resources used by ash/wm/common to ash/wm/common/resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: repack chrome Created 4 years, 7 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 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 assert(use_aura) 10 assert(use_aura)
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 "workspace/workspace_layout_manager_delegate.h", 102 "workspace/workspace_layout_manager_delegate.h",
103 "workspace/workspace_types.h", 103 "workspace/workspace_types.h",
104 "workspace/workspace_window_resizer.cc", 104 "workspace/workspace_window_resizer.cc",
105 "workspace/workspace_window_resizer.h", 105 "workspace/workspace_window_resizer.h",
106 ] 106 ]
107 107
108 configs += [ "//build/config:precompiled_headers" ] 108 configs += [ "//build/config:precompiled_headers" ]
109 109
110 defines = [ "ASH_WM_COMMON_IMPLEMENTATION" ] 110 defines = [ "ASH_WM_COMMON_IMPLEMENTATION" ]
111 111
112 public_deps = [
113 "//ash/resources",
114 "//ash/strings",
115 ]
116 deps = [ 112 deps = [
117 "//ash/resources", 113 "//ash/wm/common/resources",
118 "//base", 114 "//base",
119 "//skia", 115 "//skia",
120 116
121 # TODO(sky): remove aura dependencies. Currently the usage is for 117 # TODO(sky): remove aura dependencies. Currently the usage is for
122 # aura/client code, and not aura::Window, but it would be nice to remove 118 # aura/client code, and not aura::Window, but it would be nice to remove
123 # this entirely. 119 # this entirely.
124 "//ui/aura", 120 "//ui/aura",
125 "//ui/base", 121 "//ui/base",
126 "//ui/compositor", 122 "//ui/compositor",
127 "//ui/display", 123 "//ui/display",
128 "//ui/events", 124 "//ui/events",
129 "//ui/gfx", 125 "//ui/gfx",
130 "//ui/gfx/geometry", 126 "//ui/gfx/geometry",
131 "//ui/keyboard", 127 "//ui/keyboard",
132 "//ui/views", 128 "//ui/views",
133 "//ui/wm", 129 "//ui/wm",
134 ] 130 ]
135 131
136 if (is_win) { 132 if (is_win) {
137 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 133 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
138 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 134 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
139 } 135 }
140 } 136 }
OLDNEW
« ash/shelf/shelf_widget.cc ('K') | « ash/shelf/shelf_widget.cc ('k') | ash/wm/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698