OLD | NEW |
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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 'browser/android/tab_android.cc', | 140 'browser/android/tab_android.cc', |
141 'browser/android/tab_android.h', | 141 'browser/android/tab_android.h', |
142 'browser/api/bookmarks/bookmark_service.h', | 142 'browser/api/bookmarks/bookmark_service.h', |
143 'browser/api/infobars/confirm_infobar_delegate.cc', | 143 'browser/api/infobars/confirm_infobar_delegate.cc', |
144 'browser/api/infobars/confirm_infobar_delegate.h', | 144 'browser/api/infobars/confirm_infobar_delegate.h', |
145 'browser/api/infobars/infobar_delegate.cc', | 145 'browser/api/infobars/infobar_delegate.cc', |
146 'browser/api/infobars/infobar_delegate.h', | 146 'browser/api/infobars/infobar_delegate.h', |
147 'browser/api/infobars/infobar_service.h', | 147 'browser/api/infobars/infobar_service.h', |
148 'browser/api/infobars/link_infobar_delegate.cc', | 148 'browser/api/infobars/link_infobar_delegate.cc', |
149 'browser/api/infobars/link_infobar_delegate.h', | 149 'browser/api/infobars/link_infobar_delegate.h', |
| 150 'browser/api/infobars/one_click_signin_infobar_delegate.cc', |
| 151 'browser/api/infobars/one_click_signin_infobar_delegate.h', |
150 'browser/api/infobars/simple_alert_infobar_delegate.cc', | 152 'browser/api/infobars/simple_alert_infobar_delegate.cc', |
151 'browser/api/infobars/simple_alert_infobar_delegate.h', | 153 'browser/api/infobars/simple_alert_infobar_delegate.h', |
152 'browser/api/prefs/pref_change_registrar.cc', | 154 'browser/api/prefs/pref_change_registrar.cc', |
153 'browser/api/prefs/pref_change_registrar.h', | 155 'browser/api/prefs/pref_change_registrar.h', |
154 'browser/api/prefs/pref_member.cc', | 156 'browser/api/prefs/pref_member.cc', |
155 'browser/api/prefs/pref_member.h', | 157 'browser/api/prefs/pref_member.h', |
156 'browser/app_controller_mac.h', | 158 'browser/app_controller_mac.h', |
157 'browser/app_controller_mac.mm', | 159 'browser/app_controller_mac.mm', |
158 'browser/app_icon_win.cc', | 160 'browser/app_icon_win.cc', |
159 'browser/app_icon_win.h', | 161 'browser/app_icon_win.h', |
(...skipping 1907 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2067 # These files are generated by GRIT. | 2069 # These files are generated by GRIT. |
2068 '<(grit_out_dir)/grit/component_extension_resources_map.cc', | 2070 '<(grit_out_dir)/grit/component_extension_resources_map.cc', |
2069 '<(grit_out_dir)/grit/devtools_discovery_page_resources_map.cc', | 2071 '<(grit_out_dir)/grit/devtools_discovery_page_resources_map.cc', |
2070 '<(grit_out_dir)/grit/shared_resources_map.cc', | 2072 '<(grit_out_dir)/grit/shared_resources_map.cc', |
2071 '<(grit_out_dir)/grit/theme_resources_map.cc', | 2073 '<(grit_out_dir)/grit/theme_resources_map.cc', |
2072 | 2074 |
2073 # This file is generated by the autofill_regexes action. | 2075 # This file is generated by the autofill_regexes action. |
2074 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', | 2076 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', |
2075 ], | 2077 ], |
2076 'conditions': [ | 2078 'conditions': [ |
| 2079 ['enable_one_click_signin==0', { |
| 2080 'sources!': [ |
| 2081 'browser/api/infobars/one_click_signin_infobar_delegate.cc', |
| 2082 'browser/api/infobars/one_click_signin_infobar_delegate.h', |
| 2083 ], |
| 2084 }], |
2077 ['enable_extensions==1', { | 2085 ['enable_extensions==1', { |
2078 'sources': [ | 2086 'sources': [ |
2079 # Only extension API implementations should go here. | 2087 # Only extension API implementations should go here. |
2080 'browser/accessibility/accessibility_extension_api.cc', | 2088 'browser/accessibility/accessibility_extension_api.cc', |
2081 'browser/accessibility/accessibility_extension_api.h', | 2089 'browser/accessibility/accessibility_extension_api.h', |
2082 'browser/bookmarks/bookmark_extension_api.cc', | 2090 'browser/bookmarks/bookmark_extension_api.cc', |
2083 'browser/bookmarks/bookmark_extension_api.h', | 2091 'browser/bookmarks/bookmark_extension_api.h', |
2084 'browser/history/history_extension_api.cc', | 2092 'browser/history/history_extension_api.cc', |
2085 'browser/history/history_extension_api.h', | 2093 'browser/history/history_extension_api.h', |
2086 'browser/history/top_sites_extension_api.cc', | 2094 'browser/history/top_sites_extension_api.cc', |
(...skipping 712 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2799 'includes': [ '../build/jni_generator.gypi' ], | 2807 'includes': [ '../build/jni_generator.gypi' ], |
2800 'dependencies': [ | 2808 'dependencies': [ |
2801 'android_jar_jni_headers', | 2809 'android_jar_jni_headers', |
2802 ], | 2810 ], |
2803 }, | 2811 }, |
2804 ], | 2812 ], |
2805 }, | 2813 }, |
2806 ], | 2814 ], |
2807 ], | 2815 ], |
2808 } | 2816 } |
OLD | NEW |