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

Side by Side Diff: content/content_tests.gypi

Issue 195793004: Implement overscroll support for the virtual keyboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add OVERRIDE Created 6 years, 8 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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'layouttest_support_content', 8 'target_name': 'layouttest_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'conditions': [ 10 'conditions': [
(...skipping 804 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, 815 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
816 }], 816 }],
817 ['chromeos==1', { 817 ['chromeos==1', {
818 'sources/': [ 818 'sources/': [
819 ['exclude', '^browser/geolocation/wifi_data_provider_linux_unittest. cc'], 819 ['exclude', '^browser/geolocation/wifi_data_provider_linux_unittest. cc'],
820 ], 820 ],
821 }], 821 }],
822 ['use_aura==1', { 822 ['use_aura==1', {
823 'dependencies': [ 823 'dependencies': [
824 '../ui/aura/aura.gyp:aura', 824 '../ui/aura/aura.gyp:aura',
825 ] 825 '../ui/keyboard/keyboard.gyp:keyboard',
826 ],
826 }], 827 }],
827 ['use_aura==1 or toolkit_views==1', { 828 ['use_aura==1 or toolkit_views==1', {
828 'dependencies': [ 829 'dependencies': [
829 '../ui/events/events.gyp:events_test_support', 830 '../ui/events/events.gyp:events_test_support',
830 ], 831 ],
831 }], 832 }],
832 ['use_aura!=1 and OS!="mac"', { 833 ['use_aura!=1 and OS!="mac"', {
833 'sources/': [ 834 'sources/': [
834 ['exclude', '^browser/compositor/'], 835 ['exclude', '^browser/compositor/'],
835 ], 836 ],
(...skipping 954 matching lines...) Expand 10 before | Expand all | Expand 10 after
1790 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1791 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1791 }, 1792 },
1792 ], 1793 ],
1793 }], 1794 }],
1794 ], 1795 ],
1795 }, 1796 },
1796 ], 1797 ],
1797 }], 1798 }],
1798 ], 1799 ],
1799 } 1800 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698