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 2959 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2970 'common_net', | 2970 'common_net', |
2971 'in_memory_url_index_cache_proto', | 2971 'in_memory_url_index_cache_proto', |
2972 'probe_message_proto', | 2972 'probe_message_proto', |
2973 '../components/components.gyp:autofill_core_browser', | 2973 '../components/components.gyp:autofill_core_browser', |
2974 '../components/components.gyp:bookmarks_browser', | 2974 '../components/components.gyp:bookmarks_browser', |
2975 '../components/components.gyp:bookmarks_managed', | 2975 '../components/components.gyp:bookmarks_managed', |
2976 '../components/components.gyp:captive_portal', | 2976 '../components/components.gyp:captive_portal', |
2977 '../components/components.gyp:cloud_devices_common', | 2977 '../components/components.gyp:cloud_devices_common', |
2978 '../components/components.gyp:component_metrics_proto', | 2978 '../components/components.gyp:component_metrics_proto', |
2979 '../components/components.gyp:component_updater', | 2979 '../components/components.gyp:component_updater', |
| 2980 '../components/components.gyp:content_settings_content_common', |
2980 '../components/components.gyp:content_settings_core_browser', | 2981 '../components/components.gyp:content_settings_core_browser', |
2981 '../components/components.gyp:content_settings_core_common', | 2982 '../components/components.gyp:content_settings_core_common', |
2982 '../components/components.gyp:crx_file', | 2983 '../components/components.gyp:crx_file', |
2983 '../components/components.gyp:data_reduction_proxy_core_browser', | 2984 '../components/components.gyp:data_reduction_proxy_core_browser', |
2984 '../components/components.gyp:domain_reliability', | 2985 '../components/components.gyp:domain_reliability', |
2985 '../components/components.gyp:enhanced_bookmarks', | 2986 '../components/components.gyp:enhanced_bookmarks', |
2986 '../components/components.gyp:favicon_base', | 2987 '../components/components.gyp:favicon_base', |
2987 '../components/components.gyp:favicon_core', | 2988 '../components/components.gyp:favicon_core', |
2988 '../components/components.gyp:gcm_driver', | 2989 '../components/components.gyp:gcm_driver', |
2989 '../components/components.gyp:google_core_browser', | 2990 '../components/components.gyp:google_core_browser', |
(...skipping 840 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3830 'variables': { | 3831 'variables': { |
3831 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3832 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3832 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3833 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3833 }, | 3834 }, |
3834 'includes': [ '../build/protoc.gypi' ] | 3835 'includes': [ '../build/protoc.gypi' ] |
3835 }, | 3836 }, |
3836 ], | 3837 ], |
3837 },], | 3838 },], |
3838 ], | 3839 ], |
3839 } | 3840 } |
OLD | NEW |