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

Side by Side Diff: ui/chromeos/BUILD.gn

Issue 682943002: Make chrome/browser/chromeos/accessibility compile on Athena with use_ash=0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@athena_do_not_use_ash41_scroll_end_effect
Patch Set: Created 6 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 | « chrome/chrome_browser_chromeos.gypi ('k') | ui/chromeos/accessibility_types.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 component("ui_chromeos") { 5 component("ui_chromeos") {
6 sources = [ 6 sources = [
7 "accessibility_types.h",
7 "network/network_connect.cc", 8 "network/network_connect.cc",
8 "network/network_connect.h", 9 "network/network_connect.h",
9 "network/network_icon.cc", 10 "network/network_icon.cc",
10 "network/network_icon.h", 11 "network/network_icon.h",
11 "network/network_icon_animation.cc", 12 "network/network_icon_animation.cc",
12 "network/network_icon_animation.h", 13 "network/network_icon_animation.h",
13 "network/network_icon_animation_observer.h", 14 "network/network_icon_animation_observer.h",
14 "network/network_info.cc", 15 "network/network_info.cc",
15 "network/network_info.h", 16 "network/network_info.h",
16 "network/network_list.cc", 17 "network/network_list.cc",
(...skipping 14 matching lines...) Expand all
31 "//ui/chromeos/resources", 32 "//ui/chromeos/resources",
32 "//ui/chromeos/strings", 33 "//ui/chromeos/strings",
33 "//ui/events", 34 "//ui/events",
34 "//ui/events:gesture_detection", 35 "//ui/events:gesture_detection",
35 "//ui/message_center", 36 "//ui/message_center",
36 "//ui/views", 37 "//ui/views",
37 "//ui/wm", 38 "//ui/wm",
38 ] 39 ]
39 defines = [ "UI_CHROMEOS_IMPLEMENTATION" ] 40 defines = [ "UI_CHROMEOS_IMPLEMENTATION" ]
40 } 41 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | ui/chromeos/accessibility_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698