OLD | NEW |
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 'includes': [ | 9 'includes': [ |
10 'ui_resources.gypi', | 10 'ui_resources.gypi', |
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
369 'gfx/font_render_params_linux.cc', | 369 'gfx/font_render_params_linux.cc', |
370 'gfx/font_render_params_linux.h', | 370 'gfx/font_render_params_linux.h', |
371 'gfx/font_smoothing_win.cc', | 371 'gfx/font_smoothing_win.cc', |
372 'gfx/font_smoothing_win.h', | 372 'gfx/font_smoothing_win.h', |
373 'gfx/gfx_paths.cc', | 373 'gfx/gfx_paths.cc', |
374 'gfx/gfx_paths.h', | 374 'gfx/gfx_paths.h', |
375 'gfx/image/canvas_image_source.cc', | 375 'gfx/image/canvas_image_source.cc', |
376 'gfx/image/canvas_image_source.h', | 376 'gfx/image/canvas_image_source.h', |
377 'gfx/image/image.cc', | 377 'gfx/image/image.cc', |
378 'gfx/image/image.h', | 378 'gfx/image/image.h', |
| 379 'gfx/image/image_mac.mm', |
379 'gfx/image/image_skia.cc', | 380 'gfx/image/image_skia.cc', |
380 'gfx/image/image_skia.h', | 381 'gfx/image/image_skia.h', |
381 'gfx/image/image_skia_operations.cc', | 382 'gfx/image/image_skia_operations.cc', |
382 'gfx/image/image_skia_operations.h', | 383 'gfx/image/image_skia_operations.h', |
383 'gfx/image/image_skia_rep.cc', | 384 'gfx/image/image_skia_rep.cc', |
384 'gfx/image/image_skia_rep.h', | 385 'gfx/image/image_skia_rep.h', |
385 'gfx/image/image_skia_source.h', | 386 'gfx/image/image_skia_source.h', |
386 'gfx/image/image_skia_util_mac.h', | 387 'gfx/image/image_skia_util_mac.h', |
387 'gfx/image/image_skia_util_mac.mm', | 388 'gfx/image/image_skia_util_mac.mm', |
388 'gfx/image/image_util.cc', | 389 'gfx/image/image_util.cc', |
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
774 ], | 775 ], |
775 'conditions': [ | 776 'conditions': [ |
776 ['inside_chromium_build == 1 and OS != "ios"', { | 777 ['inside_chromium_build == 1 and OS != "ios"', { |
777 # TODO(ios): The ui tests do not compile yet on iOS. | 778 # TODO(ios): The ui tests do not compile yet on iOS. |
778 'includes': [ | 779 'includes': [ |
779 'ui_unittests.gypi', | 780 'ui_unittests.gypi', |
780 ]}, | 781 ]}, |
781 ], | 782 ], |
782 ], | 783 ], |
783 } | 784 } |
OLD | NEW |