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