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 'shell_dialogs.gypi', | 10 'shell_dialogs.gypi', |
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
390 'gfx/font_render_params_linux.cc', | 390 'gfx/font_render_params_linux.cc', |
391 'gfx/font_render_params_linux.h', | 391 'gfx/font_render_params_linux.h', |
392 'gfx/font_smoothing_win.cc', | 392 'gfx/font_smoothing_win.cc', |
393 'gfx/font_smoothing_win.h', | 393 'gfx/font_smoothing_win.h', |
394 'gfx/gfx_paths.cc', | 394 'gfx/gfx_paths.cc', |
395 'gfx/gfx_paths.h', | 395 'gfx/gfx_paths.h', |
396 'gfx/image/canvas_image_source.cc', | 396 'gfx/image/canvas_image_source.cc', |
397 'gfx/image/canvas_image_source.h', | 397 'gfx/image/canvas_image_source.h', |
398 'gfx/image/image.cc', | 398 'gfx/image/image.cc', |
399 'gfx/image/image.h', | 399 'gfx/image/image.h', |
| 400 'gfx/image/image_family.cc', |
| 401 'gfx/image/image_family.h', |
400 'gfx/image/image_ios.mm', | 402 'gfx/image/image_ios.mm', |
401 'gfx/image/image_mac.mm', | 403 'gfx/image/image_mac.mm', |
402 'gfx/image/image_png_rep.cc', | 404 'gfx/image/image_png_rep.cc', |
403 'gfx/image/image_png_rep.h', | 405 'gfx/image/image_png_rep.h', |
404 'gfx/image/image_skia.cc', | 406 'gfx/image/image_skia.cc', |
405 'gfx/image/image_skia.h', | 407 'gfx/image/image_skia.h', |
406 'gfx/image/image_skia_operations.cc', | 408 'gfx/image/image_skia_operations.cc', |
407 'gfx/image/image_skia_operations.h', | 409 'gfx/image/image_skia_operations.h', |
408 'gfx/image/image_skia_rep.cc', | 410 'gfx/image/image_skia_rep.cc', |
409 'gfx/image/image_skia_rep.h', | 411 'gfx/image/image_skia_rep.h', |
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
949 'xcode_settings': { | 951 'xcode_settings': { |
950 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 952 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
951 }, | 953 }, |
952 }], | 954 }], |
953 ], | 955 ], |
954 }, | 956 }, |
955 ], | 957 ], |
956 }], | 958 }], |
957 ], | 959 ], |
958 } | 960 } |
OLD | NEW |