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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 11033038: Fix the issue of cursor's device scale factor when using monitors with differnt device scale factor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix a comment Created 8 years, 2 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 | Annotate | Revision Log
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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 'sources/': [ 591 'sources/': [
592 ['exclude', '^browser/notifications/'], 592 ['exclude', '^browser/notifications/'],
593 ], 593 ],
594 }], 594 }],
595 ['toolkit_views==1', { 595 ['toolkit_views==1', {
596 'dependencies': [ 596 'dependencies': [
597 '../ui/views/views.gyp:views', 597 '../ui/views/views.gyp:views',
598 '../ui/views/views.gyp:views_test_support', 598 '../ui/views/views.gyp:views_test_support',
599 ], 599 ],
600 }], 600 }],
601 ['use_ash==1', {
602 'dependencies': [
603 '../ash/ash.gyp:test_support_ash',
604 ],
605 }],
601 ['chromeos==1', { 606 ['chromeos==1', {
602 'sources': [ 607 'sources': [
603 'browser/chromeos/cros/cros_in_process_browser_test.cc', 608 'browser/chromeos/cros/cros_in_process_browser_test.cc',
604 'browser/chromeos/cros/cros_in_process_browser_test.h', 609 'browser/chromeos/cros/cros_in_process_browser_test.h',
605 'browser/chromeos/cros/cros_mock.cc', 610 'browser/chromeos/cros/cros_mock.cc',
606 'browser/chromeos/cros/cros_mock.h', 611 'browser/chromeos/cros/cros_mock.h',
607 'browser/chromeos/login/mock_authenticator.cc', 612 'browser/chromeos/login/mock_authenticator.cc',
608 'browser/chromeos/login/mock_authenticator.h', 613 'browser/chromeos/login/mock_authenticator.h',
609 'browser/chromeos/login/screen_locker_browsertest.cc', 614 'browser/chromeos/login/screen_locker_browsertest.cc',
610 'browser/chromeos/login/screen_locker_tester.cc', 615 'browser/chromeos/login/screen_locker_tester.cc',
(...skipping 4329 matching lines...) Expand 10 before | Expand all | Expand 10 after
4940 '--result', '<@(_outputs)', 4945 '--result', '<@(_outputs)',
4941 '--isolate', 'sync_integration_tests.isolate', 4946 '--isolate', 'sync_integration_tests.isolate',
4942 ], 4947 ],
4943 }, 4948 },
4944 ], 4949 ],
4945 }, 4950 },
4946 ], 4951 ],
4947 }], 4952 }],
4948 ], # 'conditions' 4953 ], # 'conditions'
4949 } 4954 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc ('k') | ui/aura/shared/compound_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698