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

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

Issue 1435093002: Remove include dirs from modules/{media_file,pacing} (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase fix Created 5 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 | « webrtc/modules/media_file/source/media_file_utility.cc ('k') | webrtc/modules/pacing/BUILD.gn » ('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) 2011 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2011 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': [ 10 'includes': [
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 'desktop_capture/differ_unittest.cc', 204 'desktop_capture/differ_unittest.cc',
205 'desktop_capture/mouse_cursor_monitor_unittest.cc', 205 'desktop_capture/mouse_cursor_monitor_unittest.cc',
206 'desktop_capture/screen_capturer_helper_unittest.cc', 206 'desktop_capture/screen_capturer_helper_unittest.cc',
207 'desktop_capture/screen_capturer_mac_unittest.cc', 207 'desktop_capture/screen_capturer_mac_unittest.cc',
208 'desktop_capture/screen_capturer_mock_objects.h', 208 'desktop_capture/screen_capturer_mock_objects.h',
209 'desktop_capture/screen_capturer_unittest.cc', 209 'desktop_capture/screen_capturer_unittest.cc',
210 'desktop_capture/window_capturer_unittest.cc', 210 'desktop_capture/window_capturer_unittest.cc',
211 'desktop_capture/win/cursor_unittest.cc', 211 'desktop_capture/win/cursor_unittest.cc',
212 'desktop_capture/win/cursor_unittest_resources.h', 212 'desktop_capture/win/cursor_unittest_resources.h',
213 'desktop_capture/win/cursor_unittest_resources.rc', 213 'desktop_capture/win/cursor_unittest_resources.rc',
214 'media_file/source/media_file_unittest.cc', 214 'media_file/media_file_unittest.cc',
215 'module_common_types_unittest.cc', 215 'module_common_types_unittest.cc',
216 'pacing/bitrate_prober_unittest.cc', 216 'pacing/bitrate_prober_unittest.cc',
217 'pacing/paced_sender_unittest.cc', 217 'pacing/paced_sender_unittest.cc',
218 'pacing/packet_router_unittest.cc', 218 'pacing/packet_router_unittest.cc',
219 'remote_bitrate_estimator/bwe_simulations.cc', 219 'remote_bitrate_estimator/bwe_simulations.cc',
220 'remote_bitrate_estimator/include/mock/mock_remote_bitrate_observer. h', 220 'remote_bitrate_estimator/include/mock/mock_remote_bitrate_observer. h',
221 'remote_bitrate_estimator/include/mock/mock_remote_bitrate_estimator .h', 221 'remote_bitrate_estimator/include/mock/mock_remote_bitrate_estimator .h',
222 'remote_bitrate_estimator/inter_arrival_unittest.cc', 222 'remote_bitrate_estimator/inter_arrival_unittest.cc',
223 'remote_bitrate_estimator/overuse_detector_unittest.cc', 223 'remote_bitrate_estimator/overuse_detector_unittest.cc',
224 'remote_bitrate_estimator/rate_statistics_unittest.cc', 224 'remote_bitrate_estimator/rate_statistics_unittest.cc',
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 'sources': [ 552 'sources': [
553 'video_render_tests.isolate', 553 'video_render_tests.isolate',
554 ], 554 ],
555 }, 555 },
556 ], 556 ],
557 }], 557 }],
558 ], 558 ],
559 }], # include_tests 559 }], # include_tests
560 ], # conditions 560 ], # conditions
561 } 561 }
OLDNEW
« no previous file with comments | « webrtc/modules/media_file/source/media_file_utility.cc ('k') | webrtc/modules/pacing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698