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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
365 'gfx/font_render_params_linux.cc', | 365 'gfx/font_render_params_linux.cc', |
366 'gfx/font_render_params_linux.h', | 366 'gfx/font_render_params_linux.h', |
367 'gfx/font_smoothing_win.cc', | 367 'gfx/font_smoothing_win.cc', |
368 'gfx/font_smoothing_win.h', | 368 'gfx/font_smoothing_win.h', |
369 'gfx/gfx_paths.cc', | 369 'gfx/gfx_paths.cc', |
370 'gfx/gfx_paths.h', | 370 'gfx/gfx_paths.h', |
371 'gfx/image/canvas_image_source.cc', | 371 'gfx/image/canvas_image_source.cc', |
372 'gfx/image/canvas_image_source.h', | 372 'gfx/image/canvas_image_source.h', |
373 'gfx/image/image.cc', | 373 'gfx/image/image.cc', |
374 'gfx/image/image.h', | 374 'gfx/image/image.h', |
| 375 'gfx/image/image_mac.mm', |
375 'gfx/image/image_skia.cc', | 376 'gfx/image/image_skia.cc', |
376 'gfx/image/image_skia.h', | 377 'gfx/image/image_skia.h', |
377 'gfx/image/image_skia_operations.cc', | 378 'gfx/image/image_skia_operations.cc', |
378 'gfx/image/image_skia_operations.h', | 379 'gfx/image/image_skia_operations.h', |
379 'gfx/image/image_skia_rep.cc', | 380 'gfx/image/image_skia_rep.cc', |
380 'gfx/image/image_skia_rep.h', | 381 'gfx/image/image_skia_rep.h', |
381 'gfx/image/image_skia_source.h', | 382 'gfx/image/image_skia_source.h', |
382 'gfx/image/image_skia_util_mac.h', | 383 'gfx/image/image_skia_util_mac.h', |
383 'gfx/image/image_skia_util_mac.mm', | 384 'gfx/image/image_skia_util_mac.mm', |
384 'gfx/image/image_util.cc', | 385 'gfx/image/image_util.cc', |
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
767 ], | 768 ], |
768 'conditions': [ | 769 'conditions': [ |
769 ['inside_chromium_build == 1 and OS != "ios"', { | 770 ['inside_chromium_build == 1 and OS != "ios"', { |
770 # TODO(ios): The ui tests do not compile yet on iOS. | 771 # TODO(ios): The ui tests do not compile yet on iOS. |
771 'includes': [ | 772 'includes': [ |
772 'ui_unittests.gypi', | 773 'ui_unittests.gypi', |
773 ]}, | 774 ]}, |
774 ], | 775 ], |
775 ], | 776 ], |
776 } | 777 } |
OLD | NEW |