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 3177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3188 '../components/components.gyp:translate_core_browser', | 3188 '../components/components.gyp:translate_core_browser', |
3189 '../components/components.gyp:translate_core_common', | 3189 '../components/components.gyp:translate_core_common', |
3190 '../components/components.gyp:update_client', | 3190 '../components/components.gyp:update_client', |
3191 '../components/components.gyp:undo_component', | 3191 '../components/components.gyp:undo_component', |
3192 '../components/components.gyp:user_prefs', | 3192 '../components/components.gyp:user_prefs', |
3193 '../components/components_strings.gyp:components_strings', | 3193 '../components/components_strings.gyp:components_strings', |
3194 # This depends directly on the variations target, rather than just | 3194 # This depends directly on the variations target, rather than just |
3195 # transitively via the common target because the proto sources need to | 3195 # transitively via the common target because the proto sources need to |
3196 # be generated before code in this target can start building. | 3196 # be generated before code in this target can start building. |
3197 '../components/components.gyp:variations', | 3197 '../components/components.gyp:variations', |
3198 '../components/components.gyp:variations_http_provider', | 3198 '../components/components.gyp:variations_net', |
3199 '../components/components.gyp:variations_service', | 3199 '../components/components.gyp:variations_service', |
3200 '../components/components.gyp:webdata_common', | 3200 '../components/components.gyp:webdata_common', |
3201 '../components/components.gyp:webdata_services', | 3201 '../components/components.gyp:webdata_services', |
3202 '../components/mime_util/mime_util.gyp:mime_util', | 3202 '../components/mime_util/mime_util.gyp:mime_util', |
3203 '../components/tracing.gyp:tracing', | 3203 '../components/tracing.gyp:tracing', |
3204 '../components/url_formatter/url_formatter.gyp:url_formatter', | 3204 '../components/url_formatter/url_formatter.gyp:url_formatter', |
3205 '../content/content.gyp:content_browser', | 3205 '../content/content.gyp:content_browser', |
3206 '../content/content.gyp:content_common', | 3206 '../content/content.gyp:content_common', |
3207 '../courgette/courgette.gyp:courgette_lib', | 3207 '../courgette/courgette.gyp:courgette_lib', |
3208 '../crypto/crypto.gyp:crypto', | 3208 '../crypto/crypto.gyp:crypto', |
(...skipping 982 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4191 '../components/components.gyp:omnibox_browser', | 4191 '../components/components.gyp:omnibox_browser', |
4192 '../components/components.gyp:rlz', | 4192 '../components/components.gyp:rlz', |
4193 '../components/components.gyp:search_engines', | 4193 '../components/components.gyp:search_engines', |
4194 '../rlz/rlz.gyp:rlz_lib', | 4194 '../rlz/rlz.gyp:rlz_lib', |
4195 ], | 4195 ], |
4196 }, | 4196 }, |
4197 ], | 4197 ], |
4198 }], | 4198 }], |
4199 ], | 4199 ], |
4200 } | 4200 } |
OLD | NEW |