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

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

Issue 1340343003: scheduler: Implement WebFrameScheduler and WebPageScheduler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased + fixed gn build. Created 5 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 | « media/blink/DEPS ('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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « media/blink/DEPS ('k') | media/blink/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698