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

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

Issue 1355083002: Roll chromium_revision 310ea93..8cf53d6 (349094:351112) (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Update to 8cf53d6 (#351112) Created 5 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 | « 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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 'audioproc_unittest_proto', 334 'audioproc_unittest_proto',
335 ], 335 ],
336 'sources': [ 336 'sources': [
337 'audio_processing/audio_processing_impl_unittest.cc', 337 'audio_processing/audio_processing_impl_unittest.cc',
338 'audio_processing/test/audio_processing_unittest.cc', 338 'audio_processing/test/audio_processing_unittest.cc',
339 'audio_processing/test/test_utils.h', 339 'audio_processing/test/test_utils.h',
340 ], 340 ],
341 }], 341 }],
342 ['build_libvpx==1', { 342 ['build_libvpx==1', {
343 'dependencies': [ 343 'dependencies': [
344 '<(libvpx_dir)/libvpx.gyp:libvpx', 344 '<(libvpx_dir)/libvpx.gyp:libvpx_new',
345 ], 345 ],
346 }], 346 }],
347 ['OS=="android"', { 347 ['OS=="android"', {
348 'dependencies': [ 348 'dependencies': [
349 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_cod e', 349 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_cod e',
350 ], 350 ],
351 # Need to disable error due to the line in 351 # Need to disable error due to the line in
352 # base/android/jni_android.h triggering it: 352 # base/android/jni_android.h triggering it:
353 # const BASE_EXPORT jobject GetApplicationContext() 353 # const BASE_EXPORT jobject GetApplicationContext()
354 # error: type qualifiers ignored on function return type 354 # error: type qualifiers ignored on function return type
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 'sources': [ 493 'sources': [
494 'modules_unittests.isolate', 494 'modules_unittests.isolate',
495 ], 495 ],
496 }, 496 },
497 ], 497 ],
498 }], 498 }],
499 ], 499 ],
500 }], # include_tests 500 }], # include_tests
501 ], # conditions 501 ], # conditions
502 } 502 }
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