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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10879037: Rename InfoBarTabService -> InfoBarService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix include guard Created 8 years, 4 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_infobar_base.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 'browser/android/intent_helper.cc', 127 'browser/android/intent_helper.cc',
128 'browser/android/intent_helper.h', 128 'browser/android/intent_helper.h',
129 'browser/android/process_utils.cc', 129 'browser/android/process_utils.cc',
130 'browser/android/process_utils.h', 130 'browser/android/process_utils.h',
131 'browser/android/tab_android.cc', 131 'browser/android/tab_android.cc',
132 'browser/android/tab_android.h', 132 'browser/android/tab_android.h',
133 'browser/api/infobars/confirm_infobar_delegate.cc', 133 'browser/api/infobars/confirm_infobar_delegate.cc',
134 'browser/api/infobars/confirm_infobar_delegate.h', 134 'browser/api/infobars/confirm_infobar_delegate.h',
135 'browser/api/infobars/infobar_delegate.cc', 135 'browser/api/infobars/infobar_delegate.cc',
136 'browser/api/infobars/infobar_delegate.h', 136 'browser/api/infobars/infobar_delegate.h',
137 'browser/api/infobars/infobar_tab_service.h', 137 'browser/api/infobars/infobar_service.h',
138 'browser/api/infobars/link_infobar_delegate.cc', 138 'browser/api/infobars/link_infobar_delegate.cc',
139 'browser/api/infobars/link_infobar_delegate.h', 139 'browser/api/infobars/link_infobar_delegate.h',
140 'browser/api/infobars/simple_alert_infobar_delegate.cc', 140 'browser/api/infobars/simple_alert_infobar_delegate.cc',
141 'browser/api/infobars/simple_alert_infobar_delegate.h', 141 'browser/api/infobars/simple_alert_infobar_delegate.h',
142 'browser/api/prefs/pref_change_registrar.cc', 142 'browser/api/prefs/pref_change_registrar.cc',
143 'browser/api/prefs/pref_change_registrar.h', 143 'browser/api/prefs/pref_change_registrar.h',
144 'browser/api/prefs/pref_member.cc', 144 'browser/api/prefs/pref_member.cc',
145 'browser/api/prefs/pref_member.h', 145 'browser/api/prefs/pref_member.h',
146 'browser/app_controller_mac.h', 146 'browser/app_controller_mac.h',
147 'browser/app_controller_mac.mm', 147 'browser/app_controller_mac.mm',
(...skipping 5492 matching lines...) Expand 10 before | Expand all | Expand 10 after
5640 'includes': [ '../build/jni_generator.gypi' ], 5640 'includes': [ '../build/jni_generator.gypi' ],
5641 'dependencies': [ 5641 'dependencies': [
5642 'android_jar_jni_headers', 5642 'android_jar_jni_headers',
5643 ], 5643 ],
5644 }, 5644 },
5645 ], 5645 ],
5646 }, 5646 },
5647 ], 5647 ],
5648 ], 5648 ],
5649 } 5649 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/infobars/translate_infobar_base.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698