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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10830353: Introduce InfoBarTabService API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to review comments, merge to LKGR 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
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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'browser/android/intent_helper.cc', 121 'browser/android/intent_helper.cc',
122 'browser/android/intent_helper.h', 122 'browser/android/intent_helper.h',
123 'browser/android/process_utils.cc', 123 'browser/android/process_utils.cc',
124 'browser/android/process_utils.h', 124 'browser/android/process_utils.h',
125 'browser/android/tab_android.cc', 125 'browser/android/tab_android.cc',
126 'browser/android/tab_android.h', 126 'browser/android/tab_android.h',
127 'browser/api/infobars/confirm_infobar_delegate.cc', 127 'browser/api/infobars/confirm_infobar_delegate.cc',
128 'browser/api/infobars/confirm_infobar_delegate.h', 128 'browser/api/infobars/confirm_infobar_delegate.h',
129 'browser/api/infobars/infobar_delegate.cc', 129 'browser/api/infobars/infobar_delegate.cc',
130 'browser/api/infobars/infobar_delegate.h', 130 'browser/api/infobars/infobar_delegate.h',
131 'browser/api/infobars/infobar_tab_service.h',
131 'browser/api/infobars/link_infobar_delegate.cc', 132 'browser/api/infobars/link_infobar_delegate.cc',
132 'browser/api/infobars/link_infobar_delegate.h', 133 'browser/api/infobars/link_infobar_delegate.h',
133 'browser/api/infobars/simple_alert_infobar_delegate.cc', 134 'browser/api/infobars/simple_alert_infobar_delegate.cc',
134 'browser/api/infobars/simple_alert_infobar_delegate.h', 135 'browser/api/infobars/simple_alert_infobar_delegate.h',
135 'browser/app_controller_mac.h', 136 'browser/app_controller_mac.h',
136 'browser/app_controller_mac.mm', 137 'browser/app_controller_mac.mm',
137 'browser/app_icon_win.cc', 138 'browser/app_icon_win.cc',
138 'browser/app_icon_win.h', 139 'browser/app_icon_win.h',
139 'browser/autocomplete/autocomplete_classifier.cc', 140 'browser/autocomplete/autocomplete_classifier.cc',
140 'browser/autocomplete/autocomplete_classifier.h', 141 'browser/autocomplete/autocomplete_classifier.h',
(...skipping 5463 matching lines...) Expand 10 before | Expand all | Expand 10 after
5604 'includes': [ '../build/jni_generator.gypi' ], 5605 'includes': [ '../build/jni_generator.gypi' ],
5605 'dependencies': [ 5606 'dependencies': [
5606 'android_jar_jni_headers', 5607 'android_jar_jni_headers',
5607 ], 5608 ],
5608 }, 5609 },
5609 ], 5610 ],
5610 }, 5611 },
5611 ], 5612 ],
5612 ], 5613 ],
5613 } 5614 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/website_settings/website_settings_unittest.cc ('k') | chrome/test/base/ui_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698