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 3105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3116 '../components/components.gyp:captive_portal', | 3116 '../components/components.gyp:captive_portal', |
3117 '../components/components.gyp:cloud_devices_common', | 3117 '../components/components.gyp:cloud_devices_common', |
3118 '../components/components.gyp:component_metrics_proto', | 3118 '../components/components.gyp:component_metrics_proto', |
3119 '../components/components.gyp:component_updater', | 3119 '../components/components.gyp:component_updater', |
3120 '../components/components.gyp:compression', | 3120 '../components/components.gyp:compression', |
3121 '../components/components.gyp:content_settings_content_common', | 3121 '../components/components.gyp:content_settings_content_common', |
3122 '../components/components.gyp:content_settings_core_browser', | 3122 '../components/components.gyp:content_settings_core_browser', |
3123 '../components/components.gyp:content_settings_core_common', | 3123 '../components/components.gyp:content_settings_core_common', |
3124 '../components/components.gyp:crx_file', | 3124 '../components/components.gyp:crx_file', |
3125 '../components/components.gyp:data_reduction_proxy_core_browser', | 3125 '../components/components.gyp:data_reduction_proxy_core_browser', |
| 3126 '../components/components.gyp:data_use_measurement_core', |
3126 '../components/components.gyp:domain_reliability', | 3127 '../components/components.gyp:domain_reliability', |
3127 '../components/components.gyp:enhanced_bookmarks', | 3128 '../components/components.gyp:enhanced_bookmarks', |
3128 '../components/components.gyp:favicon_base', | 3129 '../components/components.gyp:favicon_base', |
3129 '../components/components.gyp:favicon_core', | 3130 '../components/components.gyp:favicon_core', |
3130 '../components/components.gyp:gcm_driver', | 3131 '../components/components.gyp:gcm_driver', |
3131 '../components/components.gyp:google_core_browser', | 3132 '../components/components.gyp:google_core_browser', |
3132 '../components/components.gyp:handoff', | 3133 '../components/components.gyp:handoff', |
3133 '../components/components.gyp:history_core_browser', | 3134 '../components/components.gyp:history_core_browser', |
3134 '../components/components.gyp:history_core_common', | 3135 '../components/components.gyp:history_core_common', |
3135 '../components/components.gyp:infobars_core', | 3136 '../components/components.gyp:infobars_core', |
(...skipping 981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4117 '../components/components.gyp:omnibox_browser', | 4118 '../components/components.gyp:omnibox_browser', |
4118 '../components/components.gyp:rlz', | 4119 '../components/components.gyp:rlz', |
4119 '../components/components.gyp:search_engines', | 4120 '../components/components.gyp:search_engines', |
4120 '../rlz/rlz.gyp:rlz_lib', | 4121 '../rlz/rlz.gyp:rlz_lib', |
4121 ], | 4122 ], |
4122 }, | 4123 }, |
4123 ], | 4124 ], |
4124 }], | 4125 }], |
4125 ], | 4126 ], |
4126 } | 4127 } |
OLD | NEW |