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

Side by Side Diff: content/content_tests.gypi

Issue 454863003: Revert of [Android] Use UIResource for overscroll glow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
« no previous file with comments | « content/content_browser.gypi ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 883 matching lines...) Expand 10 before | Expand all | Expand 10 after
894 ['use_aura!=1 and OS!="mac"', { 894 ['use_aura!=1 and OS!="mac"', {
895 'sources/': [ 895 'sources/': [
896 ['exclude', '^browser/compositor/'], 896 ['exclude', '^browser/compositor/'],
897 ], 897 ],
898 }], 898 }],
899 ['OS == "android"', { 899 ['OS == "android"', {
900 'sources': [ 900 'sources': [
901 'browser/android/java/gin_java_method_invocation_helper_unittest.cc' , 901 'browser/android/java/gin_java_method_invocation_helper_unittest.cc' ,
902 'browser/android/java/java_type_unittest.cc', 902 'browser/android/java/java_type_unittest.cc',
903 'browser/android/java/jni_helper_unittest.cc', 903 'browser/android/java/jni_helper_unittest.cc',
904 'browser/android/system_ui_resource_manager_impl_unittest.cc',
905 'renderer/java/gin_java_bridge_value_converter_unittest.cc', 904 'renderer/java/gin_java_bridge_value_converter_unittest.cc',
906 ], 905 ],
907 'sources!': [ 906 'sources!': [
908 'browser/geolocation/network_location_provider_unittest.cc', 907 'browser/geolocation/network_location_provider_unittest.cc',
909 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', 908 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc',
910 'browser/geolocation/wifi_data_provider_common_unittest.cc', 909 'browser/geolocation/wifi_data_provider_common_unittest.cc',
911 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 910 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
912 ], 911 ],
913 }], 912 }],
914 ['OS != "android" and OS != "ios"', { 913 ['OS != "android" and OS != "ios"', {
(...skipping 951 matching lines...) Expand 10 before | Expand all | Expand 10 after
1866 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1865 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1867 }, 1866 },
1868 ], 1867 ],
1869 }], 1868 }],
1870 ], 1869 ],
1871 }, 1870 },
1872 ], 1871 ],
1873 }], 1872 }],
1874 ], 1873 ],
1875 } 1874 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698