| 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 'browser/autocomplete/history_provider.cc', | 121 'browser/autocomplete/history_provider.cc', |
| 122 'browser/autocomplete/history_provider.h', | 122 'browser/autocomplete/history_provider.h', |
| 123 'browser/autocomplete/history_provider_util.cc', | 123 'browser/autocomplete/history_provider_util.cc', |
| 124 'browser/autocomplete/history_provider_util.h', | 124 'browser/autocomplete/history_provider_util.h', |
| 125 'browser/autocomplete/history_quick_provider.cc', | 125 'browser/autocomplete/history_quick_provider.cc', |
| 126 'browser/autocomplete/history_quick_provider.h', | 126 'browser/autocomplete/history_quick_provider.h', |
| 127 'browser/autocomplete/history_url_provider.cc', | 127 'browser/autocomplete/history_url_provider.cc', |
| 128 'browser/autocomplete/history_url_provider.h', | 128 'browser/autocomplete/history_url_provider.h', |
| 129 'browser/autocomplete/keyword_provider.cc', | 129 'browser/autocomplete/keyword_provider.cc', |
| 130 'browser/autocomplete/keyword_provider.h', | 130 'browser/autocomplete/keyword_provider.h', |
| 131 'browser/autocomplete/network_action_predictor.cc', | |
| 132 'browser/autocomplete/network_action_predictor.h', | |
| 133 'browser/autocomplete/network_action_predictor_database.cc', | |
| 134 'browser/autocomplete/network_action_predictor_database.h', | |
| 135 'browser/autocomplete/network_action_predictor_factory.cc', | |
| 136 'browser/autocomplete/network_action_predictor_factory.h', | |
| 137 'browser/autocomplete/search_provider.cc', | 131 'browser/autocomplete/search_provider.cc', |
| 138 'browser/autocomplete/search_provider.h', | 132 'browser/autocomplete/search_provider.h', |
| 139 'browser/autocomplete/shortcuts_provider.cc', | 133 'browser/autocomplete/shortcuts_provider.cc', |
| 140 'browser/autocomplete/shortcuts_provider.h', | 134 'browser/autocomplete/shortcuts_provider.h', |
| 141 'browser/autocomplete/shortcuts_provider_shortcut.cc', | 135 'browser/autocomplete/shortcuts_provider_shortcut.cc', |
| 142 'browser/autocomplete/shortcuts_provider_shortcut.h', | 136 'browser/autocomplete/shortcuts_provider_shortcut.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', |
| (...skipping 1491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1638 'browser/policy/policy_status_info.cc', | 1632 'browser/policy/policy_status_info.cc', |
| 1639 'browser/policy/policy_status_info.h', | 1633 'browser/policy/policy_status_info.h', |
| 1640 'browser/policy/url_blacklist_manager.cc', | 1634 'browser/policy/url_blacklist_manager.cc', |
| 1641 'browser/policy/url_blacklist_manager.h', | 1635 'browser/policy/url_blacklist_manager.h', |
| 1642 'browser/policy/user_policy_cache.cc', | 1636 'browser/policy/user_policy_cache.cc', |
| 1643 'browser/policy/user_policy_cache.h', | 1637 'browser/policy/user_policy_cache.h', |
| 1644 'browser/policy/user_policy_disk_cache.cc', | 1638 'browser/policy/user_policy_disk_cache.cc', |
| 1645 'browser/policy/user_policy_disk_cache.h', | 1639 'browser/policy/user_policy_disk_cache.h', |
| 1646 'browser/policy/user_policy_token_cache.cc', | 1640 'browser/policy/user_policy_token_cache.cc', |
| 1647 'browser/policy/user_policy_token_cache.h', | 1641 'browser/policy/user_policy_token_cache.h', |
| 1642 'browser/predictors/autocomplete_action_predictor.cc', |
| 1643 'browser/predictors/autocomplete_action_predictor.h', |
| 1644 'browser/predictors/autocomplete_action_predictor_factory.cc', |
| 1645 'browser/predictors/autocomplete_action_predictor_factory.h', |
| 1646 'browser/predictors/autocomplete_action_predictor_table.cc', |
| 1647 'browser/predictors/autocomplete_action_predictor_table.h', |
| 1648 'browser/predictors/predictor_database.cc', |
| 1649 'browser/predictors/predictor_database.h', |
| 1650 'browser/predictors/predictor_database_factory.cc', |
| 1651 'browser/predictors/predictor_database_factory.h', |
| 1652 'browser/predictors/predictor_table_base.cc', |
| 1653 'browser/predictors/predictor_table_base.h', |
| 1648 'browser/preferences_mac.cc', | 1654 'browser/preferences_mac.cc', |
| 1649 'browser/preferences_mac.h', | 1655 'browser/preferences_mac.h', |
| 1650 'browser/prefs/browser_prefs.cc', | 1656 'browser/prefs/browser_prefs.cc', |
| 1651 'browser/prefs/browser_prefs.h', | 1657 'browser/prefs/browser_prefs.h', |
| 1652 'browser/prefs/command_line_pref_store.cc', | 1658 'browser/prefs/command_line_pref_store.cc', |
| 1653 'browser/prefs/command_line_pref_store.h', | 1659 'browser/prefs/command_line_pref_store.h', |
| 1654 'browser/prefs/default_pref_store.cc', | 1660 'browser/prefs/default_pref_store.cc', |
| 1655 'browser/prefs/default_pref_store.h', | 1661 'browser/prefs/default_pref_store.h', |
| 1656 'browser/prefs/incognito_mode_prefs.cc', | 1662 'browser/prefs/incognito_mode_prefs.cc', |
| 1657 'browser/prefs/incognito_mode_prefs.h', | 1663 'browser/prefs/incognito_mode_prefs.h', |
| (...skipping 2042 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3700 'browser/ui/webui/media/media_internals_handler.cc', | 3706 'browser/ui/webui/media/media_internals_handler.cc', |
| 3701 'browser/ui/webui/media/media_internals_handler.h', | 3707 'browser/ui/webui/media/media_internals_handler.h', |
| 3702 'browser/ui/webui/media/media_internals_proxy.cc', | 3708 'browser/ui/webui/media/media_internals_proxy.cc', |
| 3703 'browser/ui/webui/media/media_internals_proxy.h', | 3709 'browser/ui/webui/media/media_internals_proxy.h', |
| 3704 'browser/ui/webui/media/media_internals_ui.cc', | 3710 'browser/ui/webui/media/media_internals_ui.cc', |
| 3705 'browser/ui/webui/media/media_internals_ui.h', | 3711 'browser/ui/webui/media/media_internals_ui.h', |
| 3706 'browser/ui/webui/metrics_handler.cc', | 3712 'browser/ui/webui/metrics_handler.cc', |
| 3707 'browser/ui/webui/metrics_handler.h', | 3713 'browser/ui/webui/metrics_handler.h', |
| 3708 'browser/ui/webui/net_internals/net_internals_ui.cc', | 3714 'browser/ui/webui/net_internals/net_internals_ui.cc', |
| 3709 'browser/ui/webui/net_internals/net_internals_ui.h', | 3715 'browser/ui/webui/net_internals/net_internals_ui.h', |
| 3710 'browser/ui/webui/network_action_predictor/network_action_predictor_dom_
handler.cc', | |
| 3711 'browser/ui/webui/network_action_predictor/network_action_predictor_dom_
handler.h', | |
| 3712 'browser/ui/webui/network_action_predictor/network_action_predictor_ui.c
c', | |
| 3713 'browser/ui/webui/network_action_predictor/network_action_predictor_ui.h
', | |
| 3714 'browser/ui/webui/ntp/app_launcher_handler.cc', | 3716 'browser/ui/webui/ntp/app_launcher_handler.cc', |
| 3715 'browser/ui/webui/ntp/app_launcher_handler.h', | 3717 'browser/ui/webui/ntp/app_launcher_handler.h', |
| 3716 'browser/ui/webui/ntp/favicon_webui_handler.cc', | 3718 'browser/ui/webui/ntp/favicon_webui_handler.cc', |
| 3717 'browser/ui/webui/ntp/favicon_webui_handler.h', | 3719 'browser/ui/webui/ntp/favicon_webui_handler.h', |
| 3718 'browser/ui/webui/ntp/foreign_session_handler.cc', | 3720 'browser/ui/webui/ntp/foreign_session_handler.cc', |
| 3719 'browser/ui/webui/ntp/foreign_session_handler.h', | 3721 'browser/ui/webui/ntp/foreign_session_handler.h', |
| 3720 'browser/ui/webui/ntp/most_visited_handler.cc', | 3722 'browser/ui/webui/ntp/most_visited_handler.cc', |
| 3721 'browser/ui/webui/ntp/most_visited_handler.h', | 3723 'browser/ui/webui/ntp/most_visited_handler.h', |
| 3722 'browser/ui/webui/ntp/new_tab_page_handler.cc', | 3724 'browser/ui/webui/ntp/new_tab_page_handler.cc', |
| 3723 'browser/ui/webui/ntp/new_tab_page_handler.h', | 3725 'browser/ui/webui/ntp/new_tab_page_handler.h', |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3913 'browser/ui/webui/options2/search_engine_manager_handler2.cc', | 3915 'browser/ui/webui/options2/search_engine_manager_handler2.cc', |
| 3914 'browser/ui/webui/options2/search_engine_manager_handler2.h', | 3916 'browser/ui/webui/options2/search_engine_manager_handler2.h', |
| 3915 'browser/ui/webui/options2/startup_pages_handler2.cc', | 3917 'browser/ui/webui/options2/startup_pages_handler2.cc', |
| 3916 'browser/ui/webui/options2/startup_pages_handler2.h', | 3918 'browser/ui/webui/options2/startup_pages_handler2.h', |
| 3917 'browser/ui/webui/options2/web_intents_settings_handler2.cc', | 3919 'browser/ui/webui/options2/web_intents_settings_handler2.cc', |
| 3918 'browser/ui/webui/options2/web_intents_settings_handler2.h', | 3920 'browser/ui/webui/options2/web_intents_settings_handler2.h', |
| 3919 'browser/ui/webui/plugins_ui.cc', | 3921 'browser/ui/webui/plugins_ui.cc', |
| 3920 'browser/ui/webui/plugins_ui.h', | 3922 'browser/ui/webui/plugins_ui.h', |
| 3921 'browser/ui/webui/policy_ui.cc', | 3923 'browser/ui/webui/policy_ui.cc', |
| 3922 'browser/ui/webui/policy_ui.h', | 3924 'browser/ui/webui/policy_ui.h', |
| 3925 'browser/ui/webui/predictors/predictors_dom_handler.cc', |
| 3926 'browser/ui/webui/predictors/predictors_dom_handler.h', |
| 3927 'browser/ui/webui/predictors/predictors_ui.cc', |
| 3928 'browser/ui/webui/predictors/predictors_ui.h', |
| 3923 'browser/ui/webui/print_preview/print_preview_data_source.cc', | 3929 'browser/ui/webui/print_preview/print_preview_data_source.cc', |
| 3924 'browser/ui/webui/print_preview/print_preview_data_source.h', | 3930 'browser/ui/webui/print_preview/print_preview_data_source.h', |
| 3925 'browser/ui/webui/print_preview/print_preview_handler.cc', | 3931 'browser/ui/webui/print_preview/print_preview_handler.cc', |
| 3926 'browser/ui/webui/print_preview/print_preview_handler.h', | 3932 'browser/ui/webui/print_preview/print_preview_handler.h', |
| 3927 'browser/ui/webui/print_preview/print_preview_ui.cc', | 3933 'browser/ui/webui/print_preview/print_preview_ui.cc', |
| 3928 'browser/ui/webui/print_preview/print_preview_ui.h', | 3934 'browser/ui/webui/print_preview/print_preview_ui.h', |
| 3929 'browser/ui/webui/print_preview/sticky_settings.cc', | 3935 'browser/ui/webui/print_preview/sticky_settings.cc', |
| 3930 'browser/ui/webui/print_preview/sticky_settings.h', | 3936 'browser/ui/webui/print_preview/sticky_settings.h', |
| 3931 'browser/ui/webui/profiler_ui.cc', | 3937 'browser/ui/webui/profiler_ui.cc', |
| 3932 'browser/ui/webui/profiler_ui.h', | 3938 'browser/ui/webui/profiler_ui.h', |
| (...skipping 1435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5368 'variables': { | 5374 'variables': { |
| 5369 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5375 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 5370 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5376 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
| 5371 }, | 5377 }, |
| 5372 'includes': ['../build/protoc.gypi'], | 5378 'includes': ['../build/protoc.gypi'], |
| 5373 }], | 5379 }], |
| 5374 ], | 5380 ], |
| 5375 }, | 5381 }, |
| 5376 ], | 5382 ], |
| 5377 } | 5383 } |
| OLD | NEW |