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

Side by Side Diff: content/content_tests.gypi

Issue 7941003: Add base dependency since omx_video_decode_accelerator_unittest depends on base/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 | Annotate | Revision Log
« 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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 ], 182 ],
183 }, 183 },
184 ], 184 ],
185 'conditions': [ 185 'conditions': [
186 ['target_arch=="arm"', { 186 ['target_arch=="arm"', {
187 'targets': [ 187 'targets': [
188 { 188 {
189 'target_name': 'omx_video_decode_accelerator_unittest', 189 'target_name': 'omx_video_decode_accelerator_unittest',
190 'type': 'executable', 190 'type': 'executable',
191 'dependencies': [ 191 'dependencies': [
192 '../base/base.gyp:base',
Ami GONE FROM CHROMIUM 2011/09/19 16:39:44 sort by moving below content (consistent with l.12
192 'content', 193 'content',
193 '../testing/gtest.gyp:gtest', 194 '../testing/gtest.gyp:gtest',
194 ], 195 ],
195 'include_dirs': [ 196 'include_dirs': [
196 '<(DEPTH)/third_party/angle/include', 197 '<(DEPTH)/third_party/angle/include',
197 '<(DEPTH)/third_party/openmax/il', 198 '<(DEPTH)/third_party/openmax/il',
198 ], 199 ],
199 'sources': [ 200 'sources': [
200 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 201 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
201 ], 202 ],
202 } 203 }
203 ], 204 ],
204 }, 205 },
205 ], 206 ],
206 ], 207 ],
207 } 208 }
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