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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6989001: Misc. infobar stuff: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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 | « chrome/browser/ui/views/infobars/translate_message_infobar.cc ('k') | no next file » | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 2009 matching lines...) Expand 10 before | Expand all | Expand 10 after
2020 'browser/sync/sync_ui_util_mac.h', 2020 'browser/sync/sync_ui_util_mac.h',
2021 'browser/sync/sync_ui_util_mac.mm', 2021 'browser/sync/sync_ui_util_mac.mm',
2022 'browser/tab_closeable_state_watcher.cc', 2022 'browser/tab_closeable_state_watcher.cc',
2023 'browser/tab_closeable_state_watcher.h', 2023 'browser/tab_closeable_state_watcher.h',
2024 'browser/tab_contents/background_contents.cc', 2024 'browser/tab_contents/background_contents.cc',
2025 'browser/tab_contents/background_contents.h', 2025 'browser/tab_contents/background_contents.h',
2026 'browser/tab_contents/chrome_interstitial_page.cc', 2026 'browser/tab_contents/chrome_interstitial_page.cc',
2027 'browser/tab_contents/chrome_interstitial_page.h', 2027 'browser/tab_contents/chrome_interstitial_page.h',
2028 'browser/tab_contents/confirm_infobar_delegate.cc', 2028 'browser/tab_contents/confirm_infobar_delegate.cc',
2029 'browser/tab_contents/confirm_infobar_delegate.h', 2029 'browser/tab_contents/confirm_infobar_delegate.h',
2030 'browser/tab_contents/infobar.cc',
2031 'browser/tab_contents/infobar.h',
2032 'browser/tab_contents/infobar_container.cc',
2033 'browser/tab_contents/infobar_container.h',
2030 'browser/tab_contents/infobar_delegate.cc', 2034 'browser/tab_contents/infobar_delegate.cc',
2031 'browser/tab_contents/infobar_delegate.h', 2035 'browser/tab_contents/infobar_delegate.h',
2032 'browser/tab_contents/language_state.cc', 2036 'browser/tab_contents/language_state.cc',
2033 'browser/tab_contents/language_state.h', 2037 'browser/tab_contents/language_state.h',
2034 'browser/tab_contents/link_infobar_delegate.cc', 2038 'browser/tab_contents/link_infobar_delegate.cc',
2035 'browser/tab_contents/link_infobar_delegate.h', 2039 'browser/tab_contents/link_infobar_delegate.h',
2036 'browser/tab_contents/simple_alert_infobar_delegate.cc', 2040 'browser/tab_contents/simple_alert_infobar_delegate.cc',
2037 'browser/tab_contents/simple_alert_infobar_delegate.h', 2041 'browser/tab_contents/simple_alert_infobar_delegate.h',
2038 'browser/tab_contents/popup_menu_helper_mac.h', 2042 'browser/tab_contents/popup_menu_helper_mac.h',
2039 'browser/tab_contents/popup_menu_helper_mac.mm', 2043 'browser/tab_contents/popup_menu_helper_mac.mm',
(...skipping 1025 matching lines...) Expand 10 before | Expand all | Expand 10 after
3065 'browser/ui/views/indexed_db_info_view.cc', 3069 'browser/ui/views/indexed_db_info_view.cc',
3066 'browser/ui/views/indexed_db_info_view.h', 3070 'browser/ui/views/indexed_db_info_view.h',
3067 'browser/ui/views/infobars/after_translate_infobar.cc', 3071 'browser/ui/views/infobars/after_translate_infobar.cc',
3068 'browser/ui/views/infobars/after_translate_infobar.h', 3072 'browser/ui/views/infobars/after_translate_infobar.h',
3069 'browser/ui/views/infobars/before_translate_infobar.cc', 3073 'browser/ui/views/infobars/before_translate_infobar.cc',
3070 'browser/ui/views/infobars/before_translate_infobar.h', 3074 'browser/ui/views/infobars/before_translate_infobar.h',
3071 'browser/ui/views/infobars/confirm_infobar.cc', 3075 'browser/ui/views/infobars/confirm_infobar.cc',
3072 'browser/ui/views/infobars/confirm_infobar.h', 3076 'browser/ui/views/infobars/confirm_infobar.h',
3073 'browser/ui/views/infobars/extension_infobar.cc', 3077 'browser/ui/views/infobars/extension_infobar.cc',
3074 'browser/ui/views/infobars/extension_infobar.h', 3078 'browser/ui/views/infobars/extension_infobar.h',
3075 'browser/ui/views/infobars/infobar.cc',
3076 'browser/ui/views/infobars/infobar.h',
3077 'browser/ui/views/infobars/infobar_background.cc', 3079 'browser/ui/views/infobars/infobar_background.cc',
3078 'browser/ui/views/infobars/infobar_background.h', 3080 'browser/ui/views/infobars/infobar_background.h',
3079 'browser/ui/views/infobars/infobar_button_border.cc', 3081 'browser/ui/views/infobars/infobar_button_border.cc',
3080 'browser/ui/views/infobars/infobar_button_border.h', 3082 'browser/ui/views/infobars/infobar_button_border.h',
3081 'browser/ui/views/infobars/infobar_container.cc',
3082 'browser/ui/views/infobars/infobar_container.h',
3083 'browser/ui/views/infobars/infobar_container_view.cc', 3083 'browser/ui/views/infobars/infobar_container_view.cc',
3084 'browser/ui/views/infobars/infobar_container_view.h', 3084 'browser/ui/views/infobars/infobar_container_view.h',
3085 'browser/ui/views/infobars/infobar_view.cc', 3085 'browser/ui/views/infobars/infobar_view.cc',
3086 'browser/ui/views/infobars/infobar_view.h', 3086 'browser/ui/views/infobars/infobar_view.h',
3087 'browser/ui/views/infobars/link_infobar.cc', 3087 'browser/ui/views/infobars/link_infobar.cc',
3088 'browser/ui/views/infobars/link_infobar.h', 3088 'browser/ui/views/infobars/link_infobar.h',
3089 'browser/ui/views/infobars/translate_infobar_base.cc', 3089 'browser/ui/views/infobars/translate_infobar_base.cc',
3090 'browser/ui/views/infobars/translate_infobar_base.h', 3090 'browser/ui/views/infobars/translate_infobar_base.h',
3091 'browser/ui/views/infobars/translate_message_infobar.cc', 3091 'browser/ui/views/infobars/translate_message_infobar.cc',
3092 'browser/ui/views/infobars/translate_message_infobar.h', 3092 'browser/ui/views/infobars/translate_message_infobar.h',
(...skipping 1506 matching lines...) Expand 10 before | Expand all | Expand 10 after
4599 'hard_dependency': 1, 4599 'hard_dependency': 1,
4600 }, 4600 },
4601 ], 4601 ],
4602 } 4602 }
4603 4603
4604 # Local Variables: 4604 # Local Variables:
4605 # tab-width:2 4605 # tab-width:2
4606 # indent-tabs-mode:nil 4606 # indent-tabs-mode:nil
4607 # End: 4607 # End:
4608 # vim: set expandtab tabstop=2 shiftwidth=2: 4608 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/infobars/translate_message_infobar.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698