| 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 820 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 831 ], | 831 ], |
| 832 }], | 832 }], |
| 833 ['enable_webrtc==1 and (OS=="linux" or OS=="mac" or OS=="win")', { | 833 ['enable_webrtc==1 and (OS=="linux" or OS=="mac" or OS=="win")', { |
| 834 'sources': [ | 834 'sources': [ |
| 835 'browser/media/capture/desktop_capture_device_unittest.cc', | 835 'browser/media/capture/desktop_capture_device_unittest.cc', |
| 836 ], | 836 ], |
| 837 'dependencies': [ | 837 'dependencies': [ |
| 838 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 838 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
| 839 ], | 839 ], |
| 840 }], | 840 }], |
| 841 ['enable_webrtc==1 and OS=="mac"', { |
| 842 'variables': { |
| 843 'libpeer_target_type%': 'static_library', |
| 844 }, |
| 845 'conditions': [ |
| 846 ['libpeer_target_type!="static_library"', { |
| 847 'copies': [{ |
| 848 'destination': '<(PRODUCT_DIR)/Libraries', |
| 849 'files': [ |
| 850 '<(PRODUCT_DIR)/libpeerconnection.so', |
| 851 ], |
| 852 }], |
| 853 }], |
| 854 ], |
| 855 }], |
| 841 ['enable_webrtc==1 and chromeos==1', { | 856 ['enable_webrtc==1 and chromeos==1', { |
| 842 'sources': [ | 857 'sources': [ |
| 843 'browser/media/capture/desktop_capture_device_aura_unittest.cc', | 858 'browser/media/capture/desktop_capture_device_aura_unittest.cc', |
| 844 ], | 859 ], |
| 845 }], | 860 }], |
| 846 # TODO(jrg): remove the OS=="android" section? | 861 # TODO(jrg): remove the OS=="android" section? |
| 847 # http://crbug.com/113172 | 862 # http://crbug.com/113172 |
| 848 # Understand better how media_stream_ is tied into Chromium. | 863 # Understand better how media_stream_ is tied into Chromium. |
| 849 ['enable_webrtc==0 and OS=="android"', { | 864 ['enable_webrtc==0 and OS=="android"', { |
| 850 'sources/': [ | 865 'sources/': [ |
| (...skipping 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1917 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1932 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1918 }, | 1933 }, |
| 1919 ], | 1934 ], |
| 1920 }], | 1935 }], |
| 1921 ], | 1936 ], |
| 1922 }, | 1937 }, |
| 1923 ], | 1938 ], |
| 1924 }], | 1939 }], |
| 1925 ], | 1940 ], |
| 1926 } | 1941 } |
| OLD | NEW |