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