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

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: Using MAYBE_. 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
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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'base/animation/slide_animation.h', 56 'base/animation/slide_animation.h',
57 'base/animation/tween.cc', 57 'base/animation/tween.cc',
58 'base/animation/tween.h', 58 'base/animation/tween.h',
59 'base/layout.cc', 59 'base/layout.cc',
60 'base/layout.h', 60 'base/layout.h',
61 'base/models/tree_node_iterator.h', 61 'base/models/tree_node_iterator.h',
62 'base/models/tree_node_model.h', 62 'base/models/tree_node_model.h',
63 'base/resource/data_pack.cc', 63 'base/resource/data_pack.cc',
64 'base/resource/data_pack.h', 64 'base/resource/data_pack.h',
65 'base/resource/resource_handle.h', 65 'base/resource/resource_handle.h',
66 'base/text/text_elider.cc',
67 'base/text/text_elider.h',
66 'base/ui_base_paths.cc', 68 'base/ui_base_paths.cc',
67 'base/ui_base_paths.h', 69 'base/ui_base_paths.h',
68 'base/ui_base_switches.cc', 70 'base/ui_base_switches.cc',
69 'base/ui_base_switches.h', 71 'base/ui_base_switches.h',
70 'base/ui_export.h', 72 'base/ui_export.h',
71 'gfx/font.cc', 73 'gfx/font.cc',
72 'gfx/font.h', 74 'gfx/font.h',
73 'gfx/image/image.cc', 75 'gfx/image/image.cc',
74 'gfx/image/image.h', 76 'gfx/image/image.h',
75 'gfx/image/image_ios.mm', 77 'gfx/image/image_ios.mm',
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 'base/resource/resource_bundle_android.cc', 365 'base/resource/resource_bundle_android.cc',
364 'base/resource/resource_bundle_aurax11.cc', 366 'base/resource/resource_bundle_aurax11.cc',
365 'base/resource/resource_bundle_gtk.cc', 367 'base/resource/resource_bundle_gtk.cc',
366 'base/resource/resource_bundle_mac.mm', 368 'base/resource/resource_bundle_mac.mm',
367 'base/resource/resource_bundle_win.cc', 369 'base/resource/resource_bundle_win.cc',
368 'base/resource/resource_bundle_win.h', 370 'base/resource/resource_bundle_win.h',
369 'base/resource/resource_data_dll_win.cc', 371 'base/resource/resource_data_dll_win.cc',
370 'base/resource/resource_data_dll_win.h', 372 'base/resource/resource_data_dll_win.h',
371 'base/text/bytes_formatting.cc', 373 'base/text/bytes_formatting.cc',
372 'base/text/bytes_formatting.h', 374 'base/text/bytes_formatting.h',
373 'base/text/text_elider.cc',
374 'base/text/text_elider.h',
375 'base/text/utf16_indexing.cc', 375 'base/text/utf16_indexing.cc',
376 'base/text/utf16_indexing.h', 376 'base/text/utf16_indexing.h',
377 'base/theme_provider.cc', 377 'base/theme_provider.cc',
378 'base/theme_provider.h', 378 'base/theme_provider.h',
379 'base/touch/touch_factory.cc', 379 'base/touch/touch_factory.cc',
380 'base/touch/touch_factory.h', 380 'base/touch/touch_factory.h',
381 'base/ui_base_exports.cc', 381 'base/ui_base_exports.cc',
382 'base/ui_base_types.h', 382 'base/ui_base_types.h',
383 'base/view_prop.cc', 383 'base/view_prop.cc',
384 'base/view_prop.h', 384 'base/view_prop.h',
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
870 ], 870 ],
871 'export_dependent_settings': [ 871 'export_dependent_settings': [
872 '../base/base.gyp:base_java', 872 '../base/base.gyp:base_java',
873 ], 873 ],
874 'includes': [ '../build/java.gypi' ], 874 'includes': [ '../build/java.gypi' ],
875 }, 875 },
876 ], 876 ],
877 }], 877 }],
878 ], 878 ],
879 } 879 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698