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 3121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3132 '../components/components.gyp:search', | 3132 '../components/components.gyp:search', |
3133 '../components/components.gyp:search_engines', | 3133 '../components/components.gyp:search_engines', |
3134 '../components/components.gyp:search_provider_logos', | 3134 '../components/components.gyp:search_provider_logos', |
3135 '../components/components.gyp:security_interstitials_core', | 3135 '../components/components.gyp:security_interstitials_core', |
3136 '../components/components.gyp:ssl_errors', | 3136 '../components/components.gyp:ssl_errors', |
3137 '../components/components.gyp:suggestions', | 3137 '../components/components.gyp:suggestions', |
3138 '../components/components.gyp:signin_core_browser', | 3138 '../components/components.gyp:signin_core_browser', |
3139 '../components/components.gyp:startup_metric_utils', | 3139 '../components/components.gyp:startup_metric_utils', |
3140 '../components/components.gyp:sync_bookmarks', | 3140 '../components/components.gyp:sync_bookmarks', |
3141 '../components/components.gyp:sync_driver', | 3141 '../components/components.gyp:sync_driver', |
| 3142 '../components/components.gyp:sync_sessions', |
3142 '../components/components.gyp:translate_core_browser', | 3143 '../components/components.gyp:translate_core_browser', |
3143 '../components/components.gyp:translate_core_common', | 3144 '../components/components.gyp:translate_core_common', |
3144 '../components/components.gyp:update_client', | 3145 '../components/components.gyp:update_client', |
3145 '../components/components.gyp:undo_component', | 3146 '../components/components.gyp:undo_component', |
3146 '../components/components.gyp:user_prefs', | 3147 '../components/components.gyp:user_prefs', |
3147 '../components/components.gyp:wallpaper', | 3148 '../components/components.gyp:wallpaper', |
3148 '../components/components_strings.gyp:components_strings', | 3149 '../components/components_strings.gyp:components_strings', |
3149 # This depends directly on the variations target, rather than just | 3150 # This depends directly on the variations target, rather than just |
3150 # transitively via the common target because the proto sources need to | 3151 # transitively via the common target because the proto sources need to |
3151 # be generated before code in this target can start building. | 3152 # be generated before code in this target can start building. |
(...skipping 968 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4120 '../components/components.gyp:omnibox_browser', | 4121 '../components/components.gyp:omnibox_browser', |
4121 '../components/components.gyp:rlz', | 4122 '../components/components.gyp:rlz', |
4122 '../components/components.gyp:search_engines', | 4123 '../components/components.gyp:search_engines', |
4123 '../rlz/rlz.gyp:rlz_lib', | 4124 '../rlz/rlz.gyp:rlz_lib', |
4124 ], | 4125 ], |
4125 }, | 4126 }, |
4126 ], | 4127 ], |
4127 }], | 4128 }], |
4128 ], | 4129 ], |
4129 } | 4130 } |
OLD | NEW |