| 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 525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 935 'link_settings': { | 937 'link_settings': { |
| 936 'libraries': [ | 938 'libraries': [ |
| 937 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', | 939 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', |
| 938 ], | 940 ], |
| 939 }, | 941 }, |
| 940 }, | 942 }, |
| 941 ], | 943 ], |
| 942 }], | 944 }], |
| 943 ], | 945 ], |
| 944 } | 946 } |
| OLD | NEW |