| 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 13 matching lines...) Expand all Loading... |
| 24 '../skia/skia.gyp:skia', | 24 '../skia/skia.gyp:skia', |
| 25 '../third_party/icu/icu.gyp:icui18n', | 25 '../third_party/icu/icu.gyp:icui18n', |
| 26 '../third_party/icu/icu.gyp:icuuc', | 26 '../third_party/icu/icu.gyp:icuuc', |
| 27 '../third_party/libpng/libpng.gyp:libpng', | 27 '../third_party/libpng/libpng.gyp:libpng', |
| 28 '../third_party/zlib/zlib.gyp:zlib', | 28 '../third_party/zlib/zlib.gyp:zlib', |
| 29 '../url/url.gyp:url_lib', | 29 '../url/url.gyp:url_lib', |
| 30 'base/strings/ui_strings.gyp:ui_strings', | 30 'base/strings/ui_strings.gyp:ui_strings', |
| 31 'ui_resources', | 31 'ui_resources', |
| 32 ], | 32 ], |
| 33 'defines': [ | 33 'defines': [ |
| 34 # TODO(sky): remove once gfx dependencies are corrected. |
| 35 'GFX_IMPLEMENTATION', |
| 34 'UI_IMPLEMENTATION', | 36 'UI_IMPLEMENTATION', |
| 35 ], | 37 ], |
| 36 # Export these dependencies since text_elider.h includes ICU headers. | 38 # Export these dependencies since text_elider.h includes ICU headers. |
| 37 'export_dependent_settings': [ | 39 'export_dependent_settings': [ |
| 38 '../net/net.gyp:net', | 40 '../net/net.gyp:net', |
| 39 '../third_party/icu/icu.gyp:icui18n', | 41 '../third_party/icu/icu.gyp:icui18n', |
| 40 '../third_party/icu/icu.gyp:icuuc', | 42 '../third_party/icu/icu.gyp:icuuc', |
| 41 ], | 43 ], |
| 42 'sources' : [ | 44 'sources' : [ |
| 43 'android/ui_jni_registrar.cc', | 45 'android/ui_jni_registrar.cc', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 55 'base/accelerators/platform_accelerator_cocoa.mm', | 57 'base/accelerators/platform_accelerator_cocoa.mm', |
| 56 'base/accelerators/platform_accelerator_gtk.cc', | 58 'base/accelerators/platform_accelerator_gtk.cc', |
| 57 'base/accelerators/platform_accelerator_gtk.h', | 59 'base/accelerators/platform_accelerator_gtk.h', |
| 58 'base/accelerators/accelerator_manager.cc', | 60 'base/accelerators/accelerator_manager.cc', |
| 59 'base/accelerators/accelerator_manager.h', | 61 'base/accelerators/accelerator_manager.h', |
| 60 'base/accessibility/accessibility_types.h', | 62 'base/accessibility/accessibility_types.h', |
| 61 'base/accessibility/accessible_text_utils.cc', | 63 'base/accessibility/accessible_text_utils.cc', |
| 62 'base/accessibility/accessible_text_utils.h', | 64 'base/accessibility/accessible_text_utils.h', |
| 63 'base/accessibility/accessible_view_state.cc', | 65 'base/accessibility/accessible_view_state.cc', |
| 64 'base/accessibility/accessible_view_state.h', | 66 'base/accessibility/accessible_view_state.h', |
| 65 'base/animation/animation.cc', | |
| 66 'base/animation/animation.h', | |
| 67 'base/animation/animation_container.cc', | |
| 68 'base/animation/animation_container.h', | |
| 69 'base/animation/animation_container_element.h', | |
| 70 'base/animation/animation_container_observer.h', | |
| 71 'base/animation/animation_delegate.h', | |
| 72 'base/animation/linear_animation.cc', | |
| 73 'base/animation/linear_animation.h', | |
| 74 'base/animation/multi_animation.cc', | |
| 75 'base/animation/multi_animation.h', | |
| 76 'base/animation/slide_animation.cc', | |
| 77 'base/animation/slide_animation.h', | |
| 78 'base/animation/throb_animation.cc', | |
| 79 'base/animation/throb_animation.h', | |
| 80 'base/animation/tween.cc', | |
| 81 'base/animation/tween.h', | |
| 82 'base/base_window.cc', | 67 'base/base_window.cc', |
| 83 'base/base_window.h', | 68 'base/base_window.h', |
| 84 'base/clipboard/clipboard.cc', | 69 'base/clipboard/clipboard.cc', |
| 85 'base/clipboard/clipboard.h', | 70 'base/clipboard/clipboard.h', |
| 86 'base/clipboard/clipboard_android.cc', | 71 'base/clipboard/clipboard_android.cc', |
| 87 'base/clipboard/clipboard_android_initialization.h', | 72 'base/clipboard/clipboard_android_initialization.h', |
| 88 'base/clipboard/clipboard_aura.cc', | 73 'base/clipboard/clipboard_aura.cc', |
| 89 'base/clipboard/clipboard_aurax11.cc', | 74 'base/clipboard/clipboard_aurax11.cc', |
| 90 'base/clipboard/clipboard_constants.cc', | 75 'base/clipboard/clipboard_constants.cc', |
| 91 'base/clipboard/clipboard_gtk.cc', | 76 'base/clipboard/clipboard_gtk.cc', |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 388 'base/x/work_area_watcher_x.h', | 373 'base/x/work_area_watcher_x.h', |
| 389 'base/x/x11_atom_cache.cc', | 374 'base/x/x11_atom_cache.cc', |
| 390 'base/x/x11_atom_cache.h', | 375 'base/x/x11_atom_cache.h', |
| 391 'base/x/x11_util.cc', | 376 'base/x/x11_util.cc', |
| 392 'base/x/x11_util.h', | 377 'base/x/x11_util.h', |
| 393 'base/x/x11_util_internal.h', | 378 'base/x/x11_util_internal.h', |
| 394 'gfx/android/device_display_info.cc', | 379 'gfx/android/device_display_info.cc', |
| 395 'gfx/android/device_display_info.h', | 380 'gfx/android/device_display_info.h', |
| 396 'gfx/android/java_bitmap.cc', | 381 'gfx/android/java_bitmap.cc', |
| 397 'gfx/android/java_bitmap.h', | 382 'gfx/android/java_bitmap.h', |
| 383 'gfx/animation/animation.cc', |
| 384 'gfx/animation/animation.h', |
| 385 'gfx/animation/animation_container.cc', |
| 386 'gfx/animation/animation_container.h', |
| 387 'gfx/animation/animation_container_element.h', |
| 388 'gfx/animation/animation_container_observer.h', |
| 389 'gfx/animation/animation_delegate.h', |
| 390 'gfx/animation/linear_animation.cc', |
| 391 'gfx/animation/linear_animation.h', |
| 392 'gfx/animation/multi_animation.cc', |
| 393 'gfx/animation/multi_animation.h', |
| 394 'gfx/animation/slide_animation.cc', |
| 395 'gfx/animation/slide_animation.h', |
| 396 'gfx/animation/throb_animation.cc', |
| 397 'gfx/animation/throb_animation.h', |
| 398 'gfx/animation/tween.cc', |
| 399 'gfx/animation/tween.h', |
| 398 'gfx/blit.cc', | 400 'gfx/blit.cc', |
| 399 'gfx/blit.h', | 401 'gfx/blit.h', |
| 400 'gfx/box_f.cc', | 402 'gfx/box_f.cc', |
| 401 'gfx/box_f.h', | 403 'gfx/box_f.h', |
| 402 'gfx/break_list.h', | 404 'gfx/break_list.h', |
| 403 'gfx/canvas.cc', | 405 'gfx/canvas.cc', |
| 404 'gfx/canvas.h', | 406 'gfx/canvas.h', |
| 405 'gfx/canvas_android.cc', | 407 'gfx/canvas_android.cc', |
| 406 'gfx/canvas_paint_gtk.cc', | 408 'gfx/canvas_paint_gtk.cc', |
| 407 'gfx/canvas_paint_gtk.h', | 409 'gfx/canvas_paint_gtk.h', |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 620 'dependencies': [ | 622 'dependencies': [ |
| 621 '<(libjpeg_gyp_path):libjpeg', | 623 '<(libjpeg_gyp_path):libjpeg', |
| 622 ], | 624 ], |
| 623 }, { # OS=="ios" | 625 }, { # OS=="ios" |
| 624 # iOS only uses a subset of UI. | 626 # iOS only uses a subset of UI. |
| 625 'sources/': [ | 627 'sources/': [ |
| 626 ['exclude', '\\.(cc|mm)$'], | 628 ['exclude', '\\.(cc|mm)$'], |
| 627 ['include', '_ios\\.(cc|mm)$'], | 629 ['include', '_ios\\.(cc|mm)$'], |
| 628 ['include', '(^|/)ios/'], | 630 ['include', '(^|/)ios/'], |
| 629 ['include', '^gfx/'], | 631 ['include', '^gfx/'], |
| 632 ['include', '^gfx/animation/'], |
| 630 ['exclude', '^gfx/codec/jpeg_codec\\.cc$'], | 633 ['exclude', '^gfx/codec/jpeg_codec\\.cc$'], |
| 631 ['include', '^gfx/range/'], | 634 ['include', '^gfx/range/'], |
| 632 ['include', '^base/animation/'], | |
| 633 ['include', '^base/l10n/'], | 635 ['include', '^base/l10n/'], |
| 634 ['include', '^base/layout'], | 636 ['include', '^base/layout'], |
| 635 ['include', '^base/resource/'], | 637 ['include', '^base/resource/'], |
| 636 ['include', '^base/ui_base_'], | 638 ['include', '^base/ui_base_'], |
| 637 ], | 639 ], |
| 638 'link_settings': { | 640 'link_settings': { |
| 639 'libraries': [ | 641 'libraries': [ |
| 640 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework', | 642 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework', |
| 641 ], | 643 ], |
| 642 }, | 644 }, |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 884 'base/events/event_handler.h', | 886 'base/events/event_handler.h', |
| 885 'base/events/event_target.cc', | 887 'base/events/event_target.cc', |
| 886 'base/events/event_target.h', | 888 'base/events/event_target.h', |
| 887 'base/x/events_x.cc', | 889 'base/x/events_x.cc', |
| 888 ], | 890 ], |
| 889 }], | 891 }], |
| 890 ['OS=="android"', { | 892 ['OS=="android"', { |
| 891 'sources!': [ | 893 'sources!': [ |
| 892 'base/accessibility/accessible_text_utils.cc', | 894 'base/accessibility/accessible_text_utils.cc', |
| 893 'base/accessibility/accessible_view_state.cc', | 895 'base/accessibility/accessible_view_state.cc', |
| 894 'base/animation/throb_animation.cc', | |
| 895 'base/default_theme_provider.cc', | 896 'base/default_theme_provider.cc', |
| 896 'base/dragdrop/drag_utils.cc', | 897 'base/dragdrop/drag_utils.cc', |
| 897 'base/dragdrop/drag_utils.h', | 898 'base/dragdrop/drag_utils.h', |
| 898 'base/events/event_utils.cc', | 899 'base/events/event_utils.cc', |
| 899 'base/keycodes/keyboard_code_conversion.cc', | 900 'base/keycodes/keyboard_code_conversion.cc', |
| 900 'base/l10n/l10n_font_util.cc', | 901 'base/l10n/l10n_font_util.cc', |
| 901 'base/models/button_menu_item_model.cc', | 902 'base/models/button_menu_item_model.cc', |
| 902 'base/models/dialog_model.cc', | 903 'base/models/dialog_model.cc', |
| 903 'base/theme_provider.cc', | 904 'base/theme_provider.cc', |
| 904 'base/touch/touch_device.cc', | 905 'base/touch/touch_device.cc', |
| 905 'base/touch/touch_editing_controller.cc', | 906 'base/touch/touch_editing_controller.cc', |
| 906 'base/ui_base_types.cc', | 907 'base/ui_base_types.cc', |
| 908 'gfx/animation/throb_animation.cc', |
| 907 'gfx/display_observer.cc', | 909 'gfx/display_observer.cc', |
| 908 'gfx/path.cc', | 910 'gfx/path.cc', |
| 909 'gfx/selection_model.cc', | 911 'gfx/selection_model.cc', |
| 910 ], | 912 ], |
| 911 'dependencies': [ | 913 'dependencies': [ |
| 912 'ui_jni_headers', | 914 'ui_jni_headers', |
| 913 ], | 915 ], |
| 914 'include_dirs': [ | 916 'include_dirs': [ |
| 915 '<(SHARED_INTERMEDIATE_DIR)/ui', | 917 '<(SHARED_INTERMEDIATE_DIR)/ui', |
| 916 ], | 918 ], |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1075 'xcode_settings': { | 1077 'xcode_settings': { |
| 1076 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 1078 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
| 1077 }, | 1079 }, |
| 1078 }], | 1080 }], |
| 1079 ], | 1081 ], |
| 1080 }, | 1082 }, |
| 1081 ], | 1083 ], |
| 1082 }], | 1084 }], |
| 1083 ], | 1085 ], |
| 1084 } | 1086 } |
| OLD | NEW |