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

Side by Side Diff: media/blink/media_blink.gyp

Issue 607073002: Gyp cleanup after CL495353003 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « no previous file | 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //media/blink 8 # GN version: //media/blink
9 'target_name': 'media_blink', 9 'target_name': 'media_blink',
10 'type': '<(component)', 10 'type': '<(component)',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'webmediaplayer_util.h', 55 'webmediaplayer_util.h',
56 'webmediasource_impl.cc', 56 'webmediasource_impl.cc',
57 'webmediasource_impl.h', 57 'webmediasource_impl.h',
58 'websourcebuffer_impl.cc', 58 'websourcebuffer_impl.cc',
59 'websourcebuffer_impl.h', 59 'websourcebuffer_impl.h',
60 ], 60 ],
61 'conditions': [ 61 'conditions': [
62 ['OS=="android"', { 62 ['OS=="android"', {
63 'sources!': [ 63 'sources!': [
64 'webmediaplayer_impl.cc', 64 'webmediaplayer_impl.cc',
65 'webmediaplayer_impl.h',
65 ], 66 ],
66 }, 67 }],
67 ],
68 ], 68 ],
69 }, 69 },
70 { 70 {
71 'target_name': 'media_blink_unittests', 71 'target_name': 'media_blink_unittests',
72 'type': '<(gtest_target_type)', 72 'type': '<(gtest_target_type)',
73 'dependencies': [ 73 'dependencies': [
74 'media_blink', 74 'media_blink',
75 '../media.gyp:media', 75 '../media.gyp:media',
76 '../media.gyp:media_test_support', 76 '../media.gyp:media_test_support',
77 '../../base/base.gyp:base', 77 '../../base/base.gyp:base',
(...skipping 19 matching lines...) Expand all
97 'mock_weburlloader.h', 97 'mock_weburlloader.h',
98 'run_all_unittests.cc', 98 'run_all_unittests.cc',
99 'test_response_generator.cc', 99 'test_response_generator.cc',
100 'test_response_generator.h', 100 'test_response_generator.h',
101 'video_frame_compositor_unittest.cc', 101 'video_frame_compositor_unittest.cc',
102 'webaudiosourceprovider_impl_unittest.cc', 102 'webaudiosourceprovider_impl_unittest.cc',
103 ], 103 ],
104 }, 104 },
105 ] 105 ]
106 } 106 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698