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

Side by Side Diff: ash/ash.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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 # These files lists are shared with the GN build. 9 # These files lists are shared with the GN build.
10 'ash_sources': [ 10 'ash_sources': [
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'ime/input_method_menu_item.cc', 160 'ime/input_method_menu_item.cc',
161 'ime/input_method_menu_item.h', 161 'ime/input_method_menu_item.h',
162 'ime/input_method_menu_manager.cc', 162 'ime/input_method_menu_manager.cc',
163 'ime/input_method_menu_manager.h', 163 'ime/input_method_menu_manager.h',
164 'ime/mode_indicator_view.cc', 164 'ime/mode_indicator_view.cc',
165 'ime/mode_indicator_view.h', 165 'ime/mode_indicator_view.h',
166 'keyboard_uma_event_filter.cc', 166 'keyboard_uma_event_filter.cc',
167 'keyboard_uma_event_filter.h', 167 'keyboard_uma_event_filter.h',
168 'magnifier/magnification_controller.cc', 168 'magnifier/magnification_controller.cc',
169 'magnifier/magnification_controller.h', 169 'magnifier/magnification_controller.h',
170 'magnifier/magnifier_constants.h',
171 'magnifier/partial_magnification_controller.cc', 170 'magnifier/partial_magnification_controller.cc',
172 'magnifier/partial_magnification_controller.h', 171 'magnifier/partial_magnification_controller.h',
173 'metrics/user_metrics_recorder.cc', 172 'metrics/user_metrics_recorder.cc',
174 'metrics/user_metrics_recorder.h', 173 'metrics/user_metrics_recorder.h',
175 'multi_profile_uma.cc', 174 'multi_profile_uma.cc',
176 'multi_profile_uma.h', 175 'multi_profile_uma.h',
177 'popup_message.cc', 176 'popup_message.cc',
178 'popup_message.h', 177 'popup_message.h',
179 'root_window_controller.cc', 178 'root_window_controller.cc',
180 'root_window_controller.h', 179 'root_window_controller.h',
(...skipping 1111 matching lines...) Expand 10 before | Expand all | Expand 10 after
1292 '../build/isolate.gypi', 1291 '../build/isolate.gypi',
1293 ], 1292 ],
1294 'sources': [ 1293 'sources': [
1295 'ash_unittests.isolate', 1294 'ash_unittests.isolate',
1296 ], 1295 ],
1297 }, 1296 },
1298 ], 1297 ],
1299 }], 1298 }],
1300 ], 1299 ],
1301 } 1300 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698