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

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

Issue 1847013002: Set defines for Chromium build. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Added TODOs 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',
85 'engine/webrtcvideocapturer.cc', 84 'engine/webrtcvideocapturer.cc',
86 'engine/webrtcvideocapturer.h', 85 'engine/webrtcvideocapturer.h',
87 'engine/webrtcvideocapturerfactory.h', 86 'engine/webrtcvideocapturerfactory.h',
88 'engine/webrtcvideocapturerfactory.cc', 87 'engine/webrtcvideocapturerfactory.cc',
89 'engine/webrtcvideodecoderfactory.h', 88 'engine/webrtcvideodecoderfactory.h',
90 'engine/webrtcvideoencoderfactory.h', 89 'engine/webrtcvideoencoderfactory.h',
91 'engine/webrtcvideoengine2.cc', 90 'engine/webrtcvideoengine2.cc',
92 'engine/webrtcvideoengine2.h', 91 'engine/webrtcvideoengine2.h',
93 'engine/webrtcvideoframe.cc', 92 'engine/webrtcvideoframe.cc',
94 'engine/webrtcvideoframe.h', 93 'engine/webrtcvideoframe.h',
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 'sources': [ 376 'sources': [
378 'rtc_media_unittests.isolate', 377 'rtc_media_unittests.isolate',
379 ], 378 ],
380 }, 379 },
381 ], 380 ],
382 }], 381 }],
383 ], # conditions 382 ], # conditions
384 }], # include_tests==1 383 }], # include_tests==1
385 ], # conditions 384 ], # conditions
386 } 385 }
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