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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
398 'gfx/image/image_util.cc', | 398 'gfx/image/image_util.cc', |
399 'gfx/image/image_util.h', | 399 'gfx/image/image_util.h', |
400 'gfx/image/image_util_ios.mm', | 400 'gfx/image/image_util_ios.mm', |
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', | |
409 'gfx/mac/nsimage_cache.mm', | |
410 'gfx/mac/scoped_ns_disable_screen_updates.h', | 408 'gfx/mac/scoped_ns_disable_screen_updates.h', |
411 'gfx/native_widget_types.h', | 409 'gfx/native_widget_types.h', |
412 'gfx/pango_util.cc', | 410 'gfx/pango_util.cc', |
413 'gfx/pango_util.h', | 411 'gfx/pango_util.h', |
414 'gfx/path.cc', | 412 'gfx/path.cc', |
415 'gfx/path.h', | 413 'gfx/path.h', |
416 'gfx/path_aura.cc', | 414 'gfx/path_aura.cc', |
417 'gfx/path_gtk.cc', | 415 'gfx/path_gtk.cc', |
418 'gfx/path_win.cc', | 416 'gfx/path_win.cc', |
419 'gfx/path_win.h', | 417 'gfx/path_win.h', |
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
926 'link_settings': { | 924 'link_settings': { |
927 'libraries': [ | 925 'libraries': [ |
928 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', | 926 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', |
929 ], | 927 ], |
930 }, | 928 }, |
931 }, | 929 }, |
932 ], | 930 ], |
933 }], | 931 }], |
934 ], | 932 ], |
935 } | 933 } |
OLD | NEW |