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

Side by Side Diff: content/content_tests.gypi

Issue 755643004: Replace SystemUIResourceManager with ResourceManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add unittest Created 6 years 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) 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 941 matching lines...) Expand 10 before | Expand all | Expand 10 after
952 'sources/': [ 952 'sources/': [
953 ['exclude', '^browser/compositor/'], 953 ['exclude', '^browser/compositor/'],
954 ], 954 ],
955 }], 955 }],
956 ['OS == "android"', { 956 ['OS == "android"', {
957 'sources': [ 957 'sources': [
958 'browser/android/java/gin_java_method_invocation_helper_unittest.cc' , 958 'browser/android/java/gin_java_method_invocation_helper_unittest.cc' ,
959 'browser/android/java/java_type_unittest.cc', 959 'browser/android/java/java_type_unittest.cc',
960 'browser/android/java/jni_helper_unittest.cc', 960 'browser/android/java/jni_helper_unittest.cc',
961 'browser/android/overscroll_refresh_unittest.cc', 961 'browser/android/overscroll_refresh_unittest.cc',
962 'browser/android/system_ui_resource_manager_impl_unittest.cc',
963 'browser/android/url_request_content_job_unittest.cc', 962 'browser/android/url_request_content_job_unittest.cc',
964 'browser/renderer_host/input/motion_event_android_unittest.cc', 963 'browser/renderer_host/input/motion_event_android_unittest.cc',
965 'renderer/java/gin_java_bridge_value_converter_unittest.cc', 964 'renderer/java/gin_java_bridge_value_converter_unittest.cc',
966 ], 965 ],
967 'sources!': [ 966 'sources!': [
968 'browser/geolocation/network_location_provider_unittest.cc', 967 'browser/geolocation/network_location_provider_unittest.cc',
969 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', 968 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc',
970 'browser/geolocation/wifi_data_provider_common_unittest.cc', 969 'browser/geolocation/wifi_data_provider_common_unittest.cc',
971 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 970 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
972 ], 971 ],
(...skipping 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after
2058 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2057 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2059 }, 2058 },
2060 ], 2059 ],
2061 }], 2060 }],
2062 ], 2061 ],
2063 }, 2062 },
2064 ], 2063 ],
2065 }], 2064 }],
2066 ], 2065 ],
2067 } 2066 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698