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 1858 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1869 'browser/metrics/variations/variations_service.cc', | 1869 'browser/metrics/variations/variations_service.cc', |
1870 'browser/metrics/variations/variations_service.h', | 1870 'browser/metrics/variations/variations_service.h', |
1871 ], | 1871 ], |
1872 'chrome_browser_nacl_sources': [ | 1872 'chrome_browser_nacl_sources': [ |
1873 'browser/nacl_host/nacl_browser_delegate_impl.cc', | 1873 'browser/nacl_host/nacl_browser_delegate_impl.cc', |
1874 'browser/nacl_host/nacl_browser_delegate_impl.h', | 1874 'browser/nacl_host/nacl_browser_delegate_impl.h', |
1875 'browser/nacl_host/nacl_infobar_delegate.cc', | 1875 'browser/nacl_host/nacl_infobar_delegate.cc', |
1876 'browser/nacl_host/nacl_infobar_delegate.h', | 1876 'browser/nacl_host/nacl_infobar_delegate.h', |
1877 ], | 1877 ], |
1878 'chrome_browser_net_sources': [ | 1878 'chrome_browser_net_sources': [ |
1879 'browser/net/about_protocol_handler.cc', | |
1880 'browser/net/about_protocol_handler.h', | |
1881 'browser/net/async_dns_field_trial.cc', | 1879 'browser/net/async_dns_field_trial.cc', |
1882 'browser/net/async_dns_field_trial.h', | 1880 'browser/net/async_dns_field_trial.h', |
1883 'browser/net/certificate_error_reporter.cc', | 1881 'browser/net/certificate_error_reporter.cc', |
1884 'browser/net/certificate_error_reporter.h', | 1882 'browser/net/certificate_error_reporter.h', |
1885 'browser/net/chrome_cookie_notification_details.h', | 1883 'browser/net/chrome_cookie_notification_details.h', |
1886 'browser/net/chrome_extensions_network_delegate.cc', | 1884 'browser/net/chrome_extensions_network_delegate.cc', |
1887 'browser/net/chrome_extensions_network_delegate.h', | 1885 'browser/net/chrome_extensions_network_delegate.h', |
1888 'browser/net/chrome_http_user_agent_settings.cc', | 1886 'browser/net/chrome_http_user_agent_settings.cc', |
1889 'browser/net/chrome_http_user_agent_settings.h', | 1887 'browser/net/chrome_http_user_agent_settings.h', |
1890 'browser/net/chrome_net_log.cc', | 1888 'browser/net/chrome_net_log.cc', |
(...skipping 1337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3228 ], | 3226 ], |
3229 'conditions': [ | 3227 'conditions': [ |
3230 ['OS != "ios"', { | 3228 ['OS != "ios"', { |
3231 'dependencies': [ | 3229 'dependencies': [ |
3232 'apps', | 3230 'apps', |
3233 'common_mojo_bindings', | 3231 'common_mojo_bindings', |
3234 'debugger', | 3232 'debugger', |
3235 'installer_util', | 3233 'installer_util', |
3236 '../third_party/re2/re2.gyp:re2', | 3234 '../third_party/re2/re2.gyp:re2', |
3237 '../cc/cc.gyp:cc', | 3235 '../cc/cc.gyp:cc', |
| 3236 '../components/components.gyp:about_handler', |
3238 '../components/components.gyp:autofill_content_browser', | 3237 '../components/components.gyp:autofill_content_browser', |
3239 '../components/components.gyp:browsing_data', | 3238 '../components/components.gyp:browsing_data', |
3240 '../components/components.gyp:data_reduction_proxy_content_browser', | 3239 '../components/components.gyp:data_reduction_proxy_content_browser', |
3241 '../components/components.gyp:devtools_discovery', | 3240 '../components/components.gyp:devtools_discovery', |
3242 '../components/components.gyp:devtools_http_handler', | 3241 '../components/components.gyp:devtools_http_handler', |
3243 '../components/components.gyp:dom_distiller_content_browser', | 3242 '../components/components.gyp:dom_distiller_content_browser', |
3244 '../components/components.gyp:favicon_content', | 3243 '../components/components.gyp:favicon_content', |
3245 '../components/components.gyp:guest_view_browser', | 3244 '../components/components.gyp:guest_view_browser', |
3246 '../components/components.gyp:history_content_browser', | 3245 '../components/components.gyp:history_content_browser', |
3247 '../components/components.gyp:keyed_service_content', | 3246 '../components/components.gyp:keyed_service_content', |
(...skipping 842 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4090 '../components/components.gyp:omnibox_browser', | 4089 '../components/components.gyp:omnibox_browser', |
4091 '../components/components.gyp:rlz', | 4090 '../components/components.gyp:rlz', |
4092 '../components/components.gyp:search_engines', | 4091 '../components/components.gyp:search_engines', |
4093 '../rlz/rlz.gyp:rlz_lib', | 4092 '../rlz/rlz.gyp:rlz_lib', |
4094 ], | 4093 ], |
4095 }, | 4094 }, |
4096 ], | 4095 ], |
4097 }], | 4096 }], |
4098 ], | 4097 ], |
4099 } | 4098 } |
OLD | NEW |