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 3180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3191 '../components/components.gyp:search_provider_logos', | 3191 '../components/components.gyp:search_provider_logos', |
3192 '../components/components.gyp:security_interstitials_core', | 3192 '../components/components.gyp:security_interstitials_core', |
3193 '../components/components.gyp:suggestions', | 3193 '../components/components.gyp:suggestions', |
3194 '../components/components.gyp:signin_core_browser', | 3194 '../components/components.gyp:signin_core_browser', |
3195 '../components/components.gyp:startup_metric_utils', | 3195 '../components/components.gyp:startup_metric_utils', |
3196 '../components/components.gyp:sync_driver', | 3196 '../components/components.gyp:sync_driver', |
3197 '../components/components.gyp:translate_core_browser', | 3197 '../components/components.gyp:translate_core_browser', |
3198 '../components/components.gyp:translate_core_common', | 3198 '../components/components.gyp:translate_core_common', |
3199 '../components/components.gyp:update_client', | 3199 '../components/components.gyp:update_client', |
3200 '../components/components.gyp:undo_component', | 3200 '../components/components.gyp:undo_component', |
3201 '../components/components.gyp:url_fixer', | |
3202 '../components/components.gyp:user_prefs', | 3201 '../components/components.gyp:user_prefs', |
3203 '../components/components.gyp:wallpaper', | 3202 '../components/components.gyp:wallpaper', |
3204 '../components/components_strings.gyp:components_strings', | 3203 '../components/components_strings.gyp:components_strings', |
3205 # This depends directly on the variations target, rather than just | 3204 # This depends directly on the variations target, rather than just |
3206 # transitively via the common target because the proto sources need to | 3205 # transitively via the common target because the proto sources need to |
3207 # be generated before code in this target can start building. | 3206 # be generated before code in this target can start building. |
3208 '../components/components.gyp:variations', | 3207 '../components/components.gyp:variations', |
3209 '../components/components.gyp:variations_http_provider', | 3208 '../components/components.gyp:variations_http_provider', |
3210 '../components/components.gyp:webdata_common', | 3209 '../components/components.gyp:webdata_common', |
3211 '../components/components.gyp:webdata_services', | 3210 '../components/components.gyp:webdata_services', |
3212 '../components/mime_util/mime_util.gyp:mime_util', | 3211 '../components/mime_util/mime_util.gyp:mime_util', |
| 3212 '../components/url_formatter/url_formatter.gyp:url_formatter', |
3213 '../content/content.gyp:content_browser', | 3213 '../content/content.gyp:content_browser', |
3214 '../content/content.gyp:content_common', | 3214 '../content/content.gyp:content_common', |
3215 '../courgette/courgette.gyp:courgette_lib', | 3215 '../courgette/courgette.gyp:courgette_lib', |
3216 '../crypto/crypto.gyp:crypto', | 3216 '../crypto/crypto.gyp:crypto', |
3217 '../google_apis/google_apis.gyp:google_apis', | 3217 '../google_apis/google_apis.gyp:google_apis', |
3218 '../skia/skia.gyp:skia', | 3218 '../skia/skia.gyp:skia', |
3219 '../sql/sql.gyp:sql', | 3219 '../sql/sql.gyp:sql', |
3220 '../sync/sync.gyp:sync', | 3220 '../sync/sync.gyp:sync', |
3221 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 3221 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
3222 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 3222 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
(...skipping 896 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4119 '../components/components.gyp:omnibox_browser', | 4119 '../components/components.gyp:omnibox_browser', |
4120 '../components/components.gyp:rlz', | 4120 '../components/components.gyp:rlz', |
4121 '../components/components.gyp:search_engines', | 4121 '../components/components.gyp:search_engines', |
4122 '../rlz/rlz.gyp:rlz_lib', | 4122 '../rlz/rlz.gyp:rlz_lib', |
4123 ], | 4123 ], |
4124 }, | 4124 }, |
4125 ], | 4125 ], |
4126 }], | 4126 }], |
4127 ], | 4127 ], |
4128 } | 4128 } |
OLD | NEW |