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 'ui_resources.gypi', | 10 'ui_resources.gypi', |
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
536 ['exclude', '\\.(cc|mm)$'], | 536 ['exclude', '\\.(cc|mm)$'], |
537 ['include', '_ios\\.(cc|mm)$'], | 537 ['include', '_ios\\.(cc|mm)$'], |
538 ['include', '^gfx/'], | 538 ['include', '^gfx/'], |
539 ['exclude', '^gfx/codec/jpeg_codec\\.cc$'], | 539 ['exclude', '^gfx/codec/jpeg_codec\\.cc$'], |
540 ['exclude', '^gfx/pango_util\\.'], | 540 ['exclude', '^gfx/pango_util\\.'], |
541 ['exclude', '^gfx/platform_font_pango\\.'], | 541 ['exclude', '^gfx/platform_font_pango\\.'], |
542 ['include', '^base/animation/'], | 542 ['include', '^base/animation/'], |
543 ['include', '^base/l10n/'], | 543 ['include', '^base/l10n/'], |
544 ['include', '^base/layout'], | 544 ['include', '^base/layout'], |
545 ['include', '^base/resource/'], | 545 ['include', '^base/resource/'], |
| 546 ['include', '^base/text/text_elider\\.'], |
546 ['include', '^base/ui_base_'], | 547 ['include', '^base/ui_base_'], |
547 ], | 548 ], |
548 'link_settings': { | 549 'link_settings': { |
549 'libraries': [ | 550 'libraries': [ |
550 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework', | 551 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework', |
551 ], | 552 ], |
552 }, | 553 }, |
553 }], | 554 }], |
554 # TODO(asvitkine): Switch all platforms to use canvas_skia.cc. | 555 # TODO(asvitkine): Switch all platforms to use canvas_skia.cc. |
555 # http://crbug.com/105550 | 556 # http://crbug.com/105550 |
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
874 }, | 875 }, |
875 'dependencies': [ | 876 'dependencies': [ |
876 '../base/base.gyp:base_java', | 877 '../base/base.gyp:base_java', |
877 ], | 878 ], |
878 'includes': [ '../build/java.gypi' ], | 879 'includes': [ '../build/java.gypi' ], |
879 }, | 880 }, |
880 ], | 881 ], |
881 }], | 882 }], |
882 ], | 883 ], |
883 } | 884 } |
OLD | NEW |