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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1233313005: Move elide_url to its own component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 ], 521 ],
522 'chrome_browser_ui_android_sources': [ 522 'chrome_browser_ui_android_sources': [
523 'browser/ui/android/autofill/credit_card_scanner_view_android.cc', 523 'browser/ui/android/autofill/credit_card_scanner_view_android.cc',
524 'browser/ui/android/autofill/credit_card_scanner_view_android.h', 524 'browser/ui/android/autofill/credit_card_scanner_view_android.h',
525 'browser/ui/android/infobars/account_chooser_infobar.cc', 525 'browser/ui/android/infobars/account_chooser_infobar.cc',
526 'browser/ui/android/infobars/account_chooser_infobar.h', 526 'browser/ui/android/infobars/account_chooser_infobar.h',
527 'browser/ui/android/infobars/generated_password_saved_infobar.cc', 527 'browser/ui/android/infobars/generated_password_saved_infobar.cc',
528 'browser/ui/android/infobars/generated_password_saved_infobar.h', 528 'browser/ui/android/infobars/generated_password_saved_infobar.h',
529 'browser/ui/auto_login_infobar_delegate.cc', 529 'browser/ui/auto_login_infobar_delegate.cc',
530 'browser/ui/auto_login_infobar_delegate.h', 530 'browser/ui/auto_login_infobar_delegate.h',
531 'browser/ui/elide_url.cc',
532 'browser/ui/elide_url.h',
533 'browser/ui/screen_capture_notification_ui_stub.cc', 531 'browser/ui/screen_capture_notification_ui_stub.cc',
534 ], 532 ],
535 # Cross-platform ash sources. 533 # Cross-platform ash sources.
536 'chrome_browser_ui_ash_sources': [ 534 'chrome_browser_ui_ash_sources': [
537 'browser/ui/ash/app_list/app_list_controller_ash.cc', 535 'browser/ui/ash/app_list/app_list_controller_ash.cc',
538 'browser/ui/ash/app_list/app_list_controller_ash.h', 536 'browser/ui/ash/app_list/app_list_controller_ash.h',
539 'browser/ui/ash/app_list/app_list_service_ash.cc', 537 'browser/ui/ash/app_list/app_list_service_ash.cc',
540 'browser/ui/ash/app_list/app_list_service_ash.h', 538 'browser/ui/ash/app_list/app_list_service_ash.h',
541 'browser/ui/ash/app_list/app_sync_ui_state_watcher.cc', 539 'browser/ui/ash/app_list/app_sync_ui_state_watcher.cc',
542 'browser/ui/ash/app_list/app_sync_ui_state_watcher.h', 540 'browser/ui/ash/app_list/app_sync_ui_state_watcher.h',
(...skipping 1027 matching lines...) Expand 10 before | Expand all | Expand 10 after
1570 'browser/ui/collected_cookies_infobar_delegate.h', 1568 'browser/ui/collected_cookies_infobar_delegate.h',
1571 'browser/ui/confirm_bubble_model.cc', 1569 'browser/ui/confirm_bubble_model.cc',
1572 'browser/ui/confirm_bubble_model.h', 1570 'browser/ui/confirm_bubble_model.h',
1573 'browser/ui/content_settings/content_setting_bubble_model.cc', 1571 'browser/ui/content_settings/content_setting_bubble_model.cc',
1574 'browser/ui/content_settings/content_setting_bubble_model.h', 1572 'browser/ui/content_settings/content_setting_bubble_model.h',
1575 'browser/ui/content_settings/content_setting_bubble_model_delegate.h', 1573 'browser/ui/content_settings/content_setting_bubble_model_delegate.h',
1576 'browser/ui/content_settings/content_setting_image_model.cc', 1574 'browser/ui/content_settings/content_setting_image_model.cc',
1577 'browser/ui/content_settings/content_setting_image_model.h', 1575 'browser/ui/content_settings/content_setting_image_model.h',
1578 'browser/ui/content_settings/content_setting_media_menu_model.cc', 1576 'browser/ui/content_settings/content_setting_media_menu_model.cc',
1579 'browser/ui/content_settings/content_setting_media_menu_model.h', 1577 'browser/ui/content_settings/content_setting_media_menu_model.h',
1580 'browser/ui/elide_url.cc',
1581 'browser/ui/elide_url.h',
1582 'browser/ui/exclusive_access/exclusive_access_bubble.cc', 1578 'browser/ui/exclusive_access/exclusive_access_bubble.cc',
1583 'browser/ui/exclusive_access/exclusive_access_bubble.h', 1579 'browser/ui/exclusive_access/exclusive_access_bubble.h',
1584 'browser/ui/exclusive_access/exclusive_access_bubble_type.cc', 1580 'browser/ui/exclusive_access/exclusive_access_bubble_type.cc',
1585 'browser/ui/exclusive_access/exclusive_access_bubble_type.h', 1581 'browser/ui/exclusive_access/exclusive_access_bubble_type.h',
1586 'browser/ui/exclusive_access/exclusive_access_context.cc', 1582 'browser/ui/exclusive_access/exclusive_access_context.cc',
1587 'browser/ui/exclusive_access/exclusive_access_context.h', 1583 'browser/ui/exclusive_access/exclusive_access_context.h',
1588 'browser/ui/exclusive_access/exclusive_access_controller_base.cc', 1584 'browser/ui/exclusive_access/exclusive_access_controller_base.cc',
1589 'browser/ui/exclusive_access/exclusive_access_controller_base.h', 1585 'browser/ui/exclusive_access/exclusive_access_controller_base.h',
1590 'browser/ui/exclusive_access/exclusive_access_manager.cc', 1586 'browser/ui/exclusive_access/exclusive_access_manager.cc',
1591 'browser/ui/exclusive_access/exclusive_access_manager.h', 1587 'browser/ui/exclusive_access/exclusive_access_manager.h',
(...skipping 1180 matching lines...) Expand 10 before | Expand all | Expand 10 after
2772 '../third_party/zlib/zlib.gyp:zlib', 2768 '../third_party/zlib/zlib.gyp:zlib',
2773 '../ui/accessibility/accessibility.gyp:accessibility', 2769 '../ui/accessibility/accessibility.gyp:accessibility',
2774 '../ui/base/ui_base.gyp:ui_base', 2770 '../ui/base/ui_base.gyp:ui_base',
2775 '../ui/content_accelerators/ui_content_accelerators.gyp:ui_content_accel erators', 2771 '../ui/content_accelerators/ui_content_accelerators.gyp:ui_content_accel erators',
2776 '../ui/events/events.gyp:events', 2772 '../ui/events/events.gyp:events',
2777 '../ui/events/events.gyp:gesture_detection', 2773 '../ui/events/events.gyp:gesture_detection',
2778 '../ui/gfx/gfx.gyp:gfx', 2774 '../ui/gfx/gfx.gyp:gfx',
2779 '../ui/gfx/gfx.gyp:gfx_geometry', 2775 '../ui/gfx/gfx.gyp:gfx_geometry',
2780 '../ui/message_center/message_center.gyp:message_center', 2776 '../ui/message_center/message_center.gyp:message_center',
2781 '../ui/resources/ui_resources.gyp:ui_resources', 2777 '../ui/resources/ui_resources.gyp:ui_resources',
2778 '../ui/secure_display/secure_display.gyp:secure_display',
2782 '../ui/snapshot/snapshot.gyp:snapshot', 2779 '../ui/snapshot/snapshot.gyp:snapshot',
2783 '../ui/strings/ui_strings.gyp:ui_strings', 2780 '../ui/strings/ui_strings.gyp:ui_strings',
2784 ], 2781 ],
2785 'include_dirs': [ 2782 'include_dirs': [
2786 '..', 2783 '..',
2787 '<(INTERMEDIATE_DIR)', 2784 '<(INTERMEDIATE_DIR)',
2788 # Needed by pepper_flash_component_installer.cc. 2785 # Needed by pepper_flash_component_installer.cc.
2789 '<(SHARED_INTERMEDIATE_DIR)', 2786 '<(SHARED_INTERMEDIATE_DIR)',
2790 ], 2787 ],
2791 'export_dependent_settings': [ 2788 'export_dependent_settings': [
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
3207 ], 3204 ],
3208 'sources': [ 3205 'sources': [
3209 '<@(chrome_browser_ui_non_mobile_sources)', 3206 '<@(chrome_browser_ui_non_mobile_sources)',
3210 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3207 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3211 ], 3208 ],
3212 }], 3209 }],
3213 ], 3210 ],
3214 }, 3211 },
3215 ], 3212 ],
3216 } 3213 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698