| 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 3373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3384 '../components/components.gyp:power', | 3384 '../components/components.gyp:power', |
| 3385 '../components/components.gyp:profile_metrics', | 3385 '../components/components.gyp:profile_metrics', |
| 3386 '../components/components.gyp:proxy_config', | 3386 '../components/components.gyp:proxy_config', |
| 3387 '../components/components.gyp:renderer_context_menu', | 3387 '../components/components.gyp:renderer_context_menu', |
| 3388 '../components/components.gyp:safe_browsing_db', | 3388 '../components/components.gyp:safe_browsing_db', |
| 3389 '../components/components.gyp:safe_json', | 3389 '../components/components.gyp:safe_json', |
| 3390 '../components/components.gyp:security_state', | 3390 '../components/components.gyp:security_state', |
| 3391 '../components/components.gyp:sessions_content', | 3391 '../components/components.gyp:sessions_content', |
| 3392 '../components/components.gyp:ssl_config', | 3392 '../components/components.gyp:ssl_config', |
| 3393 '../components/components.gyp:storage_monitor', | 3393 '../components/components.gyp:storage_monitor', |
| 3394 '../components/components.gyp:subresource_filter_content_browser', |
| 3394 '../components/components.gyp:syncable_prefs', | 3395 '../components/components.gyp:syncable_prefs', |
| 3395 '../components/components.gyp:translate_content_browser', | 3396 '../components/components.gyp:translate_content_browser', |
| 3396 '../components/components.gyp:upload_list', | 3397 '../components/components.gyp:upload_list', |
| 3397 '../components/components.gyp:url_matcher', | 3398 '../components/components.gyp:url_matcher', |
| 3398 '../components/components.gyp:user_prefs_tracked', | 3399 '../components/components.gyp:user_prefs_tracked', |
| 3399 '../components/components.gyp:visitedlink_browser', | 3400 '../components/components.gyp:visitedlink_browser', |
| 3400 '../components/components.gyp:visitedlink_common', | 3401 '../components/components.gyp:visitedlink_common', |
| 3401 '../components/components.gyp:wallpaper', | 3402 '../components/components.gyp:wallpaper', |
| 3402 '../components/components.gyp:web_cache_browser', | 3403 '../components/components.gyp:web_cache_browser', |
| 3403 '../components/components.gyp:web_resource', | 3404 '../components/components.gyp:web_resource', |
| (...skipping 900 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4304 '../components/components.gyp:rlz', | 4305 '../components/components.gyp:rlz', |
| 4305 '../components/components.gyp:search_engines', | 4306 '../components/components.gyp:search_engines', |
| 4306 '../rlz/rlz.gyp:rlz_lib', | 4307 '../rlz/rlz.gyp:rlz_lib', |
| 4307 'common', | 4308 'common', |
| 4308 ], | 4309 ], |
| 4309 }, | 4310 }, |
| 4310 ], | 4311 ], |
| 4311 }], | 4312 }], |
| 4312 ], | 4313 ], |
| 4313 } | 4314 } |
| OLD | NEW |