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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
124 'browser/autocomplete/history_provider.cc', | 124 'browser/autocomplete/history_provider.cc', |
125 'browser/autocomplete/history_provider.h', | 125 'browser/autocomplete/history_provider.h', |
126 'browser/autocomplete/history_provider_util.cc', | 126 'browser/autocomplete/history_provider_util.cc', |
127 'browser/autocomplete/history_provider_util.h', | 127 'browser/autocomplete/history_provider_util.h', |
128 'browser/autocomplete/history_quick_provider.cc', | 128 'browser/autocomplete/history_quick_provider.cc', |
129 'browser/autocomplete/history_quick_provider.h', | 129 'browser/autocomplete/history_quick_provider.h', |
130 'browser/autocomplete/history_url_provider.cc', | 130 'browser/autocomplete/history_url_provider.cc', |
131 'browser/autocomplete/history_url_provider.h', | 131 'browser/autocomplete/history_url_provider.h', |
132 'browser/autocomplete/keyword_provider.cc', | 132 'browser/autocomplete/keyword_provider.cc', |
133 'browser/autocomplete/keyword_provider.h', | 133 'browser/autocomplete/keyword_provider.h', |
134 'browser/autocomplete/network_action_predictor.cc', | |
135 'browser/autocomplete/network_action_predictor.h', | |
136 'browser/autocomplete/network_action_predictor_database.cc', | |
137 'browser/autocomplete/network_action_predictor_database.h', | |
138 'browser/autocomplete/network_action_predictor_factory.cc', | |
139 'browser/autocomplete/network_action_predictor_factory.h', | |
140 'browser/autocomplete/search_provider.cc', | 134 'browser/autocomplete/search_provider.cc', |
141 'browser/autocomplete/search_provider.h', | 135 'browser/autocomplete/search_provider.h', |
142 'browser/autocomplete/shortcuts_provider.cc', | 136 'browser/autocomplete/shortcuts_provider.cc', |
143 'browser/autocomplete/shortcuts_provider.h', | 137 'browser/autocomplete/shortcuts_provider.h', |
144 'browser/autocomplete_history_manager.cc', | 138 'browser/autocomplete_history_manager.cc', |
145 'browser/autocomplete_history_manager.h', | 139 'browser/autocomplete_history_manager.h', |
146 'browser/autofill/address.cc', | 140 'browser/autofill/address.cc', |
147 'browser/autofill/address.h', | 141 'browser/autofill/address.h', |
148 'browser/autofill/address_field.cc', | 142 'browser/autofill/address_field.cc', |
149 'browser/autofill/address_field.h', | 143 'browser/autofill/address_field.h', |
(...skipping 1468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1618 'browser/policy/policy_status_info.cc', | 1612 'browser/policy/policy_status_info.cc', |
1619 'browser/policy/policy_status_info.h', | 1613 'browser/policy/policy_status_info.h', |
1620 'browser/policy/url_blacklist_manager.cc', | 1614 'browser/policy/url_blacklist_manager.cc', |
1621 'browser/policy/url_blacklist_manager.h', | 1615 'browser/policy/url_blacklist_manager.h', |
1622 'browser/policy/user_policy_cache.cc', | 1616 'browser/policy/user_policy_cache.cc', |
1623 'browser/policy/user_policy_cache.h', | 1617 'browser/policy/user_policy_cache.h', |
1624 'browser/policy/user_policy_disk_cache.cc', | 1618 'browser/policy/user_policy_disk_cache.cc', |
1625 'browser/policy/user_policy_disk_cache.h', | 1619 'browser/policy/user_policy_disk_cache.h', |
1626 'browser/policy/user_policy_token_cache.cc', | 1620 'browser/policy/user_policy_token_cache.cc', |
1627 'browser/policy/user_policy_token_cache.h', | 1621 'browser/policy/user_policy_token_cache.h', |
| 1622 'browser/predictors/autocomplete_action_predictor.cc', |
| 1623 'browser/predictors/autocomplete_action_predictor.h', |
| 1624 'browser/predictors/autocomplete_action_predictor_database.cc', |
| 1625 'browser/predictors/autocomplete_action_predictor_database.h', |
| 1626 'browser/predictors/autocomplete_action_predictor_factory.cc', |
| 1627 'browser/predictors/autocomplete_action_predictor_factory.h', |
1628 'browser/preferences_mac.cc', | 1628 'browser/preferences_mac.cc', |
1629 'browser/preferences_mac.h', | 1629 'browser/preferences_mac.h', |
1630 'browser/prefs/browser_prefs.cc', | 1630 'browser/prefs/browser_prefs.cc', |
1631 'browser/prefs/browser_prefs.h', | 1631 'browser/prefs/browser_prefs.h', |
1632 'browser/prefs/command_line_pref_store.cc', | 1632 'browser/prefs/command_line_pref_store.cc', |
1633 'browser/prefs/command_line_pref_store.h', | 1633 'browser/prefs/command_line_pref_store.h', |
1634 'browser/prefs/default_pref_store.cc', | 1634 'browser/prefs/default_pref_store.cc', |
1635 'browser/prefs/default_pref_store.h', | 1635 'browser/prefs/default_pref_store.h', |
1636 'browser/prefs/incognito_mode_prefs.cc', | 1636 'browser/prefs/incognito_mode_prefs.cc', |
1637 'browser/prefs/incognito_mode_prefs.h', | 1637 'browser/prefs/incognito_mode_prefs.h', |
(...skipping 2051 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3689 'browser/ui/webui/media/media_internals_handler.cc', | 3689 'browser/ui/webui/media/media_internals_handler.cc', |
3690 'browser/ui/webui/media/media_internals_handler.h', | 3690 'browser/ui/webui/media/media_internals_handler.h', |
3691 'browser/ui/webui/media/media_internals_proxy.cc', | 3691 'browser/ui/webui/media/media_internals_proxy.cc', |
3692 'browser/ui/webui/media/media_internals_proxy.h', | 3692 'browser/ui/webui/media/media_internals_proxy.h', |
3693 'browser/ui/webui/media/media_internals_ui.cc', | 3693 'browser/ui/webui/media/media_internals_ui.cc', |
3694 'browser/ui/webui/media/media_internals_ui.h', | 3694 'browser/ui/webui/media/media_internals_ui.h', |
3695 'browser/ui/webui/metrics_handler.cc', | 3695 'browser/ui/webui/metrics_handler.cc', |
3696 'browser/ui/webui/metrics_handler.h', | 3696 'browser/ui/webui/metrics_handler.h', |
3697 'browser/ui/webui/net_internals/net_internals_ui.cc', | 3697 'browser/ui/webui/net_internals/net_internals_ui.cc', |
3698 'browser/ui/webui/net_internals/net_internals_ui.h', | 3698 'browser/ui/webui/net_internals/net_internals_ui.h', |
3699 'browser/ui/webui/network_action_predictor/network_action_predictor_dom_
handler.cc', | |
3700 'browser/ui/webui/network_action_predictor/network_action_predictor_dom_
handler.h', | |
3701 'browser/ui/webui/network_action_predictor/network_action_predictor_ui.c
c', | |
3702 'browser/ui/webui/network_action_predictor/network_action_predictor_ui.h
', | |
3703 'browser/ui/webui/ntp/app_launcher_handler.cc', | 3699 'browser/ui/webui/ntp/app_launcher_handler.cc', |
3704 'browser/ui/webui/ntp/app_launcher_handler.h', | 3700 'browser/ui/webui/ntp/app_launcher_handler.h', |
3705 'browser/ui/webui/ntp/favicon_webui_handler.cc', | 3701 'browser/ui/webui/ntp/favicon_webui_handler.cc', |
3706 'browser/ui/webui/ntp/favicon_webui_handler.h', | 3702 'browser/ui/webui/ntp/favicon_webui_handler.h', |
3707 'browser/ui/webui/ntp/foreign_session_handler.cc', | 3703 'browser/ui/webui/ntp/foreign_session_handler.cc', |
3708 'browser/ui/webui/ntp/foreign_session_handler.h', | 3704 'browser/ui/webui/ntp/foreign_session_handler.h', |
3709 'browser/ui/webui/ntp/most_visited_handler.cc', | 3705 'browser/ui/webui/ntp/most_visited_handler.cc', |
3710 'browser/ui/webui/ntp/most_visited_handler.h', | 3706 'browser/ui/webui/ntp/most_visited_handler.h', |
3711 'browser/ui/webui/ntp/new_tab_page_handler.cc', | 3707 'browser/ui/webui/ntp/new_tab_page_handler.cc', |
3712 'browser/ui/webui/ntp/new_tab_page_handler.h', | 3708 'browser/ui/webui/ntp/new_tab_page_handler.h', |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3817 'browser/ui/webui/options2/search_engine_manager_handler2.cc', | 3813 'browser/ui/webui/options2/search_engine_manager_handler2.cc', |
3818 'browser/ui/webui/options2/search_engine_manager_handler2.h', | 3814 'browser/ui/webui/options2/search_engine_manager_handler2.h', |
3819 'browser/ui/webui/options2/startup_pages_handler2.cc', | 3815 'browser/ui/webui/options2/startup_pages_handler2.cc', |
3820 'browser/ui/webui/options2/startup_pages_handler2.h', | 3816 'browser/ui/webui/options2/startup_pages_handler2.h', |
3821 'browser/ui/webui/options2/web_intents_settings_handler2.cc', | 3817 'browser/ui/webui/options2/web_intents_settings_handler2.cc', |
3822 'browser/ui/webui/options2/web_intents_settings_handler2.h', | 3818 'browser/ui/webui/options2/web_intents_settings_handler2.h', |
3823 'browser/ui/webui/plugins_ui.cc', | 3819 'browser/ui/webui/plugins_ui.cc', |
3824 'browser/ui/webui/plugins_ui.h', | 3820 'browser/ui/webui/plugins_ui.h', |
3825 'browser/ui/webui/policy_ui.cc', | 3821 'browser/ui/webui/policy_ui.cc', |
3826 'browser/ui/webui/policy_ui.h', | 3822 'browser/ui/webui/policy_ui.h', |
| 3823 'browser/ui/webui/predictors/autocomplete_action_predictor_dom_handler.c
c', |
| 3824 'browser/ui/webui/predictors/autocomplete_action_predictor_dom_handler.h
', |
| 3825 'browser/ui/webui/predictors/autocomplete_action_predictor_ui.cc', |
| 3826 'browser/ui/webui/predictors/autocomplete_action_predictor_ui.h', |
3827 'browser/ui/webui/print_preview/print_preview_data_source.cc', | 3827 'browser/ui/webui/print_preview/print_preview_data_source.cc', |
3828 'browser/ui/webui/print_preview/print_preview_data_source.h', | 3828 'browser/ui/webui/print_preview/print_preview_data_source.h', |
3829 'browser/ui/webui/print_preview/print_preview_handler.cc', | 3829 'browser/ui/webui/print_preview/print_preview_handler.cc', |
3830 'browser/ui/webui/print_preview/print_preview_handler.h', | 3830 'browser/ui/webui/print_preview/print_preview_handler.h', |
3831 'browser/ui/webui/print_preview/print_preview_ui.cc', | 3831 'browser/ui/webui/print_preview/print_preview_ui.cc', |
3832 'browser/ui/webui/print_preview/print_preview_ui.h', | 3832 'browser/ui/webui/print_preview/print_preview_ui.h', |
3833 'browser/ui/webui/print_preview/sticky_settings.cc', | 3833 'browser/ui/webui/print_preview/sticky_settings.cc', |
3834 'browser/ui/webui/print_preview/sticky_settings.h', | 3834 'browser/ui/webui/print_preview/sticky_settings.h', |
3835 'browser/ui/webui/profiler_ui.cc', | 3835 'browser/ui/webui/profiler_ui.cc', |
3836 'browser/ui/webui/profiler_ui.h', | 3836 'browser/ui/webui/profiler_ui.h', |
(...skipping 1408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5245 'type': 'static_library', | 5245 'type': 'static_library', |
5246 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5246 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
5247 'variables': { | 5247 'variables': { |
5248 'proto_in_dir': 'browser/chromeos/gdata', | 5248 'proto_in_dir': 'browser/chromeos/gdata', |
5249 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5249 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
5250 }, | 5250 }, |
5251 'includes': [ '../build/protoc.gypi' ] | 5251 'includes': [ '../build/protoc.gypi' ] |
5252 }, | 5252 }, |
5253 ], | 5253 ], |
5254 } | 5254 } |
OLD | NEW |