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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
381 'gfx/font_fallback_win.h', | 381 'gfx/font_fallback_win.h', |
382 'gfx/font_list.cc', | 382 'gfx/font_list.cc', |
383 'gfx/font_list.h', | 383 'gfx/font_list.h', |
384 'gfx/font_render_params_android.cc', | 384 'gfx/font_render_params_android.cc', |
385 'gfx/font_render_params_linux.cc', | 385 'gfx/font_render_params_linux.cc', |
386 'gfx/font_render_params_linux.h', | 386 'gfx/font_render_params_linux.h', |
387 'gfx/font_smoothing_win.cc', | 387 'gfx/font_smoothing_win.cc', |
388 'gfx/font_smoothing_win.h', | 388 'gfx/font_smoothing_win.h', |
389 'gfx/gfx_paths.cc', | 389 'gfx/gfx_paths.cc', |
390 'gfx/gfx_paths.h', | 390 'gfx/gfx_paths.h', |
| 391 'gfx/icon_family.cc', |
| 392 'gfx/icon_family.h', |
391 'gfx/image/canvas_image_source.cc', | 393 'gfx/image/canvas_image_source.cc', |
392 'gfx/image/canvas_image_source.h', | 394 'gfx/image/canvas_image_source.h', |
393 'gfx/image/image.cc', | 395 'gfx/image/image.cc', |
394 'gfx/image/image.h', | 396 'gfx/image/image.h', |
395 'gfx/image/image_ios.mm', | 397 'gfx/image/image_ios.mm', |
396 'gfx/image/image_mac.mm', | 398 'gfx/image/image_mac.mm', |
397 'gfx/image/image_png_rep.cc', | 399 'gfx/image/image_png_rep.cc', |
398 'gfx/image/image_png_rep.h', | 400 'gfx/image/image_png_rep.h', |
399 'gfx/image/image_skia.cc', | 401 'gfx/image/image_skia.cc', |
400 'gfx/image/image_skia.h', | 402 'gfx/image/image_skia.h', |
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
937 'link_settings': { | 939 'link_settings': { |
938 'libraries': [ | 940 'libraries': [ |
939 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', | 941 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', |
940 ], | 942 ], |
941 }, | 943 }, |
942 }, | 944 }, |
943 ], | 945 ], |
944 }], | 946 }], |
945 ], | 947 ], |
946 } | 948 } |
OLD | NEW |