| 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 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 401 'gfx/insets.cc', | 401 'gfx/insets.cc', |
| 402 'gfx/insets.h', | 402 'gfx/insets.h', |
| 403 'gfx/insets_base.h', | 403 'gfx/insets_base.h', |
| 404 'gfx/insets_f.cc', | 404 'gfx/insets_f.cc', |
| 405 'gfx/insets_f.h', | 405 'gfx/insets_f.h', |
| 406 'gfx/interpolated_transform.cc', | 406 'gfx/interpolated_transform.cc', |
| 407 'gfx/interpolated_transform.h', | 407 'gfx/interpolated_transform.h', |
| 408 'gfx/mac/nsimage_cache.h', | 408 'gfx/mac/nsimage_cache.h', |
| 409 'gfx/mac/nsimage_cache.mm', | 409 'gfx/mac/nsimage_cache.mm', |
| 410 'gfx/mac/scoped_ns_disable_screen_updates.h', | 410 'gfx/mac/scoped_ns_disable_screen_updates.h', |
| 411 'gfx/matrix3_f.cc', |
| 412 'gfx/matrix3_f.h', |
| 411 'gfx/native_widget_types.h', | 413 'gfx/native_widget_types.h', |
| 412 'gfx/pango_util.cc', | 414 'gfx/pango_util.cc', |
| 413 'gfx/pango_util.h', | 415 'gfx/pango_util.h', |
| 414 'gfx/path.cc', | 416 'gfx/path.cc', |
| 415 'gfx/path.h', | 417 'gfx/path.h', |
| 416 'gfx/path_aura.cc', | 418 'gfx/path_aura.cc', |
| 417 'gfx/path_gtk.cc', | 419 'gfx/path_gtk.cc', |
| 418 'gfx/path_win.cc', | 420 'gfx/path_win.cc', |
| 419 'gfx/path_win.h', | 421 'gfx/path_win.h', |
| 420 'gfx/platform_font.h', | 422 'gfx/platform_font.h', |
| (...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 926 'link_settings': { | 928 'link_settings': { |
| 927 'libraries': [ | 929 'libraries': [ |
| 928 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', | 930 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', |
| 929 ], | 931 ], |
| 930 }, | 932 }, |
| 931 }, | 933 }, |
| 932 ], | 934 ], |
| 933 }], | 935 }], |
| 934 ], | 936 ], |
| 935 } | 937 } |
| OLD | NEW |