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

Side by Side Diff: ui/chromeos/ui_chromeos.gyp

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 | « ui/chromeos/accessibility_types.h ('k') | no next file » | 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 '../message_center/message_center.gyp:message_center', 54 '../message_center/message_center.gyp:message_center',
55 '../views/views.gyp:views', 55 '../views/views.gyp:views',
56 '../wm/wm.gyp:wm', 56 '../wm/wm.gyp:wm',
57 'ui_chromeos_resources', 57 'ui_chromeos_resources',
58 'ui_chromeos_strings', 58 'ui_chromeos_strings',
59 ], 59 ],
60 'defines': [ 60 'defines': [
61 'UI_CHROMEOS_IMPLEMENTATION', 61 'UI_CHROMEOS_IMPLEMENTATION',
62 ], 62 ],
63 'sources': [ 63 'sources': [
64 'accessibility_types.h',
64 'network/network_connect.cc', 65 'network/network_connect.cc',
65 'network/network_connect.h', 66 'network/network_connect.h',
66 'network/network_icon.cc', 67 'network/network_icon.cc',
67 'network/network_icon.h', 68 'network/network_icon.h',
68 'network/network_icon_animation.cc', 69 'network/network_icon_animation.cc',
69 'network/network_icon_animation.h', 70 'network/network_icon_animation.h',
70 'network/network_icon_animation_observer.h', 71 'network/network_icon_animation_observer.h',
71 'network/network_info.cc', 72 'network/network_info.cc',
72 'network/network_info.h', 73 'network/network_info.h',
73 'network/network_list.cc', 74 'network/network_list.cc',
74 'network/network_list.h', 75 'network/network_list.h',
75 'network/network_list_delegate.h', 76 'network/network_list_delegate.h',
76 'network/network_state_notifier.cc', 77 'network/network_state_notifier.cc',
77 'network/network_state_notifier.h', 78 'network/network_state_notifier.h',
78 'touch_exploration_controller.cc', 79 'touch_exploration_controller.cc',
79 'touch_exploration_controller.h', 80 'touch_exploration_controller.h',
80 'user_activity_power_manager_notifier.cc', 81 'user_activity_power_manager_notifier.cc',
81 'user_activity_power_manager_notifier.h', 82 'user_activity_power_manager_notifier.h',
82 ], 83 ],
83 }, 84 },
84 ], 85 ],
85 } 86 }
OLDNEW
« no previous file with comments | « ui/chromeos/accessibility_types.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698