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

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

Issue 2118903002: scheduler: Move the Blink scheduler into Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 4 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 | « media/blink/BUILD.gn ('k') | media/blink/run_all_unittests.cc » ('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 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
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
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 }
OLDNEW
« no previous file with comments | « media/blink/BUILD.gn ('k') | media/blink/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698