| 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 3323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3334 '../components/components.gyp:flags_ui', | 3334 '../components/components.gyp:flags_ui', |
| 3335 '../components/components.gyp:guest_view_browser', | 3335 '../components/components.gyp:guest_view_browser', |
| 3336 '../components/components.gyp:history_content_browser', | 3336 '../components/components.gyp:history_content_browser', |
| 3337 '../components/components.gyp:keyed_service_content', | 3337 '../components/components.gyp:keyed_service_content', |
| 3338 '../components/components.gyp:metrics_gpu', | 3338 '../components/components.gyp:metrics_gpu', |
| 3339 '../components/components.gyp:metrics_profiler', | 3339 '../components/components.gyp:metrics_profiler', |
| 3340 '../components/components.gyp:metrics_profiler_content', | 3340 '../components/components.gyp:metrics_profiler_content', |
| 3341 '../components/components.gyp:navigation_interception', | 3341 '../components/components.gyp:navigation_interception', |
| 3342 '../components/components.gyp:net_log', | 3342 '../components/components.gyp:net_log', |
| 3343 '../components/components.gyp:network_hints_common', | 3343 '../components/components.gyp:network_hints_common', |
| 3344 '../components/components.gyp:network_session_configurator', |
| 3344 '../components/components.gyp:ntp_snippets', | 3345 '../components/components.gyp:ntp_snippets', |
| 3345 '../components/components.gyp:ntp_tiles', | 3346 '../components/components.gyp:ntp_tiles', |
| 3346 '../components/components.gyp:packed_ct_ev_whitelist', | 3347 '../components/components.gyp:packed_ct_ev_whitelist', |
| 3347 '../components/components.gyp:password_manager_content_browser', | 3348 '../components/components.gyp:password_manager_content_browser', |
| 3348 '../components/components.gyp:password_manager_sync_browser', | 3349 '../components/components.gyp:password_manager_sync_browser', |
| 3349 '../components/components.gyp:power', | 3350 '../components/components.gyp:power', |
| 3350 '../components/components.gyp:profile_metrics', | 3351 '../components/components.gyp:profile_metrics', |
| 3351 '../components/components.gyp:proxy_config', | 3352 '../components/components.gyp:proxy_config', |
| 3352 '../components/components.gyp:renderer_context_menu', | 3353 '../components/components.gyp:renderer_context_menu', |
| 3353 '../components/components.gyp:safe_browsing_db', | 3354 '../components/components.gyp:safe_browsing_db', |
| (...skipping 903 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4257 '../components/components.gyp:rlz', | 4258 '../components/components.gyp:rlz', |
| 4258 '../components/components.gyp:search_engines', | 4259 '../components/components.gyp:search_engines', |
| 4259 '../rlz/rlz.gyp:rlz_lib', | 4260 '../rlz/rlz.gyp:rlz_lib', |
| 4260 'common', | 4261 'common', |
| 4261 ], | 4262 ], |
| 4262 }, | 4263 }, |
| 4263 ], | 4264 ], |
| 4264 }], | 4265 }], |
| 4265 ], | 4266 ], |
| 4266 } | 4267 } |
| OLD | NEW |