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 3312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3323 '../components/components.gyp:security_state', | 3323 '../components/components.gyp:security_state', |
3324 '../components/components.gyp:ssl_errors', | 3324 '../components/components.gyp:ssl_errors', |
3325 '../components/components.gyp:suggestions', | 3325 '../components/components.gyp:suggestions', |
3326 '../components/components.gyp:signin_core_browser', | 3326 '../components/components.gyp:signin_core_browser', |
3327 '../components/components.gyp:startup_metric_utils_browser', | 3327 '../components/components.gyp:startup_metric_utils_browser', |
3328 '../components/components.gyp:startup_metric_utils_browser_host', | 3328 '../components/components.gyp:startup_metric_utils_browser_host', |
3329 '../components/components.gyp:subresource_filter_content_browser', | 3329 '../components/components.gyp:subresource_filter_content_browser', |
3330 '../components/components.gyp:subresource_filter_core_browser', | 3330 '../components/components.gyp:subresource_filter_core_browser', |
3331 '../components/components.gyp:supervised_user_error_page', | 3331 '../components/components.gyp:supervised_user_error_page', |
3332 '../components/components.gyp:sync_bookmarks', | 3332 '../components/components.gyp:sync_bookmarks', |
3333 '../components/components.gyp:sync_driver', | |
3334 '../components/components.gyp:sync_sessions', | 3333 '../components/components.gyp:sync_sessions', |
3335 '../components/components.gyp:translate_core_browser', | 3334 '../components/components.gyp:translate_core_browser', |
3336 '../components/components.gyp:translate_core_common', | 3335 '../components/components.gyp:translate_core_common', |
3337 '../components/components.gyp:update_client', | 3336 '../components/components.gyp:update_client', |
3338 '../components/components.gyp:undo_component', | 3337 '../components/components.gyp:undo_component', |
3339 '../components/components.gyp:user_prefs', | 3338 '../components/components.gyp:user_prefs', |
3340 '../components/components_strings.gyp:components_strings', | 3339 '../components/components_strings.gyp:components_strings', |
3341 # This depends directly on the variations target, rather than just | 3340 # This depends directly on the variations target, rather than just |
3342 # transitively via the common target because the proto sources need to | 3341 # transitively via the common target because the proto sources need to |
3343 # be generated before code in this target can start building. | 3342 # be generated before code in this target can start building. |
(...skipping 1003 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4347 '../components/components.gyp:rlz', | 4346 '../components/components.gyp:rlz', |
4348 '../components/components.gyp:search_engines', | 4347 '../components/components.gyp:search_engines', |
4349 '../rlz/rlz.gyp:rlz_lib', | 4348 '../rlz/rlz.gyp:rlz_lib', |
4350 'common', | 4349 'common', |
4351 ], | 4350 ], |
4352 }, | 4351 }, |
4353 ], | 4352 ], |
4354 }], | 4353 }], |
4355 ], | 4354 ], |
4356 } | 4355 } |
OLD | NEW |