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

Side by Side Diff: ash/BUILD.gn

Issue 2376103005: mustash: Break dependency of //ash/public/interfaces on //ash (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/app_list/app_list_presenter_delegate.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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 "common/shelf/shelf_layout_manager.h", 156 "common/shelf/shelf_layout_manager.h",
157 "common/shelf/shelf_layout_manager_observer.h", 157 "common/shelf/shelf_layout_manager_observer.h",
158 "common/shelf/shelf_locking_manager.cc", 158 "common/shelf/shelf_locking_manager.cc",
159 "common/shelf/shelf_locking_manager.h", 159 "common/shelf/shelf_locking_manager.h",
160 "common/shelf/shelf_menu_model.h", 160 "common/shelf/shelf_menu_model.h",
161 "common/shelf/shelf_model.cc", 161 "common/shelf/shelf_model.cc",
162 "common/shelf/shelf_model.h", 162 "common/shelf/shelf_model.h",
163 "common/shelf/shelf_model_observer.h", 163 "common/shelf/shelf_model_observer.h",
164 "common/shelf/shelf_tooltip_manager.cc", 164 "common/shelf/shelf_tooltip_manager.cc",
165 "common/shelf/shelf_tooltip_manager.h", 165 "common/shelf/shelf_tooltip_manager.h",
166 "common/shelf/shelf_types.h",
167 "common/shelf/shelf_view.cc", 166 "common/shelf/shelf_view.cc",
168 "common/shelf/shelf_view.h", 167 "common/shelf/shelf_view.h",
169 "common/shelf/shelf_widget.cc", 168 "common/shelf/shelf_widget.cc",
170 "common/shelf/shelf_widget.h", 169 "common/shelf/shelf_widget.h",
171 "common/shelf/shelf_window_watcher.cc", 170 "common/shelf/shelf_window_watcher.cc",
172 "common/shelf/shelf_window_watcher.h", 171 "common/shelf/shelf_window_watcher.h",
173 "common/shelf/shelf_window_watcher_item_delegate.cc", 172 "common/shelf/shelf_window_watcher_item_delegate.cc",
174 "common/shelf/shelf_window_watcher_item_delegate.h", 173 "common/shelf/shelf_window_watcher_item_delegate.h",
175 "common/shelf/wm_shelf.cc", 174 "common/shelf/wm_shelf.cc",
176 "common/shelf/wm_shelf.h", 175 "common/shelf/wm_shelf.h",
(...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after
816 configs += [ "//build/config:precompiled_headers" ] 815 configs += [ "//build/config:precompiled_headers" ]
817 defines = [ "ASH_IMPLEMENTATION" ] 816 defines = [ "ASH_IMPLEMENTATION" ]
818 817
819 public_deps = [ 818 public_deps = [
820 "//ash/common/strings", 819 "//ash/common/strings",
821 "//ash/resources", 820 "//ash/resources",
822 "//ash/resources/vector_icons", 821 "//ash/resources/vector_icons",
823 ] 822 ]
824 deps = [ 823 deps = [
825 "//ash/autoclick/common:autoclick", 824 "//ash/autoclick/common:autoclick",
825 "//ash/public/cpp",
826 "//ash/touch_hud", 826 "//ash/touch_hud",
827 "//base", 827 "//base",
828 "//base:i18n", 828 "//base:i18n",
829 "//base/third_party/dynamic_annotations", 829 "//base/third_party/dynamic_annotations",
830 "//cc", 830 "//cc",
831 "//components/device_event_log", 831 "//components/device_event_log",
832 "//components/onc", 832 "//components/onc",
833 "//components/signin/core/account_id", 833 "//components/signin/core/account_id",
834 "//components/user_manager", 834 "//components/user_manager",
835 "//components/wallpaper", 835 "//components/wallpaper",
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
1247 "shell/window_watcher.h", 1247 "shell/window_watcher.h",
1248 "shell/window_watcher_shelf_item_delegate.cc", 1248 "shell/window_watcher_shelf_item_delegate.cc",
1249 "shell/window_watcher_shelf_item_delegate.h", 1249 "shell/window_watcher_shelf_item_delegate.h",
1250 ] 1250 ]
1251 1251
1252 deps = [ 1252 deps = [
1253 ":ash", 1253 ":ash",
1254 ":ash_with_content", 1254 ":ash_with_content",
1255 ":test_support_without_content", 1255 ":test_support_without_content",
1256 "//ash/common/strings", 1256 "//ash/common/strings",
1257 "//ash/public/cpp",
1257 "//ash/resources", 1258 "//ash/resources",
1258 "//base", 1259 "//base",
1259 "//base:i18n", 1260 "//base:i18n",
1260 "//components/user_manager", 1261 "//components/user_manager",
1261 "//net", 1262 "//net",
1262 "//skia", 1263 "//skia",
1263 "//third_party/icu", 1264 "//third_party/icu",
1264 "//ui/app_list/presenter", 1265 "//ui/app_list/presenter",
1265 "//ui/aura", 1266 "//ui/aura",
1266 "//ui/base", 1267 "//ui/base",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
1332 configs += [ 1333 configs += [
1333 "//build/config:precompiled_headers", 1334 "//build/config:precompiled_headers",
1334 "//build/config/compiler:no_size_t_to_int_warning", 1335 "//build/config/compiler:no_size_t_to_int_warning",
1335 ] 1336 ]
1336 1337
1337 deps = [ 1338 deps = [
1338 ":ash", 1339 ":ash",
1339 ":ash_with_aura_test_support", 1340 ":ash_with_aura_test_support",
1340 ":ash_with_content", 1341 ":ash_with_content",
1341 ":test_support_with_content", 1342 ":test_support_with_content",
1343 "//ash/public/cpp",
1342 "//base", 1344 "//base",
1343 "//base/test:test_support", 1345 "//base/test:test_support",
1344 "//components/signin/core/account_id", 1346 "//components/signin/core/account_id",
1345 "//components/user_manager", 1347 "//components/user_manager",
1346 "//content/public/browser", 1348 "//content/public/browser",
1347 "//content/test:test_support", 1349 "//content/test:test_support",
1348 "//mojo/edk/system", 1350 "//mojo/edk/system",
1349 "//skia", 1351 "//skia",
1350 "//testing/gtest", 1352 "//testing/gtest",
1351 "//ui/aura", 1353 "//ui/aura",
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
1535 "//build/config:precompiled_headers", 1537 "//build/config:precompiled_headers",
1536 "//build/config/compiler:no_size_t_to_int_warning", 1538 "//build/config/compiler:no_size_t_to_int_warning",
1537 ] 1539 ]
1538 1540
1539 deps = [ 1541 deps = [
1540 ":ash", 1542 ":ash",
1541 ":ash_with_aura_test_support", 1543 ":ash_with_aura_test_support",
1542 ":test_support_without_content", 1544 ":test_support_without_content",
1543 "//ash/autoclick/common:autoclick", 1545 "//ash/autoclick/common:autoclick",
1544 "//ash/common/strings", 1546 "//ash/common/strings",
1547 "//ash/public/cpp",
1545 "//ash/resources", 1548 "//ash/resources",
1546 "//ash/touch_hud", 1549 "//ash/touch_hud",
1547 "//base", 1550 "//base",
1548 "//base/test:test_support", 1551 "//base/test:test_support",
1549 "//components/signin/core/account_id", 1552 "//components/signin/core/account_id",
1550 "//components/user_manager", 1553 "//components/user_manager",
1551 "//mojo/edk/system", 1554 "//mojo/edk/system",
1552 "//skia", 1555 "//skia",
1553 "//testing/gmock", 1556 "//testing/gmock",
1554 "//testing/gtest", 1557 "//testing/gtest",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
1672 if (is_win) { 1675 if (is_win) {
1673 configs -= [ "//build/config/win:console" ] 1676 configs -= [ "//build/config/win:console" ]
1674 configs += [ "//build/config/win:windowed" ] 1677 configs += [ "//build/config/win:windowed" ]
1675 deps += [ "//sandbox" ] 1678 deps += [ "//sandbox" ]
1676 } 1679 }
1677 1680
1678 if (is_chromeos) { 1681 if (is_chromeos) {
1679 deps += [ "//device/bluetooth" ] 1682 deps += [ "//device/bluetooth" ]
1680 } 1683 }
1681 } 1684 }
OLDNEW
« no previous file with comments | « no previous file | ash/app_list/app_list_presenter_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698