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

Side by Side Diff: ui/surface/surface.gyp

Issue 15151002: Streamline SIMD targets in media.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add Win64 hack. Created 7 years, 7 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 | « third_party/yasm/yasm_compile.gypi ('k') | webkit/media/webkit_media.gypi » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'target_defaults': { 10 'target_defaults': {
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 ], 92 ],
93 'conditions': [ 93 'conditions': [
94 ['OS == "win"', { 94 ['OS == "win"', {
95 'targets': [ 95 'targets': [
96 { 96 {
97 'target_name': 'surface_gpu_tests', 97 'target_name': 'surface_gpu_tests',
98 'type': '<(gtest_target_type)', 98 'type': '<(gtest_target_type)',
99 'dependencies': [ 99 'dependencies': [
100 '<(DEPTH)/base/base.gyp:base', 100 '<(DEPTH)/base/base.gyp:base',
101 '<(DEPTH)/base/base.gyp:run_all_unittests', 101 '<(DEPTH)/base/base.gyp:run_all_unittests',
102 '<(DEPTH)/media/media.gyp:yuv_convert', 102 '<(DEPTH)/media/media.gyp:media',
103 '<(DEPTH)/skia/skia.gyp:skia', 103 '<(DEPTH)/skia/skia.gyp:skia',
104 '<(DEPTH)/testing/gtest.gyp:gtest', 104 '<(DEPTH)/testing/gtest.gyp:gtest',
105 '<(DEPTH)/ui/ui.gyp:ui', 105 '<(DEPTH)/ui/ui.gyp:ui',
106 'surface', 106 'surface',
107 ], 107 ],
108 'sources': [ 108 'sources': [
109 'accelerated_surface_transformer_win_unittest.cc', 109 'accelerated_surface_transformer_win_unittest.cc',
110 ], 110 ],
111 }, 111 },
112 ], 112 ],
113 }], 113 }],
114 ], 114 ],
115 } 115 }
OLDNEW
« no previous file with comments | « third_party/yasm/yasm_compile.gypi ('k') | webkit/media/webkit_media.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698