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

Side by Side Diff: ui/gfx/gfx_tests.gyp

Issue 569623002: Switch ChromeOS Chromium login to use IJG libjpeg (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix copyright and add unit test assertions Created 5 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
« no previous file with comments | « ui/gfx/gfx.gyp ('k') | 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 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 # does not compile display_observer.cc 108 # does not compile display_observer.cc
109 'sources!': [ 109 'sources!': [
110 'display_change_notifier_unittest.cc', 110 'display_change_notifier_unittest.cc',
111 ], 111 ],
112 }], 112 }],
113 ['OS=="android" or OS=="ios"', { 113 ['OS=="android" or OS=="ios"', {
114 'sources!': [ 114 'sources!': [
115 'render_text_unittest.cc', 115 'render_text_unittest.cc',
116 ], 116 ],
117 }], 117 }],
118 ['chromeos==1', {
119 'sources': [
120 'chromeos/codec/jpeg_codec_robust_slow_unittest.cc',
121 ],
122 }],
118 ['use_aura==1', { 123 ['use_aura==1', {
119 'sources!': [ 124 'sources!': [
120 'screen_unittest.cc', 125 'screen_unittest.cc',
121 ], 126 ],
122 },{ 127 },{
123 'sources!': [ 128 'sources!': [
124 'nine_image_painter_unittest.cc', 129 'nine_image_painter_unittest.cc',
125 ], 130 ],
126 }], 131 }],
127 ['OS == "win"', { 132 ['OS == "win"', {
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 'dependencies': [ 198 'dependencies': [
194 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 199 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
195 ], 200 ],
196 }], 201 }],
197 ], 202 ],
198 }, 203 },
199 ], 204 ],
200 }], 205 }],
201 ], 206 ],
202 } 207 }
OLDNEW
« no previous file with comments | « ui/gfx/gfx.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698