| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 '../build/common.gypi', | 10 '../build/common.gypi', |
| (...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 536 'gfx/gtk_native_view_id_manager.cc', | 536 'gfx/gtk_native_view_id_manager.cc', |
| 537 'gfx/gtk_native_view_id_manager.h', | 537 'gfx/gtk_native_view_id_manager.h', |
| 538 'gfx/gtk_util.cc', | 538 'gfx/gtk_util.cc', |
| 539 'gfx/gtk_util.h', | 539 'gfx/gtk_util.h', |
| 540 'gfx/jpeg_codec.cc', | 540 'gfx/jpeg_codec.cc', |
| 541 'gfx/jpeg_codec.h', | 541 'gfx/jpeg_codec.h', |
| 542 'gfx/native_theme.cc', | 542 'gfx/native_theme.cc', |
| 543 'gfx/native_theme.h', | 543 'gfx/native_theme.h', |
| 544 'gfx/native_widget_types.h', | 544 'gfx/native_widget_types.h', |
| 545 'gfx/native_widget_types_gtk.cc', | 545 'gfx/native_widget_types_gtk.cc', |
| 546 'gfx/platform_canvas.h', | |
| 547 'gfx/platform_canvas_linux.h', | |
| 548 'gfx/platform_canvas_mac.h', | |
| 549 'gfx/platform_device_linux.h', | |
| 550 'gfx/platform_device_mac.h', | |
| 551 'gfx/png_decoder.cc', | 546 'gfx/png_decoder.cc', |
| 552 'gfx/png_decoder.h', | 547 'gfx/png_decoder.h', |
| 553 'gfx/png_encoder.cc', | 548 'gfx/png_encoder.cc', |
| 554 'gfx/png_encoder.h', | 549 'gfx/png_encoder.h', |
| 555 'gfx/point.cc', | 550 'gfx/point.cc', |
| 556 'gfx/point.h', | 551 'gfx/point.h', |
| 557 'gfx/rect.cc', | 552 'gfx/rect.cc', |
| 558 'gfx/rect.h', | 553 'gfx/rect.h', |
| 559 'gfx/size.cc', | 554 'gfx/size.cc', |
| 560 'gfx/size.h', | 555 'gfx/size.h', |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 779 'msvs_settings': { | 774 'msvs_settings': { |
| 780 'VCLinkerTool': { | 775 'VCLinkerTool': { |
| 781 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 776 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
| 782 }, | 777 }, |
| 783 }, | 778 }, |
| 784 }, | 779 }, |
| 785 ], | 780 ], |
| 786 }], | 781 }], |
| 787 ], | 782 ], |
| 788 } | 783 } |
| OLD | NEW |