| 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 837 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 848 ], | 848 ], |
| 849 }], | 849 }], |
| 850 ['enable_webrtc==1 and (OS=="linux" or OS=="mac" or OS=="win")', { | 850 ['enable_webrtc==1 and (OS=="linux" or OS=="mac" or OS=="win")', { |
| 851 'sources': [ | 851 'sources': [ |
| 852 'browser/media/capture/desktop_capture_device_unittest.cc', | 852 'browser/media/capture/desktop_capture_device_unittest.cc', |
| 853 ], | 853 ], |
| 854 'dependencies': [ | 854 'dependencies': [ |
| 855 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 855 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
| 856 ], | 856 ], |
| 857 }], | 857 }], |
| 858 ['enable_webrtc==1 and OS=="mac"', { | |
| 859 'variables': { | |
| 860 'libpeer_target_type%': 'static_library', | |
| 861 }, | |
| 862 'conditions': [ | |
| 863 ['libpeer_target_type!="static_library"', { | |
| 864 'copies': [{ | |
| 865 'destination': '<(PRODUCT_DIR)/Libraries', | |
| 866 'files': [ | |
| 867 '<(PRODUCT_DIR)/libpeerconnection.so', | |
| 868 ], | |
| 869 }], | |
| 870 }], | |
| 871 ], | |
| 872 }], | |
| 873 ['enable_webrtc==1 and chromeos==1', { | 858 ['enable_webrtc==1 and chromeos==1', { |
| 874 'sources': [ | 859 'sources': [ |
| 875 'browser/media/capture/desktop_capture_device_aura_unittest.cc', | 860 'browser/media/capture/desktop_capture_device_aura_unittest.cc', |
| 876 ], | 861 ], |
| 877 }], | 862 }], |
| 878 # TODO(jrg): remove the OS=="android" section? | 863 # TODO(jrg): remove the OS=="android" section? |
| 879 # http://crbug.com/113172 | 864 # http://crbug.com/113172 |
| 880 # Understand better how media_stream_ is tied into Chromium. | 865 # Understand better how media_stream_ is tied into Chromium. |
| 881 ['enable_webrtc==0 and OS=="android"', { | 866 ['enable_webrtc==0 and OS=="android"', { |
| 882 'sources/': [ | 867 'sources/': [ |
| (...skipping 1121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2004 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1989 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 2005 }, | 1990 }, |
| 2006 ], | 1991 ], |
| 2007 }], | 1992 }], |
| 2008 ], | 1993 ], |
| 2009 }, | 1994 }, |
| 2010 ], | 1995 ], |
| 2011 }], | 1996 }], |
| 2012 ], | 1997 ], |
| 2013 } | 1998 } |
| OLD | NEW |