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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10911169: Setup field trial for one-click signin inforbar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 years, 3 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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 'browser/android/tab_android.cc', 133 'browser/android/tab_android.cc',
134 'browser/android/tab_android.h', 134 'browser/android/tab_android.h',
135 'browser/api/bookmarks/bookmark_service.h', 135 'browser/api/bookmarks/bookmark_service.h',
136 'browser/api/infobars/confirm_infobar_delegate.cc', 136 'browser/api/infobars/confirm_infobar_delegate.cc',
137 'browser/api/infobars/confirm_infobar_delegate.h', 137 'browser/api/infobars/confirm_infobar_delegate.h',
138 'browser/api/infobars/infobar_delegate.cc', 138 'browser/api/infobars/infobar_delegate.cc',
139 'browser/api/infobars/infobar_delegate.h', 139 'browser/api/infobars/infobar_delegate.h',
140 'browser/api/infobars/infobar_service.h', 140 'browser/api/infobars/infobar_service.h',
141 'browser/api/infobars/link_infobar_delegate.cc', 141 'browser/api/infobars/link_infobar_delegate.cc',
142 'browser/api/infobars/link_infobar_delegate.h', 142 'browser/api/infobars/link_infobar_delegate.h',
143 'browser/api/infobars/one_click_signin_infobar_delegate.cc',
144 'browser/api/infobars/one_click_signin_infobar_delegate.h',
143 'browser/api/infobars/simple_alert_infobar_delegate.cc', 145 'browser/api/infobars/simple_alert_infobar_delegate.cc',
144 'browser/api/infobars/simple_alert_infobar_delegate.h', 146 'browser/api/infobars/simple_alert_infobar_delegate.h',
145 'browser/api/prefs/pref_change_registrar.cc', 147 'browser/api/prefs/pref_change_registrar.cc',
146 'browser/api/prefs/pref_change_registrar.h', 148 'browser/api/prefs/pref_change_registrar.h',
147 'browser/api/prefs/pref_member.cc', 149 'browser/api/prefs/pref_member.cc',
148 'browser/api/prefs/pref_member.h', 150 'browser/api/prefs/pref_member.h',
149 'browser/app_controller_mac.h', 151 'browser/app_controller_mac.h',
150 'browser/app_controller_mac.mm', 152 'browser/app_controller_mac.mm',
151 'browser/app_icon_win.cc', 153 'browser/app_icon_win.cc',
152 'browser/app_icon_win.h', 154 'browser/app_icon_win.h',
(...skipping 1893 matching lines...) Expand 10 before | Expand all | Expand 10 after
2046 # These files are generated by GRIT. 2048 # These files are generated by GRIT.
2047 '<(grit_out_dir)/grit/component_extension_resources_map.cc', 2049 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
2048 '<(grit_out_dir)/grit/devtools_discovery_page_resources_map.cc', 2050 '<(grit_out_dir)/grit/devtools_discovery_page_resources_map.cc',
2049 '<(grit_out_dir)/grit/shared_resources_map.cc', 2051 '<(grit_out_dir)/grit/shared_resources_map.cc',
2050 '<(grit_out_dir)/grit/theme_resources_map.cc', 2052 '<(grit_out_dir)/grit/theme_resources_map.cc',
2051 2053
2052 # This file is generated by the autofill_regexes action. 2054 # This file is generated by the autofill_regexes action.
2053 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', 2055 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc',
2054 ], 2056 ],
2055 'conditions': [ 2057 'conditions': [
2058 ['enable_one_click_signin==0', {
2059 'sources!': [
2060 'browser/api/infobars/one_click_signin_infobar_delegate.cc',
2061 'browser/api/infobars/one_click_signin_infobar_delegate.h',
2062 ],
2063 }],
2056 ['enable_extensions==1', { 2064 ['enable_extensions==1', {
2057 'sources': [ 2065 'sources': [
2058 # Only extension API implementations should go here. 2066 # Only extension API implementations should go here.
2059 'browser/accessibility/accessibility_extension_api.cc', 2067 'browser/accessibility/accessibility_extension_api.cc',
2060 'browser/accessibility/accessibility_extension_api.h', 2068 'browser/accessibility/accessibility_extension_api.h',
2061 'browser/bookmarks/bookmark_extension_api.cc', 2069 'browser/bookmarks/bookmark_extension_api.cc',
2062 'browser/bookmarks/bookmark_extension_api.h', 2070 'browser/bookmarks/bookmark_extension_api.h',
2063 'browser/history/history_extension_api.cc', 2071 'browser/history/history_extension_api.cc',
2064 'browser/history/history_extension_api.h', 2072 'browser/history/history_extension_api.h',
2065 'browser/history/top_sites_extension_api.cc', 2073 'browser/history/top_sites_extension_api.cc',
(...skipping 706 matching lines...) Expand 10 before | Expand all | Expand 10 after
2772 'includes': [ '../build/jni_generator.gypi' ], 2780 'includes': [ '../build/jni_generator.gypi' ],
2773 'dependencies': [ 2781 'dependencies': [
2774 'android_jar_jni_headers', 2782 'android_jar_jni_headers',
2775 ], 2783 ],
2776 }, 2784 },
2777 ], 2785 ],
2778 }, 2786 },
2779 ], 2787 ],
2780 ], 2788 ],
2781 } 2789 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698