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 3106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3117 '../components/components.gyp:signin_core_browser', | 3117 '../components/components.gyp:signin_core_browser', |
3118 '../components/components.gyp:startup_metric_utils', | 3118 '../components/components.gyp:startup_metric_utils', |
3119 '../components/components.gyp:sync_bookmarks', | 3119 '../components/components.gyp:sync_bookmarks', |
3120 '../components/components.gyp:sync_driver', | 3120 '../components/components.gyp:sync_driver', |
3121 '../components/components.gyp:sync_sessions', | 3121 '../components/components.gyp:sync_sessions', |
3122 '../components/components.gyp:translate_core_browser', | 3122 '../components/components.gyp:translate_core_browser', |
3123 '../components/components.gyp:translate_core_common', | 3123 '../components/components.gyp:translate_core_common', |
3124 '../components/components.gyp:update_client', | 3124 '../components/components.gyp:update_client', |
3125 '../components/components.gyp:undo_component', | 3125 '../components/components.gyp:undo_component', |
3126 '../components/components.gyp:user_prefs', | 3126 '../components/components.gyp:user_prefs', |
| 3127 '../components/components.gyp:web_restriction', |
3127 '../components/components_strings.gyp:components_strings', | 3128 '../components/components_strings.gyp:components_strings', |
3128 # This depends directly on the variations target, rather than just | 3129 # This depends directly on the variations target, rather than just |
3129 # transitively via the common target because the proto sources need to | 3130 # transitively via the common target because the proto sources need to |
3130 # be generated before code in this target can start building. | 3131 # be generated before code in this target can start building. |
3131 '../components/components.gyp:variations', | 3132 '../components/components.gyp:variations', |
3132 '../components/components.gyp:variations_http_provider', | 3133 '../components/components.gyp:variations_http_provider', |
3133 '../components/components.gyp:variations_service', | 3134 '../components/components.gyp:variations_service', |
3134 '../components/components.gyp:webdata_common', | 3135 '../components/components.gyp:webdata_common', |
3135 '../components/components.gyp:webdata_services', | 3136 '../components/components.gyp:webdata_services', |
3136 '../components/mime_util/mime_util.gyp:mime_util', | 3137 '../components/mime_util/mime_util.gyp:mime_util', |
(...skipping 959 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4096 '../components/components.gyp:omnibox_browser', | 4097 '../components/components.gyp:omnibox_browser', |
4097 '../components/components.gyp:rlz', | 4098 '../components/components.gyp:rlz', |
4098 '../components/components.gyp:search_engines', | 4099 '../components/components.gyp:search_engines', |
4099 '../rlz/rlz.gyp:rlz_lib', | 4100 '../rlz/rlz.gyp:rlz_lib', |
4100 ], | 4101 ], |
4101 }, | 4102 }, |
4102 ], | 4103 ], |
4103 }], | 4104 }], |
4104 ], | 4105 ], |
4105 } | 4106 } |
OLD | NEW |