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

Side by Side Diff: ash/ash.gyp

Issue 2071553002: Initial support of large mouse cursor on Exosphere (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 5 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
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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 1258 matching lines...) Expand 10 before | Expand all | Expand 10 after
1269 '../ui/keyboard/keyboard.gyp:keyboard', 1269 '../ui/keyboard/keyboard.gyp:keyboard',
1270 '../ui/keyboard/keyboard.gyp:keyboard_with_content', 1270 '../ui/keyboard/keyboard.gyp:keyboard_with_content',
1271 '../ui/message_center/message_center.gyp:message_center', 1271 '../ui/message_center/message_center.gyp:message_center',
1272 '../ui/message_center/message_center.gyp:message_center_test_support', 1272 '../ui/message_center/message_center.gyp:message_center_test_support',
1273 '../ui/resources/ui_resources.gyp:ui_resources', 1273 '../ui/resources/ui_resources.gyp:ui_resources',
1274 '../ui/views/controls/webview/webview_tests.gyp:webview_test_support', 1274 '../ui/views/controls/webview/webview_tests.gyp:webview_test_support',
1275 '../ui/views/views.gyp:views', 1275 '../ui/views/views.gyp:views',
1276 '../ui/views/views.gyp:views_test_support', 1276 '../ui/views/views.gyp:views_test_support',
1277 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', 1277 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
1278 '../ui/wm/wm.gyp:wm', 1278 '../ui/wm/wm.gyp:wm',
1279 '../ui/wm/wm.gyp:wm_test_support',
1279 '../url/url.gyp:url_lib', 1280 '../url/url.gyp:url_lib',
1280 'ash', 1281 'ash',
1281 'ash_resources.gyp:ash_resources', 1282 'ash_resources.gyp:ash_resources',
1282 'ash_resources.gyp:ash_test_resources_100_percent', 1283 'ash_resources.gyp:ash_test_resources_100_percent',
1283 'ash_resources.gyp:ash_test_resources_200_percent', 1284 'ash_resources.gyp:ash_test_resources_200_percent',
1284 'ash_strings.gyp:ash_strings', 1285 'ash_strings.gyp:ash_strings',
1285 'ash_strings.gyp:ash_test_strings', 1286 'ash_strings.gyp:ash_test_strings',
1286 'ash_test_support', 1287 'ash_test_support',
1287 'ash_with_content', 1288 'ash_with_content',
1288 ], 1289 ],
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
1449 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1450 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1450 ], 1451 ],
1451 } 1452 }
1452 ], 1453 ],
1453 ], 1454 ],
1454 }, 1455 },
1455 ], 1456 ],
1456 }], 1457 }],
1457 ], 1458 ],
1458 } 1459 }
OLDNEW
« no previous file with comments | « no previous file | ash/wm/window_manager_unittest.cc » ('j') | ui/wm/test/testing_cursor_client_observer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698