Chromium Code Reviews

Side by Side Diff: webrtc/modules/video_coding/codecs/vp8/vp8.gyp

Issue 2267113002: GN: Fix test_support_unittests and MIPS compile issue. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Move all metrics/ sources and remove metrics.gyp Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 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 40 matching lines...)
51 ], # targets 51 ], # targets
52 'conditions': [ 52 'conditions': [
53 ['include_tests==1', { 53 ['include_tests==1', {
54 'targets': [ 54 'targets': [
55 { 55 {
56 'target_name': 'vp8_coder', 56 'target_name': 'vp8_coder',
57 'type': 'executable', 57 'type': 'executable',
58 'dependencies': [ 58 'dependencies': [
59 'webrtc_vp8', 59 'webrtc_vp8',
60 '<(webrtc_root)/common_video/common_video.gyp:common_video', 60 '<(webrtc_root)/common_video/common_video.gyp:common_video',
61 '<(webrtc_root)/test/metrics.gyp:metrics',
62 '<(DEPTH)/testing/gtest.gyp:gtest', 61 '<(DEPTH)/testing/gtest.gyp:gtest',
63 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers' , 62 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers' ,
64 '<(webrtc_root)/test/test.gyp:test_support_main', 63 '<(webrtc_root)/test/test.gyp:test_support_main',
65 '<(webrtc_root)/tools/internal_tools.gyp:command_line_parser', 64 '<(webrtc_root)/tools/internal_tools.gyp:command_line_parser',
66 ], 65 ],
67 'sources': [ 66 'sources': [
68 'vp8_sequence_coder.cc', 67 'vp8_sequence_coder.cc',
69 ], 68 ],
70 }, 69 },
71 ], # targets 70 ], # targets
72 }], # include_tests 71 }], # include_tests
73 ], 72 ],
74 } 73 }
OLDNEW

Powered by Google App Engine