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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
80 'dependencies': [ | 80 'dependencies': [ |
81 '../../base/base.gyp:base', | 81 '../../base/base.gyp:base', |
82 '../../base/base.gyp:test_support_base', | 82 '../../base/base.gyp:test_support_base', |
83 '../../skia/skia.gyp:skia', | 83 '../../skia/skia.gyp:skia', |
84 '../../testing/gtest.gyp:gtest', | 84 '../../testing/gtest.gyp:gtest', |
85 '../../third_party/libpng/libpng.gyp:libpng', | 85 '../../third_party/libpng/libpng.gyp:libpng', |
86 '../base/ui_base.gyp:ui_base', | 86 '../base/ui_base.gyp:ui_base', |
87 '../resources/ui_resources.gyp:ui_test_pak', | 87 '../resources/ui_resources.gyp:ui_test_pak', |
88 'gfx.gyp:gfx', | 88 'gfx.gyp:gfx', |
89 'gfx.gyp:gfx_geometry', | 89 'gfx.gyp:gfx_geometry', |
| 90 'gfx.gyp:gfx_range', |
90 'gfx.gyp:gfx_test_support', | 91 'gfx.gyp:gfx_test_support', |
91 ], | 92 ], |
92 'conditions': [ | 93 'conditions': [ |
93 ['OS == "ios"', { | 94 ['OS == "ios"', { |
94 'sources': ['<@(_common_sources)'], | 95 'sources': ['<@(_common_sources)'], |
95 }, { # OS != "ios" | 96 }, { # OS != "ios" |
96 'sources': ['<@(_all_sources)'], | 97 'sources': ['<@(_all_sources)'], |
97 }], | 98 }], |
98 ['OS != "mac" and OS != "ios"', { | 99 ['OS != "mac" and OS != "ios"', { |
99 'sources': [ | 100 'sources': [ |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 'dependencies': [ | 200 'dependencies': [ |
200 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 201 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
201 ], | 202 ], |
202 }], | 203 }], |
203 ], | 204 ], |
204 }, | 205 }, |
205 ], | 206 ], |
206 }], | 207 }], |
207 ], | 208 ], |
208 } | 209 } |
OLD | NEW |