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

Side by Side Diff: ash/BUILD.gn

Issue 2430593002: mash: Use ash shell window container ids instead of ash::mojom::Container (Closed)
Patch Set: rebase Created 4 years, 2 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/accelerators/accelerator_controller_delegate_aura.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 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 assert(use_aura) 10 assert(use_aura)
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "common/shelf/shelf_window_watcher.cc", 176 "common/shelf/shelf_window_watcher.cc",
177 "common/shelf/shelf_window_watcher.h", 177 "common/shelf/shelf_window_watcher.h",
178 "common/shelf/shelf_window_watcher_item_delegate.cc", 178 "common/shelf/shelf_window_watcher_item_delegate.cc",
179 "common/shelf/shelf_window_watcher_item_delegate.h", 179 "common/shelf/shelf_window_watcher_item_delegate.h",
180 "common/shelf/wm_shelf.cc", 180 "common/shelf/wm_shelf.cc",
181 "common/shelf/wm_shelf.h", 181 "common/shelf/wm_shelf.h",
182 "common/shelf/wm_shelf_observer.h", 182 "common/shelf/wm_shelf_observer.h",
183 "common/shelf/wm_shelf_util.cc", 183 "common/shelf/wm_shelf_util.cc",
184 "common/shelf/wm_shelf_util.h", 184 "common/shelf/wm_shelf_util.h",
185 "common/shell_delegate.h", 185 "common/shell_delegate.h",
186 "common/shell_window_ids.cc",
187 "common/shell_window_ids.h",
188 "common/system/accessibility_observer.h", 186 "common/system/accessibility_observer.h",
189 "common/system/audio/audio_observer.h", 187 "common/system/audio/audio_observer.h",
190 "common/system/audio/tray_audio.cc", 188 "common/system/audio/tray_audio.cc",
191 "common/system/audio/tray_audio.h", 189 "common/system/audio/tray_audio.h",
192 "common/system/audio/tray_audio_delegate.h", 190 "common/system/audio/tray_audio_delegate.h",
193 "common/system/audio/volume_view.cc", 191 "common/system/audio/volume_view.cc",
194 "common/system/audio/volume_view.h", 192 "common/system/audio/volume_view.h",
195 "common/system/brightness_control_delegate.h", 193 "common/system/brightness_control_delegate.h",
196 "common/system/cast/tray_cast.cc", 194 "common/system/cast/tray_cast.cc",
197 "common/system/cast/tray_cast.h", 195 "common/system/cast/tray_cast.h",
(...skipping 1277 matching lines...) Expand 10 before | Expand all | Expand 10 after
1475 if (is_win) { 1473 if (is_win) {
1476 configs -= [ "//build/config/win:console" ] 1474 configs -= [ "//build/config/win:console" ]
1477 configs += [ "//build/config/win:windowed" ] 1475 configs += [ "//build/config/win:windowed" ]
1478 deps += [ "//sandbox" ] 1476 deps += [ "//sandbox" ]
1479 } 1477 }
1480 1478
1481 if (is_chromeos) { 1479 if (is_chromeos) {
1482 deps += [ "//device/bluetooth" ] 1480 deps += [ "//device/bluetooth" ]
1483 } 1481 }
1484 } 1482 }
OLDNEW
« no previous file with comments | « no previous file | ash/accelerators/accelerator_controller_delegate_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698