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

Side by Side Diff: ash/BUILD.gn

Issue 1872033002: Revert of AppListController refactoring part 2: Ash's AppListShowerDelegate imlementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mus_chrome_delegates_app_list_2
Patch Set: Created 4 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 | « no previous file | ash/app_list/app_list_shower_delegate.h » ('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 22 matching lines...) Expand all
33 "//components/device_event_log", 33 "//components/device_event_log",
34 "//components/onc", 34 "//components/onc",
35 "//components/signin/core/account_id", 35 "//components/signin/core/account_id",
36 "//components/user_manager", 36 "//components/user_manager",
37 "//components/wallpaper", 37 "//components/wallpaper",
38 "//media", 38 "//media",
39 "//net", 39 "//net",
40 "//skia", 40 "//skia",
41 "//third_party/icu", 41 "//third_party/icu",
42 "//ui/accessibility", 42 "//ui/accessibility",
43 "//ui/app_list/shower", 43 "//ui/app_list",
44 "//ui/aura", 44 "//ui/aura",
45 "//ui/base", 45 "//ui/base",
46 "//ui/base:ui_data_pack", 46 "//ui/base:ui_data_pack",
47 "//ui/base/ime", 47 "//ui/base/ime",
48 "//ui/compositor", 48 "//ui/compositor",
49 "//ui/display/types", 49 "//ui/display/types",
50 "//ui/events", 50 "//ui/events",
51 "//ui/events:events_base", 51 "//ui/events:events_base",
52 "//ui/events:gesture_detection", 52 "//ui/events:gesture_detection",
53 "//ui/events/devices", 53 "//ui/events/devices",
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 "//base:i18n", 193 "//base:i18n",
194 "//base/test:test_support", 194 "//base/test:test_support",
195 "//components/signin/core/account_id", 195 "//components/signin/core/account_id",
196 "//components/user_manager:user_manager", 196 "//components/user_manager:user_manager",
197 "//content/public/browser", 197 "//content/public/browser",
198 "//content/test:test_support", 198 "//content/test:test_support",
199 "//device/bluetooth", 199 "//device/bluetooth",
200 "//skia", 200 "//skia",
201 "//testing/gtest", 201 "//testing/gtest",
202 "//ui/accessibility", 202 "//ui/accessibility",
203 "//ui/app_list",
203 "//ui/app_list:test_support", 204 "//ui/app_list:test_support",
204 "//ui/app_list/shower",
205 "//ui/aura", 205 "//ui/aura",
206 "//ui/aura:test_support", 206 "//ui/aura:test_support",
207 "//ui/base:test_support", 207 "//ui/base:test_support",
208 "//ui/compositor:test_support", 208 "//ui/compositor:test_support",
209 "//ui/display/types", 209 "//ui/display/types",
210 "//ui/events:events_base", 210 "//ui/events:events_base",
211 "//ui/events:test_support", 211 "//ui/events:test_support",
212 "//ui/events/devices", 212 "//ui/events/devices",
213 "//ui/gl", 213 "//ui/gl",
214 "//ui/gl:test_support", 214 "//ui/gl:test_support",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 ":ash_with_content", 279 ":ash_with_content",
280 ":test_support", 280 ":test_support",
281 "//ash/resources", 281 "//ash/resources",
282 "//ash/strings", 282 "//ash/strings",
283 "//base", 283 "//base",
284 "//base:i18n", 284 "//base:i18n",
285 "//components/user_manager", 285 "//components/user_manager",
286 "//net", 286 "//net",
287 "//skia", 287 "//skia",
288 "//third_party/icu", 288 "//third_party/icu",
289 "//ui/app_list/shower", 289 "//ui/app_list",
290 "//ui/aura", 290 "//ui/aura",
291 "//ui/base", 291 "//ui/base",
292 "//ui/base/ime", 292 "//ui/base/ime",
293 "//ui/compositor", 293 "//ui/compositor",
294 "//ui/events", 294 "//ui/events",
295 "//ui/events:events_base", 295 "//ui/events:events_base",
296 "//ui/gfx", 296 "//ui/gfx",
297 "//ui/gfx/geometry", 297 "//ui/gfx/geometry",
298 "//ui/keyboard", 298 "//ui/keyboard",
299 "//ui/keyboard:keyboard_with_content", 299 "//ui/keyboard:keyboard_with_content",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 "//base", 349 "//base",
350 "//base/test:test_support", 350 "//base/test:test_support",
351 "//components/signin/core/account_id", 351 "//components/signin/core/account_id",
352 "//components/user_manager", 352 "//components/user_manager",
353 "//content/public/browser", 353 "//content/public/browser",
354 "//content/test:test_support", 354 "//content/test:test_support",
355 "//skia", 355 "//skia",
356 "//testing/gtest", 356 "//testing/gtest",
357 "//third_party/icu", 357 "//third_party/icu",
358 "//ui/accessibility", 358 "//ui/accessibility",
359 "//ui/app_list/shower", 359 "//ui/app_list",
360 "//ui/aura", 360 "//ui/aura",
361 "//ui/aura:test_support", 361 "//ui/aura:test_support",
362 "//ui/base", 362 "//ui/base",
363 "//ui/base:test_support", 363 "//ui/base:test_support",
364 "//ui/base/ime", 364 "//ui/base/ime",
365 "//ui/compositor", 365 "//ui/compositor",
366 "//ui/compositor:test_support", 366 "//ui/compositor:test_support",
367 "//ui/display/types", 367 "//ui/display/types",
368 "//ui/events", 368 "//ui/events",
369 "//ui/events:gesture_detection", 369 "//ui/events:gesture_detection",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 configs += [ "//build/config/win:windowed" ] 478 configs += [ "//build/config/win:windowed" ]
479 deps += [ "//sandbox" ] 479 deps += [ "//sandbox" ]
480 } 480 }
481 481
482 if (is_chromeos) { 482 if (is_chromeos) {
483 deps += [ "//device/bluetooth" ] 483 deps += [ "//device/bluetooth" ]
484 } 484 }
485 } 485 }
486 # When adding support for isolates, please have a look at run-time dependencies 486 # When adding support for isolates, please have a look at run-time dependencies
487 # in the ash_unittests_run target in ash.gyp. 487 # in the ash_unittests_run target in ash.gyp.
OLDNEW
« no previous file with comments | « no previous file | ash/app_list/app_list_shower_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698