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 3254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3265 '../components/components.gyp:devtools_discovery', | 3265 '../components/components.gyp:devtools_discovery', |
3266 '../components/components.gyp:devtools_http_handler', | 3266 '../components/components.gyp:devtools_http_handler', |
3267 '../components/components.gyp:dom_distiller_content_browser', | 3267 '../components/components.gyp:dom_distiller_content_browser', |
3268 '../components/components.gyp:favicon_content', | 3268 '../components/components.gyp:favicon_content', |
3269 '../components/components.gyp:guest_view_browser', | 3269 '../components/components.gyp:guest_view_browser', |
3270 '../components/components.gyp:history_content_browser', | 3270 '../components/components.gyp:history_content_browser', |
3271 '../components/components.gyp:keyed_service_content', | 3271 '../components/components.gyp:keyed_service_content', |
3272 '../components/components.gyp:navigation_interception', | 3272 '../components/components.gyp:navigation_interception', |
3273 '../components/components.gyp:packed_ct_ev_whitelist', | 3273 '../components/components.gyp:packed_ct_ev_whitelist', |
3274 '../components/components.gyp:password_manager_content_browser', | 3274 '../components/components.gyp:password_manager_content_browser', |
| 3275 '../components/components.gyp:password_manager_sync_browser', |
3275 '../components/components.gyp:plugins_common', | 3276 '../components/components.gyp:plugins_common', |
3276 '../components/components.gyp:power', | 3277 '../components/components.gyp:power', |
3277 '../components/components.gyp:safe_json', | 3278 '../components/components.gyp:safe_json', |
3278 '../components/components.gyp:sessions_content', | 3279 '../components/components.gyp:sessions_content', |
3279 '../components/components.gyp:storage_monitor', | 3280 '../components/components.gyp:storage_monitor', |
3280 '../components/components.gyp:translate_content_browser', | 3281 '../components/components.gyp:translate_content_browser', |
3281 '../components/components.gyp:upload_list', | 3282 '../components/components.gyp:upload_list', |
3282 '../components/components.gyp:url_matcher', | 3283 '../components/components.gyp:url_matcher', |
3283 '../components/components.gyp:visitedlink_browser', | 3284 '../components/components.gyp:visitedlink_browser', |
3284 '../components/components.gyp:visitedlink_common', | 3285 '../components/components.gyp:visitedlink_common', |
(...skipping 827 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4112 '../components/components.gyp:omnibox_browser', | 4113 '../components/components.gyp:omnibox_browser', |
4113 '../components/components.gyp:rlz', | 4114 '../components/components.gyp:rlz', |
4114 '../components/components.gyp:search_engines', | 4115 '../components/components.gyp:search_engines', |
4115 '../rlz/rlz.gyp:rlz_lib', | 4116 '../rlz/rlz.gyp:rlz_lib', |
4116 ], | 4117 ], |
4117 }, | 4118 }, |
4118 ], | 4119 ], |
4119 }], | 4120 }], |
4120 ], | 4121 ], |
4121 } | 4122 } |
OLD | NEW |