| 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 3426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3437 '../components/components.gyp:power', | 3437 '../components/components.gyp:power', |
| 3438 '../components/components.gyp:profile_metrics', | 3438 '../components/components.gyp:profile_metrics', |
| 3439 '../components/components.gyp:proxy_config', | 3439 '../components/components.gyp:proxy_config', |
| 3440 '../components/components.gyp:renderer_context_menu', | 3440 '../components/components.gyp:renderer_context_menu', |
| 3441 '../components/components.gyp:safe_browsing_db', | 3441 '../components/components.gyp:safe_browsing_db', |
| 3442 '../components/components.gyp:safe_json', | 3442 '../components/components.gyp:safe_json', |
| 3443 '../components/components.gyp:security_state', | 3443 '../components/components.gyp:security_state', |
| 3444 '../components/components.gyp:sessions_content', | 3444 '../components/components.gyp:sessions_content', |
| 3445 '../components/components.gyp:ssl_config', | 3445 '../components/components.gyp:ssl_config', |
| 3446 '../components/components.gyp:storage_monitor', | 3446 '../components/components.gyp:storage_monitor', |
| 3447 '../components/components.gyp:subresource_filter_content_browser', |
| 3447 '../components/components.gyp:syncable_prefs', | 3448 '../components/components.gyp:syncable_prefs', |
| 3448 '../components/components.gyp:translate_content_browser', | 3449 '../components/components.gyp:translate_content_browser', |
| 3449 '../components/components.gyp:upload_list', | 3450 '../components/components.gyp:upload_list', |
| 3450 '../components/components.gyp:url_matcher', | 3451 '../components/components.gyp:url_matcher', |
| 3451 '../components/components.gyp:user_prefs_tracked', | 3452 '../components/components.gyp:user_prefs_tracked', |
| 3452 '../components/components.gyp:visitedlink_browser', | 3453 '../components/components.gyp:visitedlink_browser', |
| 3453 '../components/components.gyp:visitedlink_common', | 3454 '../components/components.gyp:visitedlink_common', |
| 3454 '../components/components.gyp:wallpaper', | 3455 '../components/components.gyp:wallpaper', |
| 3455 '../components/components.gyp:web_cache_browser', | 3456 '../components/components.gyp:web_cache_browser', |
| 3456 '../components/components.gyp:web_resource', | 3457 '../components/components.gyp:web_resource', |
| (...skipping 882 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4339 '../components/components.gyp:rlz', | 4340 '../components/components.gyp:rlz', |
| 4340 '../components/components.gyp:search_engines', | 4341 '../components/components.gyp:search_engines', |
| 4341 '../rlz/rlz.gyp:rlz_lib', | 4342 '../rlz/rlz.gyp:rlz_lib', |
| 4342 'common', | 4343 'common', |
| 4343 ], | 4344 ], |
| 4344 }, | 4345 }, |
| 4345 ], | 4346 ], |
| 4346 }], | 4347 }], |
| 4347 ], | 4348 ], |
| 4348 } | 4349 } |
| OLD | NEW |