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 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
444 'gfx/font_fallback_win.h', | 444 'gfx/font_fallback_win.h', |
445 'gfx/font_list.cc', | 445 'gfx/font_list.cc', |
446 'gfx/font_list.h', | 446 'gfx/font_list.h', |
447 'gfx/font_render_params_android.cc', | 447 'gfx/font_render_params_android.cc', |
448 'gfx/font_render_params_linux.cc', | 448 'gfx/font_render_params_linux.cc', |
449 'gfx/font_render_params_linux.h', | 449 'gfx/font_render_params_linux.h', |
450 'gfx/font_smoothing_win.cc', | 450 'gfx/font_smoothing_win.cc', |
451 'gfx/font_smoothing_win.h', | 451 'gfx/font_smoothing_win.h', |
452 'gfx/gfx_paths.cc', | 452 'gfx/gfx_paths.cc', |
453 'gfx/gfx_paths.h', | 453 'gfx/gfx_paths.h', |
| 454 'gfx/gpu_memory_buffer.h', |
454 'gfx/image/canvas_image_source.cc', | 455 'gfx/image/canvas_image_source.cc', |
455 'gfx/image/canvas_image_source.h', | 456 'gfx/image/canvas_image_source.h', |
456 'gfx/image/image.cc', | 457 'gfx/image/image.cc', |
457 'gfx/image/image.h', | 458 'gfx/image/image.h', |
458 'gfx/image/image_family.cc', | 459 'gfx/image/image_family.cc', |
459 'gfx/image/image_family.h', | 460 'gfx/image/image_family.h', |
460 'gfx/image/image_ios.mm', | 461 'gfx/image/image_ios.mm', |
461 'gfx/image/image_mac.mm', | 462 'gfx/image/image_mac.mm', |
462 'gfx/image/image_png_rep.cc', | 463 'gfx/image/image_png_rep.cc', |
463 'gfx/image/image_png_rep.h', | 464 'gfx/image/image_png_rep.h', |
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1031 'xcode_settings': { | 1032 'xcode_settings': { |
1032 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 1033 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
1033 }, | 1034 }, |
1034 }], | 1035 }], |
1035 ], | 1036 ], |
1036 }, | 1037 }, |
1037 ], | 1038 ], |
1038 }], | 1039 }], |
1039 ], | 1040 ], |
1040 } | 1041 } |
OLD | NEW |