| 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 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 450 'gfx/font.h', | 450 'gfx/font.h', |
| 451 'gfx/font_fallback_win.cc', | 451 'gfx/font_fallback_win.cc', |
| 452 'gfx/font_fallback_win.h', | 452 'gfx/font_fallback_win.h', |
| 453 'gfx/font_list.cc', | 453 'gfx/font_list.cc', |
| 454 'gfx/font_list.h', | 454 'gfx/font_list.h', |
| 455 'gfx/font_render_params_android.cc', | 455 'gfx/font_render_params_android.cc', |
| 456 'gfx/font_render_params_linux.cc', | 456 'gfx/font_render_params_linux.cc', |
| 457 'gfx/font_render_params_linux.h', | 457 'gfx/font_render_params_linux.h', |
| 458 'gfx/font_smoothing_win.cc', | 458 'gfx/font_smoothing_win.cc', |
| 459 'gfx/font_smoothing_win.h', | 459 'gfx/font_smoothing_win.h', |
| 460 'gfx/gfx_export.h', |
| 460 'gfx/gfx_paths.cc', | 461 'gfx/gfx_paths.cc', |
| 461 'gfx/gfx_paths.h', | 462 'gfx/gfx_paths.h', |
| 462 'gfx/gpu_memory_buffer.cc', | 463 'gfx/gpu_memory_buffer.cc', |
| 463 'gfx/gpu_memory_buffer.h', | 464 'gfx/gpu_memory_buffer.h', |
| 464 'gfx/image/canvas_image_source.cc', | 465 'gfx/image/canvas_image_source.cc', |
| 465 'gfx/image/canvas_image_source.h', | 466 'gfx/image/canvas_image_source.h', |
| 466 'gfx/image/image.cc', | 467 'gfx/image/image.cc', |
| 467 'gfx/image/image.h', | 468 'gfx/image/image.h', |
| 468 'gfx/image/image_family.cc', | 469 'gfx/image/image_family.cc', |
| 469 'gfx/image/image_family.h', | 470 'gfx/image/image_family.h', |
| (...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1074 'xcode_settings': { | 1075 'xcode_settings': { |
| 1075 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 1076 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
| 1076 }, | 1077 }, |
| 1077 }], | 1078 }], |
| 1078 ], | 1079 ], |
| 1079 }, | 1080 }, |
| 1080 ], | 1081 ], |
| 1081 }], | 1082 }], |
| 1082 ], | 1083 ], |
| 1083 } | 1084 } |
| OLD | NEW |