| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 'browser/autocomplete/history_provider.cc', | 123 'browser/autocomplete/history_provider.cc', |
| 124 'browser/autocomplete/history_provider.h', | 124 'browser/autocomplete/history_provider.h', |
| 125 'browser/autocomplete/history_provider_util.cc', | 125 'browser/autocomplete/history_provider_util.cc', |
| 126 'browser/autocomplete/history_provider_util.h', | 126 'browser/autocomplete/history_provider_util.h', |
| 127 'browser/autocomplete/history_quick_provider.cc', | 127 'browser/autocomplete/history_quick_provider.cc', |
| 128 'browser/autocomplete/history_quick_provider.h', | 128 'browser/autocomplete/history_quick_provider.h', |
| 129 'browser/autocomplete/history_url_provider.cc', | 129 'browser/autocomplete/history_url_provider.cc', |
| 130 'browser/autocomplete/history_url_provider.h', | 130 'browser/autocomplete/history_url_provider.h', |
| 131 'browser/autocomplete/keyword_provider.cc', | 131 'browser/autocomplete/keyword_provider.cc', |
| 132 'browser/autocomplete/keyword_provider.h', | 132 'browser/autocomplete/keyword_provider.h', |
| 133 'browser/autocomplete/network_action_predictor.cc', | |
| 134 'browser/autocomplete/network_action_predictor.h', | |
| 135 'browser/autocomplete/network_action_predictor_database.cc', | |
| 136 'browser/autocomplete/network_action_predictor_database.h', | |
| 137 'browser/autocomplete/network_action_predictor_factory.cc', | |
| 138 'browser/autocomplete/network_action_predictor_factory.h', | |
| 139 'browser/autocomplete/search_provider.cc', | 133 'browser/autocomplete/search_provider.cc', |
| 140 'browser/autocomplete/search_provider.h', | 134 'browser/autocomplete/search_provider.h', |
| 141 'browser/autocomplete/shortcuts_provider.cc', | 135 'browser/autocomplete/shortcuts_provider.cc', |
| 142 'browser/autocomplete/shortcuts_provider.h', | 136 'browser/autocomplete/shortcuts_provider.h', |
| 143 'browser/autocomplete_history_manager.cc', | 137 'browser/autocomplete_history_manager.cc', |
| 144 'browser/autocomplete_history_manager.h', | 138 'browser/autocomplete_history_manager.h', |
| 145 'browser/autofill/address.cc', | 139 'browser/autofill/address.cc', |
| 146 'browser/autofill/address.h', | 140 'browser/autofill/address.h', |
| 147 'browser/autofill/address_field.cc', | 141 'browser/autofill/address_field.cc', |
| 148 'browser/autofill/address_field.h', | 142 'browser/autofill/address_field.h', |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 'browser/autofill/email_field.h', | 186 'browser/autofill/email_field.h', |
| 193 'browser/autofill/field_types.h', | 187 'browser/autofill/field_types.h', |
| 194 'browser/autofill/form_field.cc', | 188 'browser/autofill/form_field.cc', |
| 195 'browser/autofill/form_field.h', | 189 'browser/autofill/form_field.h', |
| 196 'browser/autofill/form_group.cc', | 190 'browser/autofill/form_group.cc', |
| 197 'browser/autofill/form_group.h', | 191 'browser/autofill/form_group.h', |
| 198 'browser/autofill/form_structure.cc', | 192 'browser/autofill/form_structure.cc', |
| 199 'browser/autofill/form_structure.h', | 193 'browser/autofill/form_structure.h', |
| 200 'browser/autofill/name_field.cc', | 194 'browser/autofill/name_field.cc', |
| 201 'browser/autofill/name_field.h', | 195 'browser/autofill/name_field.h', |
| 202 » 'browser/autofill/password_generator.cc', | 196 'browser/autofill/password_generator.cc', |
| 203 » 'browser/autofill/password_generator.h', | 197 'browser/autofill/password_generator.h', |
| 204 'browser/autofill/personal_data_manager.cc', | 198 'browser/autofill/personal_data_manager.cc', |
| 205 'browser/autofill/personal_data_manager.h', | 199 'browser/autofill/personal_data_manager.h', |
| 206 'browser/autofill/personal_data_manager_factory.cc', | 200 'browser/autofill/personal_data_manager_factory.cc', |
| 207 'browser/autofill/personal_data_manager_factory.h', | 201 'browser/autofill/personal_data_manager_factory.h', |
| 208 'browser/autofill/personal_data_manager_mac.mm', | 202 'browser/autofill/personal_data_manager_mac.mm', |
| 209 'browser/autofill/personal_data_manager_observer.h', | 203 'browser/autofill/personal_data_manager_observer.h', |
| 210 'browser/autofill/phone_field.cc', | 204 'browser/autofill/phone_field.cc', |
| 211 'browser/autofill/phone_field.h', | 205 'browser/autofill/phone_field.h', |
| 212 'browser/autofill/phone_number.cc', | 206 'browser/autofill/phone_number.cc', |
| 213 'browser/autofill/phone_number.h', | 207 'browser/autofill/phone_number.h', |
| (...skipping 1432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1646 'browser/policy/policy_status_info.cc', | 1640 'browser/policy/policy_status_info.cc', |
| 1647 'browser/policy/policy_status_info.h', | 1641 'browser/policy/policy_status_info.h', |
| 1648 'browser/policy/url_blacklist_manager.cc', | 1642 'browser/policy/url_blacklist_manager.cc', |
| 1649 'browser/policy/url_blacklist_manager.h', | 1643 'browser/policy/url_blacklist_manager.h', |
| 1650 'browser/policy/user_policy_cache.cc', | 1644 'browser/policy/user_policy_cache.cc', |
| 1651 'browser/policy/user_policy_cache.h', | 1645 'browser/policy/user_policy_cache.h', |
| 1652 'browser/policy/user_policy_disk_cache.cc', | 1646 'browser/policy/user_policy_disk_cache.cc', |
| 1653 'browser/policy/user_policy_disk_cache.h', | 1647 'browser/policy/user_policy_disk_cache.h', |
| 1654 'browser/policy/user_policy_token_cache.cc', | 1648 'browser/policy/user_policy_token_cache.cc', |
| 1655 'browser/policy/user_policy_token_cache.h', | 1649 'browser/policy/user_policy_token_cache.h', |
| 1650 'browser/predictors/autocomplete_action_predictor.cc', |
| 1651 'browser/predictors/autocomplete_action_predictor.h', |
| 1652 'browser/predictors/autocomplete_action_predictor_database.cc', |
| 1653 'browser/predictors/autocomplete_action_predictor_database.h', |
| 1654 'browser/predictors/autocomplete_action_predictor_factory.cc', |
| 1655 'browser/predictors/autocomplete_action_predictor_factory.h', |
| 1656 'browser/preferences_mac.cc', | 1656 'browser/preferences_mac.cc', |
| 1657 'browser/preferences_mac.h', | 1657 'browser/preferences_mac.h', |
| 1658 'browser/prefs/browser_prefs.cc', | 1658 'browser/prefs/browser_prefs.cc', |
| 1659 'browser/prefs/browser_prefs.h', | 1659 'browser/prefs/browser_prefs.h', |
| 1660 'browser/prefs/command_line_pref_store.cc', | 1660 'browser/prefs/command_line_pref_store.cc', |
| 1661 'browser/prefs/command_line_pref_store.h', | 1661 'browser/prefs/command_line_pref_store.h', |
| 1662 'browser/prefs/default_pref_store.cc', | 1662 'browser/prefs/default_pref_store.cc', |
| 1663 'browser/prefs/default_pref_store.h', | 1663 'browser/prefs/default_pref_store.h', |
| 1664 'browser/prefs/incognito_mode_prefs.cc', | 1664 'browser/prefs/incognito_mode_prefs.cc', |
| 1665 'browser/prefs/incognito_mode_prefs.h', | 1665 'browser/prefs/incognito_mode_prefs.h', |
| (...skipping 2081 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3747 'browser/ui/webui/media/media_internals_handler.cc', | 3747 'browser/ui/webui/media/media_internals_handler.cc', |
| 3748 'browser/ui/webui/media/media_internals_handler.h', | 3748 'browser/ui/webui/media/media_internals_handler.h', |
| 3749 'browser/ui/webui/media/media_internals_proxy.cc', | 3749 'browser/ui/webui/media/media_internals_proxy.cc', |
| 3750 'browser/ui/webui/media/media_internals_proxy.h', | 3750 'browser/ui/webui/media/media_internals_proxy.h', |
| 3751 'browser/ui/webui/media/media_internals_ui.cc', | 3751 'browser/ui/webui/media/media_internals_ui.cc', |
| 3752 'browser/ui/webui/media/media_internals_ui.h', | 3752 'browser/ui/webui/media/media_internals_ui.h', |
| 3753 'browser/ui/webui/metrics_handler.cc', | 3753 'browser/ui/webui/metrics_handler.cc', |
| 3754 'browser/ui/webui/metrics_handler.h', | 3754 'browser/ui/webui/metrics_handler.h', |
| 3755 'browser/ui/webui/net_internals/net_internals_ui.cc', | 3755 'browser/ui/webui/net_internals/net_internals_ui.cc', |
| 3756 'browser/ui/webui/net_internals/net_internals_ui.h', | 3756 'browser/ui/webui/net_internals/net_internals_ui.h', |
| 3757 'browser/ui/webui/network_action_predictor/network_action_predictor_dom_
handler.cc', | 3757 'browser/ui/webui/predictors/autocomplete_action_predictor_dom_handler.c
c', |
| 3758 'browser/ui/webui/network_action_predictor/network_action_predictor_dom_
handler.h', | 3758 'browser/ui/webui/predictors/autocomplete_action_predictor_dom_handler.h
', |
| 3759 'browser/ui/webui/network_action_predictor/network_action_predictor_ui.c
c', | 3759 'browser/ui/webui/predictors/autocomplete_action_predictor_ui.cc', |
| 3760 'browser/ui/webui/network_action_predictor/network_action_predictor_ui.h
', | 3760 'browser/ui/webui/predictors/autocomplete_action_predictor_ui.h', |
| 3761 'browser/ui/webui/ntp/app_launcher_handler.cc', | 3761 'browser/ui/webui/ntp/app_launcher_handler.cc', |
| 3762 'browser/ui/webui/ntp/app_launcher_handler.h', | 3762 'browser/ui/webui/ntp/app_launcher_handler.h', |
| 3763 'browser/ui/webui/ntp/favicon_webui_handler.cc', | 3763 'browser/ui/webui/ntp/favicon_webui_handler.cc', |
| 3764 'browser/ui/webui/ntp/favicon_webui_handler.h', | 3764 'browser/ui/webui/ntp/favicon_webui_handler.h', |
| 3765 'browser/ui/webui/ntp/foreign_session_handler.cc', | 3765 'browser/ui/webui/ntp/foreign_session_handler.cc', |
| 3766 'browser/ui/webui/ntp/foreign_session_handler.h', | 3766 'browser/ui/webui/ntp/foreign_session_handler.h', |
| 3767 'browser/ui/webui/ntp/most_visited_handler.cc', | 3767 'browser/ui/webui/ntp/most_visited_handler.cc', |
| 3768 'browser/ui/webui/ntp/most_visited_handler.h', | 3768 'browser/ui/webui/ntp/most_visited_handler.h', |
| 3769 'browser/ui/webui/ntp/new_tab_page_handler.cc', | 3769 'browser/ui/webui/ntp/new_tab_page_handler.cc', |
| 3770 'browser/ui/webui/ntp/new_tab_page_handler.h', | 3770 'browser/ui/webui/ntp/new_tab_page_handler.h', |
| (...skipping 1441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5212 'variables': { | 5212 'variables': { |
| 5213 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5213 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 5214 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5214 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
| 5215 }, | 5215 }, |
| 5216 'includes': ['../build/protoc.gypi'], | 5216 'includes': ['../build/protoc.gypi'], |
| 5217 }], | 5217 }], |
| 5218 ], | 5218 ], |
| 5219 }, | 5219 }, |
| 5220 ], | 5220 ], |
| 5221 } | 5221 } |
| OLD | NEW |