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

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

Issue 1766643002: Roll chromium_revision ee31124..508edd3 (378158:379249) (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Added mojo symlink as workaround Created 4 years, 9 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/webrtc.gni ('k') | webrtc/modules/video_coding/codecs/vp8/vp8.gyp » ('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 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 'audio_processing/high_pass_filter_bitexactness_unittest.cc', 439 'audio_processing/high_pass_filter_bitexactness_unittest.cc',
440 'audio_processing/test/audio_buffer_tools.cc', 440 'audio_processing/test/audio_buffer_tools.cc',
441 'audio_processing/test/audio_buffer_tools.h', 441 'audio_processing/test/audio_buffer_tools.h',
442 'audio_processing/test/audio_processing_unittest.cc', 442 'audio_processing/test/audio_processing_unittest.cc',
443 'audio_processing/test/debug_dump_test.cc', 443 'audio_processing/test/debug_dump_test.cc',
444 'audio_processing/test/test_utils.h', 444 'audio_processing/test/test_utils.h',
445 ], 445 ],
446 }], 446 }],
447 ['build_libvpx==1', { 447 ['build_libvpx==1', {
448 'dependencies': [ 448 'dependencies': [
449 '<(libvpx_dir)/libvpx.gyp:libvpx_new', 449 '<(libvpx_dir)/libvpx.gyp:libvpx',
450 ], 450 ],
451 }], 451 }],
452 ['OS=="android"', { 452 ['OS=="android"', {
453 'dependencies': [ 453 'dependencies': [
454 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_cod e', 454 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_cod e',
455 ], 455 ],
456 # Need to disable error due to the line in 456 # Need to disable error due to the line in
457 # base/android/jni_android.h triggering it: 457 # base/android/jni_android.h triggering it:
458 # const BASE_EXPORT jobject GetApplicationContext() 458 # const BASE_EXPORT jobject GetApplicationContext()
459 # error: type qualifiers ignored on function return type 459 # error: type qualifiers ignored on function return type
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 'sources': [ 695 'sources': [
696 'video_render_tests.isolate', 696 'video_render_tests.isolate',
697 ], 697 ],
698 }, 698 },
699 ], 699 ],
700 }], 700 }],
701 ], 701 ],
702 }], # include_tests 702 }], # include_tests
703 ], # conditions 703 ], # conditions
704 } 704 }
OLDNEW
« no previous file with comments | « webrtc/build/webrtc.gni ('k') | webrtc/modules/video_coding/codecs/vp8/vp8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698