| OLD | NEW |
| 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 781 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 792 'renderer/media/video_track_to_pepper_adapter_unittest.cc', | 792 'renderer/media/video_track_to_pepper_adapter_unittest.cc', |
| 793 ], | 793 ], |
| 794 'content_unittests_android_sources': [ | 794 'content_unittests_android_sources': [ |
| 795 'browser/android/java/gin_java_method_invocation_helper_unittest.cc', | 795 'browser/android/java/gin_java_method_invocation_helper_unittest.cc', |
| 796 'browser/android/java/java_type_unittest.cc', | 796 'browser/android/java/java_type_unittest.cc', |
| 797 'browser/android/java/jni_helper_unittest.cc', | 797 'browser/android/java/jni_helper_unittest.cc', |
| 798 'browser/android/url_request_content_job_unittest.cc', | 798 'browser/android/url_request_content_job_unittest.cc', |
| 799 'common/gpu/client/gpu_memory_buffer_impl_surface_texture_unittest.cc', | 799 'common/gpu/client/gpu_memory_buffer_impl_surface_texture_unittest.cc', |
| 800 'common/gpu/gpu_memory_buffer_factory_surface_texture_unittest.cc', | 800 'common/gpu/gpu_memory_buffer_factory_surface_texture_unittest.cc', |
| 801 'renderer/java/gin_java_bridge_value_converter_unittest.cc', | 801 'renderer/java/gin_java_bridge_value_converter_unittest.cc', |
| 802 'renderer/media/android/webmediasession_android_unittest.cc', |
| 802 ], | 803 ], |
| 803 'content_unittests_mac_sources': [ | 804 'content_unittests_mac_sources': [ |
| 804 'common/gpu/client/gpu_memory_buffer_impl_io_surface_unittest.cc', | 805 'common/gpu/client/gpu_memory_buffer_impl_io_surface_unittest.cc', |
| 805 'common/gpu/gpu_memory_buffer_factory_io_surface_unittest.cc', | 806 'common/gpu/gpu_memory_buffer_factory_io_surface_unittest.cc', |
| 806 ], | 807 ], |
| 807 'content_unittests_ozone_sources': [ | 808 'content_unittests_ozone_sources': [ |
| 808 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap_unittest.cc'
, | 809 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap_unittest.cc'
, |
| 809 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap_unittest.cc', | 810 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap_unittest.cc', |
| 810 ], | 811 ], |
| 811 }, | 812 }, |
| (...skipping 1379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2191 'content_unittests_apk.isolate', | 2192 'content_unittests_apk.isolate', |
| 2192 ], | 2193 ], |
| 2193 }, | 2194 }, |
| 2194 ], | 2195 ], |
| 2195 }, | 2196 }, |
| 2196 ], | 2197 ], |
| 2197 ], | 2198 ], |
| 2198 }], | 2199 }], |
| 2199 ], | 2200 ], |
| 2200 } | 2201 } |
| OLD | NEW |