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 832 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
843 ], | 843 ], |
844 }], | 844 }], |
845 ['enable_webrtc==1 and (OS=="linux" or OS=="mac" or OS=="win")', { | 845 ['enable_webrtc==1 and (OS=="linux" or OS=="mac" or OS=="win")', { |
846 'sources': [ | 846 'sources': [ |
847 'browser/media/capture/desktop_capture_device_unittest.cc', | 847 'browser/media/capture/desktop_capture_device_unittest.cc', |
848 ], | 848 ], |
849 'dependencies': [ | 849 'dependencies': [ |
850 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 850 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
851 ], | 851 ], |
852 }], | 852 }], |
| 853 ['enable_webrtc==1 and OS=="mac"', { |
| 854 'variables': { |
| 855 'libpeer_target_type%': 'static_library', |
| 856 }, |
| 857 'conditions': [ |
| 858 ['libpeer_target_type!="static_library"', { |
| 859 'copies': [{ |
| 860 'destination': '<(PRODUCT_DIR)/Libraries', |
| 861 'files': [ |
| 862 '<(PRODUCT_DIR)/libpeerconnection.so', |
| 863 ], |
| 864 }], |
| 865 }], |
| 866 ], |
| 867 }], |
853 ['enable_webrtc==1 and chromeos==1', { | 868 ['enable_webrtc==1 and chromeos==1', { |
854 'sources': [ | 869 'sources': [ |
855 'browser/media/capture/desktop_capture_device_aura_unittest.cc', | 870 'browser/media/capture/desktop_capture_device_aura_unittest.cc', |
856 ], | 871 ], |
857 }], | 872 }], |
858 # TODO(jrg): remove the OS=="android" section? | 873 # TODO(jrg): remove the OS=="android" section? |
859 # http://crbug.com/113172 | 874 # http://crbug.com/113172 |
860 # Understand better how media_stream_ is tied into Chromium. | 875 # Understand better how media_stream_ is tied into Chromium. |
861 ['enable_webrtc==0 and OS=="android"', { | 876 ['enable_webrtc==0 and OS=="android"', { |
862 'sources/': [ | 877 'sources/': [ |
(...skipping 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1929 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1944 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1930 }, | 1945 }, |
1931 ], | 1946 ], |
1932 }], | 1947 }], |
1933 ], | 1948 ], |
1934 }, | 1949 }, |
1935 ], | 1950 ], |
1936 }], | 1951 }], |
1937 ], | 1952 ], |
1938 } | 1953 } |
OLD | NEW |