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

Side by Side Diff: content/content_tests.gypi

Issue 1417173008: Move MotionEventAndroid to ui/events/android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Copyright date fix. Created 5 years, 1 month 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') | content/public/test/content_test_suite_base.cc » ('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 776 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 ], 787 ],
788 'content_unittests_plugin_webrtc_sources': [ 788 'content_unittests_plugin_webrtc_sources': [
789 'renderer/media/pepper_to_video_track_adapter_unittest.cc', 789 'renderer/media/pepper_to_video_track_adapter_unittest.cc',
790 'renderer/media/video_track_to_pepper_adapter_unittest.cc', 790 'renderer/media/video_track_to_pepper_adapter_unittest.cc',
791 ], 791 ],
792 'content_unittests_android_sources': [ 792 'content_unittests_android_sources': [
793 'browser/android/java/gin_java_method_invocation_helper_unittest.cc', 793 'browser/android/java/gin_java_method_invocation_helper_unittest.cc',
794 'browser/android/java/java_type_unittest.cc', 794 'browser/android/java/java_type_unittest.cc',
795 'browser/android/java/jni_helper_unittest.cc', 795 'browser/android/java/jni_helper_unittest.cc',
796 'browser/android/url_request_content_job_unittest.cc', 796 'browser/android/url_request_content_job_unittest.cc',
797 'browser/renderer_host/input/motion_event_android_unittest.cc',
798 'common/gpu/client/gpu_memory_buffer_impl_surface_texture_unittest.cc', 797 'common/gpu/client/gpu_memory_buffer_impl_surface_texture_unittest.cc',
799 'common/gpu/gpu_memory_buffer_factory_surface_texture_unittest.cc', 798 'common/gpu/gpu_memory_buffer_factory_surface_texture_unittest.cc',
800 'renderer/java/gin_java_bridge_value_converter_unittest.cc', 799 'renderer/java/gin_java_bridge_value_converter_unittest.cc',
801 ], 800 ],
802 'content_unittests_mac_sources': [ 801 'content_unittests_mac_sources': [
803 'common/gpu/client/gpu_memory_buffer_impl_io_surface_unittest.cc', 802 'common/gpu/client/gpu_memory_buffer_impl_io_surface_unittest.cc',
804 'common/gpu/gpu_memory_buffer_factory_io_surface_unittest.cc', 803 'common/gpu/gpu_memory_buffer_factory_io_surface_unittest.cc',
805 ], 804 ],
806 'content_unittests_ozone_sources': [ 805 'content_unittests_ozone_sources': [
807 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap_unittest.cc' , 806 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap_unittest.cc' ,
(...skipping 1375 matching lines...) Expand 10 before | Expand all | Expand 10 after
2183 'content_unittests_apk.isolate', 2182 'content_unittests_apk.isolate',
2184 ], 2183 ],
2185 }, 2184 },
2186 ], 2185 ],
2187 }, 2186 },
2188 ], 2187 ],
2189 ], 2188 ],
2190 }], 2189 }],
2191 ], 2190 ],
2192 } 2191 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/test/content_test_suite_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698