| 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 821 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 832 'content_unittests_plugin_webrtc_sources': [ | 832 'content_unittests_plugin_webrtc_sources': [ |
| 833 'renderer/media/pepper_to_video_track_adapter_unittest.cc', | 833 'renderer/media/pepper_to_video_track_adapter_unittest.cc', |
| 834 'renderer/media/video_track_to_pepper_adapter_unittest.cc', | 834 'renderer/media/video_track_to_pepper_adapter_unittest.cc', |
| 835 ], | 835 ], |
| 836 'content_unittests_android_sources': [ | 836 'content_unittests_android_sources': [ |
| 837 'browser/android/java/gin_java_method_invocation_helper_unittest.cc', | 837 'browser/android/java/gin_java_method_invocation_helper_unittest.cc', |
| 838 'browser/android/java/java_type_unittest.cc', | 838 'browser/android/java/java_type_unittest.cc', |
| 839 'browser/android/java/jni_helper_unittest.cc', | 839 'browser/android/java/jni_helper_unittest.cc', |
| 840 'browser/android/url_request_content_job_unittest.cc', | 840 'browser/android/url_request_content_job_unittest.cc', |
| 841 'renderer/java/gin_java_bridge_value_converter_unittest.cc', | 841 'renderer/java/gin_java_bridge_value_converter_unittest.cc', |
| 842 'renderer/media/android/stream_texture_wrapper_impl_unittest.cc', |
| 842 'renderer/media/android/webmediasession_android_unittest.cc', | 843 'renderer/media/android/webmediasession_android_unittest.cc', |
| 843 ], | 844 ], |
| 844 }, | 845 }, |
| 845 'targets': [ | 846 'targets': [ |
| 846 { | 847 { |
| 847 # GN version: //content/test:test_support | 848 # GN version: //content/test:test_support |
| 848 'target_name': 'test_support_content', | 849 'target_name': 'test_support_content', |
| 849 'type': 'static_library', | 850 'type': 'static_library', |
| 850 'dependencies': [ | 851 'dependencies': [ |
| 851 '../cc/blink/cc_blink.gyp:cc_blink', | 852 '../cc/blink/cc_blink.gyp:cc_blink', |
| (...skipping 1092 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1944 'content_unittests_apk.isolate', | 1945 'content_unittests_apk.isolate', |
| 1945 ], | 1946 ], |
| 1946 }, | 1947 }, |
| 1947 ], | 1948 ], |
| 1948 }, | 1949 }, |
| 1949 ], | 1950 ], |
| 1950 ], | 1951 ], |
| 1951 }], | 1952 }], |
| 1952 ], | 1953 ], |
| 1953 } | 1954 } |
| OLD | NEW |