| 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 'target_name': 'media_blink_unittests', | 93 'target_name': 'media_blink_unittests', |
| 94 'type': '<(gtest_target_type)', | 94 'type': '<(gtest_target_type)', |
| 95 'dependencies': [ | 95 'dependencies': [ |
| 96 'media_blink', | 96 'media_blink', |
| 97 '../media.gyp:media', | 97 '../media.gyp:media', |
| 98 '../media.gyp:media_test_support', | 98 '../media.gyp:media_test_support', |
| 99 '../../base/base.gyp:base', | 99 '../../base/base.gyp:base', |
| 100 '../../base/base.gyp:test_support_base', | 100 '../../base/base.gyp:test_support_base', |
| 101 '../../cc/cc.gyp:cc', | 101 '../../cc/cc.gyp:cc', |
| 102 '../../cc/blink/cc_blink.gyp:cc_blink', | 102 '../../cc/blink/cc_blink.gyp:cc_blink', |
| 103 '../../components/scheduler/scheduler.gyp:scheduler', |
| 104 '../../components/scheduler/scheduler.gyp:scheduler_test_support', |
| 103 '../../gin/gin.gyp:gin', | 105 '../../gin/gin.gyp:gin', |
| 104 '../../net/net.gyp:net', | 106 '../../net/net.gyp:net', |
| 105 '../../testing/gmock.gyp:gmock', | 107 '../../testing/gmock.gyp:gmock', |
| 106 '../../testing/gtest.gyp:gtest', | 108 '../../testing/gtest.gyp:gtest', |
| 107 '../../third_party/WebKit/public/blink.gyp:blink', | 109 '../../third_party/WebKit/public/blink.gyp:blink', |
| 108 '../../ui/gfx/gfx.gyp:gfx', | 110 '../../ui/gfx/gfx.gyp:gfx', |
| 109 '../../ui/gfx/gfx.gyp:gfx_geometry', | 111 '../../ui/gfx/gfx.gyp:gfx_geometry', |
| 110 '../../ui/gfx/gfx.gyp:gfx_test_support', | 112 '../../ui/gfx/gfx.gyp:gfx_test_support', |
| 111 '../../url/url.gyp:url_lib', | 113 '../../url/url.gyp:url_lib', |
| 112 ], | 114 ], |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 151 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 150 ], | 152 ], |
| 151 } | 153 } |
| 152 ], | 154 ], |
| 153 ], | 155 ], |
| 154 }, | 156 }, |
| 155 ], | 157 ], |
| 156 }], | 158 }], |
| 157 ], | 159 ], |
| 158 } | 160 } |
| OLD | NEW |