| 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 3309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3320 '../components/components.gyp:guest_view_browser', | 3320 '../components/components.gyp:guest_view_browser', |
| 3321 '../components/components.gyp:history_content_browser', | 3321 '../components/components.gyp:history_content_browser', |
| 3322 '../components/components.gyp:keyed_service_content', | 3322 '../components/components.gyp:keyed_service_content', |
| 3323 '../components/components.gyp:metrics_gpu', | 3323 '../components/components.gyp:metrics_gpu', |
| 3324 '../components/components.gyp:metrics_profiler', | 3324 '../components/components.gyp:metrics_profiler', |
| 3325 '../components/components.gyp:metrics_profiler_content', | 3325 '../components/components.gyp:metrics_profiler_content', |
| 3326 '../components/components.gyp:navigation_interception', | 3326 '../components/components.gyp:navigation_interception', |
| 3327 '../components/components.gyp:net_log', | 3327 '../components/components.gyp:net_log', |
| 3328 '../components/components.gyp:network_hints_common', | 3328 '../components/components.gyp:network_hints_common', |
| 3329 '../components/components.gyp:ntp_snippets', | 3329 '../components/components.gyp:ntp_snippets', |
| 3330 '../components/components.gyp:ntp_tiles', |
| 3330 '../components/components.gyp:packed_ct_ev_whitelist', | 3331 '../components/components.gyp:packed_ct_ev_whitelist', |
| 3331 '../components/components.gyp:password_manager_content_browser', | 3332 '../components/components.gyp:password_manager_content_browser', |
| 3332 '../components/components.gyp:password_manager_sync_browser', | 3333 '../components/components.gyp:password_manager_sync_browser', |
| 3333 '../components/components.gyp:power', | 3334 '../components/components.gyp:power', |
| 3334 '../components/components.gyp:profile_metrics', | 3335 '../components/components.gyp:profile_metrics', |
| 3335 '../components/components.gyp:proxy_config', | 3336 '../components/components.gyp:proxy_config', |
| 3336 '../components/components.gyp:renderer_context_menu', | 3337 '../components/components.gyp:renderer_context_menu', |
| 3337 '../components/components.gyp:safe_browsing_db', | 3338 '../components/components.gyp:safe_browsing_db', |
| 3338 '../components/components.gyp:safe_json', | 3339 '../components/components.gyp:safe_json', |
| 3339 '../components/components.gyp:security_state', | 3340 '../components/components.gyp:security_state', |
| (...skipping 891 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4231 '../components/components.gyp:rlz', | 4232 '../components/components.gyp:rlz', |
| 4232 '../components/components.gyp:search_engines', | 4233 '../components/components.gyp:search_engines', |
| 4233 '../rlz/rlz.gyp:rlz_lib', | 4234 '../rlz/rlz.gyp:rlz_lib', |
| 4234 'common', | 4235 'common', |
| 4235 ], | 4236 ], |
| 4236 }, | 4237 }, |
| 4237 ], | 4238 ], |
| 4238 }], | 4239 }], |
| 4239 ], | 4240 ], |
| 4240 } | 4241 } |
| OLD | NEW |