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

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 unit test. 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 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 }], 821 }],
822 ['chromeos==1', { 822 ['chromeos==1', {
823 'sources/': [ 823 'sources/': [
824 ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittes t.cc'], 824 ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittes t.cc'],
825 ['exclude', '^browser/geolocation/wifi_data_provider_linux_unittest. cc'], 825 ['exclude', '^browser/geolocation/wifi_data_provider_linux_unittest. cc'],
826 ], 826 ],
827 }], 827 }],
828 ['use_aura==1', { 828 ['use_aura==1', {
829 'dependencies': [ 829 'dependencies': [
830 '../ui/aura/aura.gyp:aura', 830 '../ui/aura/aura.gyp:aura',
831 ] 831 '../ui/keyboard/keyboard.gyp:keyboard',
832 ],
832 }], 833 }],
833 ['use_aura==1 or toolkit_views==1', { 834 ['use_aura==1 or toolkit_views==1', {
834 'dependencies': [ 835 'dependencies': [
835 '../ui/events/events.gyp:events_test_support', 836 '../ui/events/events.gyp:events_test_support',
836 ], 837 ],
837 }], 838 }],
838 ['use_aura!=1 and OS!="mac"', { 839 ['use_aura!=1 and OS!="mac"', {
839 'sources/': [ 840 'sources/': [
840 ['exclude', '^browser/compositor/'], 841 ['exclude', '^browser/compositor/'],
841 ], 842 ],
(...skipping 954 matching lines...) Expand 10 before | Expand all | Expand 10 after
1796 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1797 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1797 }, 1798 },
1798 ], 1799 ],
1799 }], 1800 }],
1800 ], 1801 ],
1801 }, 1802 },
1802 ], 1803 ],
1803 }], 1804 }],
1804 ], 1805 ],
1805 } 1806 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698