Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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 } |
| OLD | NEW |