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 3153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3164 '../components/components.gyp:update_client', | 3164 '../components/components.gyp:update_client', |
3165 '../components/components.gyp:undo_component', | 3165 '../components/components.gyp:undo_component', |
3166 '../components/components.gyp:user_prefs', | 3166 '../components/components.gyp:user_prefs', |
3167 '../components/components.gyp:wallpaper', | 3167 '../components/components.gyp:wallpaper', |
3168 '../components/components_strings.gyp:components_strings', | 3168 '../components/components_strings.gyp:components_strings', |
3169 # This depends directly on the variations target, rather than just | 3169 # This depends directly on the variations target, rather than just |
3170 # transitively via the common target because the proto sources need to | 3170 # transitively via the common target because the proto sources need to |
3171 # be generated before code in this target can start building. | 3171 # be generated before code in this target can start building. |
3172 '../components/components.gyp:variations', | 3172 '../components/components.gyp:variations', |
3173 '../components/components.gyp:variations_http_provider', | 3173 '../components/components.gyp:variations_http_provider', |
| 3174 '../components/components.gyp:variations_service', |
3174 '../components/components.gyp:webdata_common', | 3175 '../components/components.gyp:webdata_common', |
3175 '../components/components.gyp:webdata_services', | 3176 '../components/components.gyp:webdata_services', |
3176 '../components/mime_util/mime_util.gyp:mime_util', | 3177 '../components/mime_util/mime_util.gyp:mime_util', |
3177 '../components/tracing.gyp:tracing', | 3178 '../components/tracing.gyp:tracing', |
3178 '../components/url_formatter/url_formatter.gyp:url_formatter', | 3179 '../components/url_formatter/url_formatter.gyp:url_formatter', |
3179 '../content/content.gyp:content_browser', | 3180 '../content/content.gyp:content_browser', |
3180 '../content/content.gyp:content_common', | 3181 '../content/content.gyp:content_common', |
3181 '../courgette/courgette.gyp:courgette_lib', | 3182 '../courgette/courgette.gyp:courgette_lib', |
3182 '../crypto/crypto.gyp:crypto', | 3183 '../crypto/crypto.gyp:crypto', |
3183 '../google_apis/google_apis.gyp:google_apis', | 3184 '../google_apis/google_apis.gyp:google_apis', |
(...skipping 933 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 |