OLD | NEW |
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 'includes': [ | 6 'includes': [ |
7 '../media_variables.gypi' | 7 '../media_variables.gypi' |
8 ], | 8 ], |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 'target_name': 'media_blink_unittests', | 108 'target_name': 'media_blink_unittests', |
109 'type': '<(gtest_target_type)', | 109 'type': '<(gtest_target_type)', |
110 'dependencies': [ | 110 'dependencies': [ |
111 'media_blink', | 111 'media_blink', |
112 '../media.gyp:media', | 112 '../media.gyp:media', |
113 '../media.gyp:media_test_support', | 113 '../media.gyp:media_test_support', |
114 '../../base/base.gyp:base', | 114 '../../base/base.gyp:base', |
115 '../../base/base.gyp:test_support_base', | 115 '../../base/base.gyp:test_support_base', |
116 '../../cc/cc.gyp:cc', | 116 '../../cc/cc.gyp:cc', |
117 '../../cc/blink/cc_blink.gyp:cc_blink', | 117 '../../cc/blink/cc_blink.gyp:cc_blink', |
118 '../../components/scheduler/scheduler.gyp:scheduler', | |
119 '../../components/scheduler/scheduler.gyp:scheduler_test_support', | |
120 '../../gin/gin.gyp:gin', | 118 '../../gin/gin.gyp:gin', |
121 '../../net/net.gyp:net', | 119 '../../net/net.gyp:net', |
122 '../../testing/gmock.gyp:gmock', | 120 '../../testing/gmock.gyp:gmock', |
123 '../../testing/gtest.gyp:gtest', | 121 '../../testing/gtest.gyp:gtest', |
124 '../../third_party/WebKit/public/blink.gyp:blink', | 122 '../../third_party/WebKit/public/blink.gyp:blink', |
| 123 '../../third_party/WebKit/public/blink.gyp:blink_test_support', |
125 '../../ui/gfx/gfx.gyp:gfx', | 124 '../../ui/gfx/gfx.gyp:gfx', |
126 '../../ui/gfx/gfx.gyp:gfx_geometry', | 125 '../../ui/gfx/gfx.gyp:gfx_geometry', |
127 '../../ui/gfx/gfx.gyp:gfx_test_support', | 126 '../../ui/gfx/gfx.gyp:gfx_test_support', |
128 '../../url/url.gyp:url_lib', | 127 '../../url/url.gyp:url_lib', |
129 ], | 128 ], |
130 'sources': [ | 129 'sources': [ |
131 'buffered_data_source_host_impl_unittest.cc', | 130 'buffered_data_source_host_impl_unittest.cc', |
132 'buffered_data_source_unittest.cc', | 131 'buffered_data_source_unittest.cc', |
133 'buffered_resource_loader_unittest.cc', | 132 'buffered_resource_loader_unittest.cc', |
134 'cache_util_unittest.cc', | 133 'cache_util_unittest.cc', |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
173 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 172 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
174 ], | 173 ], |
175 } | 174 } |
176 ], | 175 ], |
177 ], | 176 ], |
178 }, | 177 }, |
179 ], | 178 ], |
180 }], | 179 }], |
181 ], | 180 ], |
182 } | 181 } |
OLD | NEW |