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

Side by Side Diff: webrtc/media/media.gyp

Issue 1861603002: Revert of Set defines for Chromium build. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 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 | « webrtc/build/common.gypi ('k') | no next file » | 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) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 { 9 {
10 'includes': [ '../build/common.gypi', ], 10 'includes': [ '../build/common.gypi', ],
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'base/videosourcebase.h', 74 'base/videosourcebase.h',
75 'base/yuvframegenerator.cc', 75 'base/yuvframegenerator.cc',
76 'base/yuvframegenerator.h', 76 'base/yuvframegenerator.h',
77 'devices/videorendererfactory.h', 77 'devices/videorendererfactory.h',
78 'engine/nullwebrtcvideoengine.h', 78 'engine/nullwebrtcvideoengine.h',
79 'engine/simulcast.cc', 79 'engine/simulcast.cc',
80 'engine/simulcast.h', 80 'engine/simulcast.h',
81 'engine/webrtccommon.h', 81 'engine/webrtccommon.h',
82 'engine/webrtcmediaengine.cc', 82 'engine/webrtcmediaengine.cc',
83 'engine/webrtcmediaengine.h', 83 'engine/webrtcmediaengine.h',
84 'engine/webrtcmediaengine.cc',
84 'engine/webrtcvideocapturer.cc', 85 'engine/webrtcvideocapturer.cc',
85 'engine/webrtcvideocapturer.h', 86 'engine/webrtcvideocapturer.h',
86 'engine/webrtcvideocapturerfactory.h', 87 'engine/webrtcvideocapturerfactory.h',
87 'engine/webrtcvideocapturerfactory.cc', 88 'engine/webrtcvideocapturerfactory.cc',
88 'engine/webrtcvideodecoderfactory.h', 89 'engine/webrtcvideodecoderfactory.h',
89 'engine/webrtcvideoencoderfactory.h', 90 'engine/webrtcvideoencoderfactory.h',
90 'engine/webrtcvideoengine2.cc', 91 'engine/webrtcvideoengine2.cc',
91 'engine/webrtcvideoengine2.h', 92 'engine/webrtcvideoengine2.h',
92 'engine/webrtcvideoframe.cc', 93 'engine/webrtcvideoframe.cc',
93 'engine/webrtcvideoframe.h', 94 'engine/webrtcvideoframe.h',
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 'sources': [ 377 'sources': [
377 'rtc_media_unittests.isolate', 378 'rtc_media_unittests.isolate',
378 ], 379 ],
379 }, 380 },
380 ], 381 ],
381 }], 382 }],
382 ], # conditions 383 ], # conditions
383 }], # include_tests==1 384 }], # include_tests==1
384 ], # conditions 385 ], # conditions
385 } 386 }
OLDNEW
« no previous file with comments | « webrtc/build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698