Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: content/content_tests.gypi

Issue 717203002: Revert of Reland 597923002: Fix the way how we create webrtc::AudioProcessing in Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build/android/pylib/utils/isolator.py Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « build/android/pylib/utils/isolator.py ('k') | content/content_unittests.isolate » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « build/android/pylib/utils/isolator.py ('k') | content/content_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698