| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'variables': { | 6 'variables': { |
| 7 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
| 8 # * tests and mocks. | 8 # * tests and mocks. |
| 9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
| 10 # * code below browser/extensions | 10 # * code below browser/extensions |
| (...skipping 1867 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1878 'browser/metrics/thread_watcher.cc', | 1878 'browser/metrics/thread_watcher.cc', |
| 1879 'browser/metrics/thread_watcher.h', | 1879 'browser/metrics/thread_watcher.h', |
| 1880 'browser/metrics/thread_watcher_android.cc', | 1880 'browser/metrics/thread_watcher_android.cc', |
| 1881 'browser/metrics/thread_watcher_android.h', | 1881 'browser/metrics/thread_watcher_android.h', |
| 1882 'browser/metrics/thread_watcher_report_hang.cc', | 1882 'browser/metrics/thread_watcher_report_hang.cc', |
| 1883 'browser/metrics/thread_watcher_report_hang.h', | 1883 'browser/metrics/thread_watcher_report_hang.h', |
| 1884 'browser/metrics/time_ticks_experiment_win.cc', | 1884 'browser/metrics/time_ticks_experiment_win.cc', |
| 1885 'browser/metrics/time_ticks_experiment_win.h', | 1885 'browser/metrics/time_ticks_experiment_win.h', |
| 1886 'browser/metrics/variations/chrome_variations_service_client.cc', | 1886 'browser/metrics/variations/chrome_variations_service_client.cc', |
| 1887 'browser/metrics/variations/chrome_variations_service_client.h', | 1887 'browser/metrics/variations/chrome_variations_service_client.h', |
| 1888 'browser/metrics/variations/generated_resources_map.h', | |
| 1889 'browser/metrics/variations/variations_registry_syncer_win.cc', | 1888 'browser/metrics/variations/variations_registry_syncer_win.cc', |
| 1890 'browser/metrics/variations/variations_registry_syncer_win.h', | 1889 'browser/metrics/variations/variations_registry_syncer_win.h', |
| 1891 ], | 1890 ], |
| 1892 'chrome_browser_nacl_sources': [ | 1891 'chrome_browser_nacl_sources': [ |
| 1893 'browser/nacl_host/nacl_browser_delegate_impl.cc', | 1892 'browser/nacl_host/nacl_browser_delegate_impl.cc', |
| 1894 'browser/nacl_host/nacl_browser_delegate_impl.h', | 1893 'browser/nacl_host/nacl_browser_delegate_impl.h', |
| 1895 'browser/nacl_host/nacl_infobar_delegate.cc', | 1894 'browser/nacl_host/nacl_infobar_delegate.cc', |
| 1896 'browser/nacl_host/nacl_infobar_delegate.h', | 1895 'browser/nacl_host/nacl_infobar_delegate.h', |
| 1897 ], | 1896 ], |
| 1898 'chrome_browser_net_sources': [ | 1897 'chrome_browser_net_sources': [ |
| (...skipping 1175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3074 'target_name': 'browser', | 3073 'target_name': 'browser', |
| 3075 'type': 'static_library', | 3074 'type': 'static_library', |
| 3076 'variables': { 'enable_wexit_time_destructors': 1, }, | 3075 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 3077 'dependencies': [ | 3076 'dependencies': [ |
| 3078 # NOTE: New dependencies should generally be added in the OS!="ios" | 3077 # NOTE: New dependencies should generally be added in the OS!="ios" |
| 3079 # dependencies block below, rather than here. | 3078 # dependencies block below, rather than here. |
| 3080 'browser_ui', | 3079 'browser_ui', |
| 3081 'chrome_resources.gyp:chrome_extra_resources', | 3080 'chrome_resources.gyp:chrome_extra_resources', |
| 3082 'chrome_resources.gyp:chrome_resources', | 3081 'chrome_resources.gyp:chrome_resources', |
| 3083 'chrome_resources.gyp:chrome_strings', | 3082 'chrome_resources.gyp:chrome_strings', |
| 3084 'chrome_resources.gyp:chrome_strings_map', | 3083 'chrome_resources.gyp:chrome_ui_string_overrider_factory', |
| 3084 'chrome_resources.gyp:make_chrome_ui_string_overrider_factory', |
| 3085 'chrome_resources.gyp:platform_locale_settings', | 3085 'chrome_resources.gyp:platform_locale_settings', |
| 3086 'chrome_resources.gyp:theme_resources', | 3086 'chrome_resources.gyp:theme_resources', |
| 3087 'common', | 3087 'common', |
| 3088 'probe_message_proto', | 3088 'probe_message_proto', |
| 3089 '../components/components.gyp:autofill_core_browser', | 3089 '../components/components.gyp:autofill_core_browser', |
| 3090 '../components/components.gyp:bookmarks_browser', | 3090 '../components/components.gyp:bookmarks_browser', |
| 3091 '../components/components.gyp:bookmarks_managed', | 3091 '../components/components.gyp:bookmarks_managed', |
| 3092 '../components/components.gyp:captive_portal', | 3092 '../components/components.gyp:captive_portal', |
| 3093 '../components/components.gyp:cloud_devices_common', | 3093 '../components/components.gyp:cloud_devices_common', |
| 3094 '../components/components.gyp:component_metrics_proto', | 3094 '../components/components.gyp:component_metrics_proto', |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3300 '<@(chrome_browser_signin_sources)', | 3300 '<@(chrome_browser_signin_sources)', |
| 3301 '<@(chrome_browser_ssl_sources)', | 3301 '<@(chrome_browser_ssl_sources)', |
| 3302 '<@(chrome_browser_sync_sources)', | 3302 '<@(chrome_browser_sync_sources)', |
| 3303 '<@(chrome_browser_web_resource_sources)', | 3303 '<@(chrome_browser_web_resource_sources)', |
| 3304 | 3304 |
| 3305 # These files are generated by GRIT. | 3305 # These files are generated by GRIT. |
| 3306 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc', | 3306 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc', |
| 3307 '<(grit_out_dir)/grit/component_extension_resources_map.cc', | 3307 '<(grit_out_dir)/grit/component_extension_resources_map.cc', |
| 3308 '<(grit_out_dir)/grit/settings_resources_map.cc', | 3308 '<(grit_out_dir)/grit/settings_resources_map.cc', |
| 3309 '<(grit_out_dir)/grit/theme_resources_map.cc', | 3309 '<(grit_out_dir)/grit/theme_resources_map.cc', |
| 3310 | |
| 3311 # This file is generated by | |
| 3312 # chrome/browser/metrics/variations/generate_resources_map.py | |
| 3313 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/genera
ted_resources_map.cc', | |
| 3314 ], | 3310 ], |
| 3315 'conditions': [ | 3311 'conditions': [ |
| 3316 ['toolkit_views==1', { | 3312 ['toolkit_views==1', { |
| 3317 'dependencies': [ | 3313 'dependencies': [ |
| 3318 '../ui/gfx/gfx.gyp:gfx_vector_icons', | 3314 '../ui/gfx/gfx.gyp:gfx_vector_icons', |
| 3319 '../ui/views/views.gyp:views' | 3315 '../ui/views/views.gyp:views' |
| 3320 ], | 3316 ], |
| 3321 }], | 3317 }], |
| 3322 ], | 3318 ], |
| 3323 }, { # OS == "ios" | 3319 }, { # OS == "ios" |
| (...skipping 780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4104 '../components/components.gyp:omnibox_browser', | 4100 '../components/components.gyp:omnibox_browser', |
| 4105 '../components/components.gyp:rlz', | 4101 '../components/components.gyp:rlz', |
| 4106 '../components/components.gyp:search_engines', | 4102 '../components/components.gyp:search_engines', |
| 4107 '../rlz/rlz.gyp:rlz_lib', | 4103 '../rlz/rlz.gyp:rlz_lib', |
| 4108 ], | 4104 ], |
| 4109 }, | 4105 }, |
| 4110 ], | 4106 ], |
| 4111 }], | 4107 }], |
| 4112 ], | 4108 ], |
| 4113 } | 4109 } |
| OLD | NEW |