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

Side by Side Diff: ash/BUILD.gn

Issue 2462753002: Use Ash's ShelfWindowWatcher for app panel windows. (Closed)
Patch Set: Cleanup. Created 4 years, 1 month 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/DEPS » ('j') | ash/common/DEPS » ('J')
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 1339 matching lines...) Expand 10 before | Expand all | Expand 10 after
1350 "wm/workspace_controller_test_helper.h", 1350 "wm/workspace_controller_test_helper.h",
1351 "wm/workspace_controller_unittest.cc", 1351 "wm/workspace_controller_unittest.cc",
1352 ] 1352 ]
1353 configs += [ 1353 configs += [
1354 "//build/config:precompiled_headers", 1354 "//build/config:precompiled_headers",
1355 "//build/config/compiler:no_size_t_to_int_warning", 1355 "//build/config/compiler:no_size_t_to_int_warning",
1356 ] 1356 ]
1357 1357
1358 deps = [ 1358 deps = [
1359 ":ash", 1359 ":ash",
1360 ":ash_shell_lib",
James Cook 2016/11/10 22:32:46 Why is this needed? ash_shell should just be the l
msw 2016/11/10 23:30:52 Reverted; this let ShelfWindowWatcherTest use Pane
1360 "//ash/autoclick/common:autoclick", 1361 "//ash/autoclick/common:autoclick",
1361 "//ash/common:unittests", 1362 "//ash/common:unittests",
1362 "//ash/common/strings", 1363 "//ash/common/strings",
1363 "//ash/common/test:test_support", 1364 "//ash/common/test:test_support",
1364 "//ash/public/cpp", 1365 "//ash/public/cpp",
1365 "//ash/resources", 1366 "//ash/resources",
1366 "//ash/test:ash_with_aura_test_support", 1367 "//ash/test:ash_with_aura_test_support",
1367 "//ash/test:test_support_without_content", 1368 "//ash/test:test_support_without_content",
1368 "//ash/touch_hud", 1369 "//ash/touch_hud",
1369 "//base", 1370 "//base",
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
1493 if (is_win) { 1494 if (is_win) {
1494 configs -= [ "//build/config/win:console" ] 1495 configs -= [ "//build/config/win:console" ]
1495 configs += [ "//build/config/win:windowed" ] 1496 configs += [ "//build/config/win:windowed" ]
1496 deps += [ "//sandbox" ] 1497 deps += [ "//sandbox" ]
1497 } 1498 }
1498 1499
1499 if (is_chromeos) { 1500 if (is_chromeos) {
1500 deps += [ "//device/bluetooth" ] 1501 deps += [ "//device/bluetooth" ]
1501 } 1502 }
1502 } 1503 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/DEPS » ('j') | ash/common/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698