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

Side by Side Diff: content/content_tests.gypi

Issue 663413002: 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: removed two extra empty line caused by rebasing Created 6 years, 2 months 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/gtest/setup.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 832 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « build/android/pylib/gtest/setup.py ('k') | content/content_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698