Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Side by Side Diff: ui/ui.gyp

Issue 11038059: Bring up of ui/text/elider on iOS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/base/text/text_elider_unittest.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « ui/base/text/text_elider_unittest.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698