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

Side by Side Diff: ui/ui.gyp

Issue 24012002: Move Range code to gfx. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: d Created 7 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « ui/keyboard/keyboard_controller_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 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 'base/ozone/evdev/touch_event_converter_ozone.cc', 293 'base/ozone/evdev/touch_event_converter_ozone.cc',
294 'base/ozone/evdev/touch_event_converter_ozone.h', 294 'base/ozone/evdev/touch_event_converter_ozone.h',
295 'base/ozone/event_converter_ozone.cc', 295 'base/ozone/event_converter_ozone.cc',
296 'base/ozone/event_converter_ozone.h', 296 'base/ozone/event_converter_ozone.h',
297 'base/ozone/event_factory_delegate_ozone.h', 297 'base/ozone/event_factory_delegate_ozone.h',
298 'base/ozone/event_factory_ozone.cc', 298 'base/ozone/event_factory_ozone.cc',
299 'base/ozone/event_factory_ozone.h', 299 'base/ozone/event_factory_ozone.h',
300 'base/ozone/events_ozone.cc', 300 'base/ozone/events_ozone.cc',
301 'base/ozone/surface_factory_ozone.cc', 301 'base/ozone/surface_factory_ozone.cc',
302 'base/ozone/surface_factory_ozone.h', 302 'base/ozone/surface_factory_ozone.h',
303 'base/range/range.cc',
304 'base/range/range.h',
305 'base/range/range_mac.mm',
306 'base/range/range_win.cc',
307 'base/resource/data_pack.cc', 303 'base/resource/data_pack.cc',
308 'base/resource/data_pack.h', 304 'base/resource/data_pack.h',
309 'base/resource/resource_bundle.cc', 305 'base/resource/resource_bundle.cc',
310 'base/resource/resource_bundle.h', 306 'base/resource/resource_bundle.h',
311 'base/resource/resource_bundle_android.cc', 307 'base/resource/resource_bundle_android.cc',
312 'base/resource/resource_bundle_auralinux.cc', 308 'base/resource/resource_bundle_auralinux.cc',
313 'base/resource/resource_bundle_gtk.cc', 309 'base/resource/resource_bundle_gtk.cc',
314 'base/resource/resource_bundle_ios.mm', 310 'base/resource/resource_bundle_ios.mm',
315 'base/resource/resource_bundle_mac.mm', 311 'base/resource/resource_bundle_mac.mm',
316 'base/resource/resource_bundle_win.cc', 312 'base/resource/resource_bundle_win.cc',
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 'gfx/point.h', 517 'gfx/point.h',
522 'gfx/point3_f.cc', 518 'gfx/point3_f.cc',
523 'gfx/point3_f.h', 519 'gfx/point3_f.h',
524 'gfx/point_base.h', 520 'gfx/point_base.h',
525 'gfx/point_conversions.cc', 521 'gfx/point_conversions.cc',
526 'gfx/point_conversions.h', 522 'gfx/point_conversions.h',
527 'gfx/point_f.cc', 523 'gfx/point_f.cc',
528 'gfx/point_f.h', 524 'gfx/point_f.h',
529 'gfx/quad_f.cc', 525 'gfx/quad_f.cc',
530 'gfx/quad_f.h', 526 'gfx/quad_f.h',
527 'gfx/range/range.cc',
528 'gfx/range/range.h',
529 'gfx/range/range_mac.mm',
530 'gfx/range/range_win.cc',
531 'gfx/rect.cc', 531 'gfx/rect.cc',
532 'gfx/rect.h', 532 'gfx/rect.h',
533 'gfx/rect_base.h', 533 'gfx/rect_base.h',
534 'gfx/rect_base_impl.h', 534 'gfx/rect_base_impl.h',
535 'gfx/rect_conversions.cc', 535 'gfx/rect_conversions.cc',
536 'gfx/rect_conversions.h', 536 'gfx/rect_conversions.h',
537 'gfx/rect_f.cc', 537 'gfx/rect_f.cc',
538 'gfx/rect_f.h', 538 'gfx/rect_f.h',
539 'gfx/render_text.cc', 539 'gfx/render_text.cc',
540 'gfx/render_text.h', 540 'gfx/render_text.h',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 '<(libjpeg_gyp_path):libjpeg', 621 '<(libjpeg_gyp_path):libjpeg',
622 ], 622 ],
623 }, { # OS=="ios" 623 }, { # OS=="ios"
624 # iOS only uses a subset of UI. 624 # iOS only uses a subset of UI.
625 'sources/': [ 625 'sources/': [
626 ['exclude', '\\.(cc|mm)$'], 626 ['exclude', '\\.(cc|mm)$'],
627 ['include', '_ios\\.(cc|mm)$'], 627 ['include', '_ios\\.(cc|mm)$'],
628 ['include', '(^|/)ios/'], 628 ['include', '(^|/)ios/'],
629 ['include', '^gfx/'], 629 ['include', '^gfx/'],
630 ['exclude', '^gfx/codec/jpeg_codec\\.cc$'], 630 ['exclude', '^gfx/codec/jpeg_codec\\.cc$'],
631 ['include', '^gfx/range/'],
631 ['include', '^base/animation/'], 632 ['include', '^base/animation/'],
632 ['include', '^base/l10n/'], 633 ['include', '^base/l10n/'],
633 ['include', '^base/layout'], 634 ['include', '^base/layout'],
634 ['include', '^base/range/'],
635 ['include', '^base/resource/'], 635 ['include', '^base/resource/'],
636 ['include', '^base/text/text_elider\\.'], 636 ['include', '^base/text/text_elider\\.'],
637 ['include', '^base/ui_base_'], 637 ['include', '^base/ui_base_'],
638 ], 638 ],
639 'link_settings': { 639 'link_settings': {
640 'libraries': [ 640 'libraries': [
641 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework', 641 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework',
642 ], 642 ],
643 }, 643 },
644 }], 644 }],
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
1075 'xcode_settings': { 1075 'xcode_settings': {
1076 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 1076 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
1077 }, 1077 },
1078 }], 1078 }],
1079 ], 1079 ],
1080 }, 1080 },
1081 ], 1081 ],
1082 }], 1082 }],
1083 ], 1083 ],
1084 } 1084 }
OLDNEW
« no previous file with comments | « ui/keyboard/keyboard_controller_unittest.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698