| 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 2990 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3001 '../components/components.gyp:content_settings_core_browser', | 3001 '../components/components.gyp:content_settings_core_browser', |
| 3002 '../components/components.gyp:content_settings_core_common', | 3002 '../components/components.gyp:content_settings_core_common', |
| 3003 '../components/components.gyp:crx_file', | 3003 '../components/components.gyp:crx_file', |
| 3004 '../components/components.gyp:data_reduction_proxy_core_browser', | 3004 '../components/components.gyp:data_reduction_proxy_core_browser', |
| 3005 '../components/components.gyp:domain_reliability', | 3005 '../components/components.gyp:domain_reliability', |
| 3006 '../components/components.gyp:enhanced_bookmarks', | 3006 '../components/components.gyp:enhanced_bookmarks', |
| 3007 '../components/components.gyp:favicon_base', | 3007 '../components/components.gyp:favicon_base', |
| 3008 '../components/components.gyp:favicon_core', | 3008 '../components/components.gyp:favicon_core', |
| 3009 '../components/components.gyp:gcm_driver', | 3009 '../components/components.gyp:gcm_driver', |
| 3010 '../components/components.gyp:google_core_browser', | 3010 '../components/components.gyp:google_core_browser', |
| 3011 '../components/components.gyp:guest_view', |
| 3011 '../components/components.gyp:handoff', | 3012 '../components/components.gyp:handoff', |
| 3012 '../components/components.gyp:history_core_browser', | 3013 '../components/components.gyp:history_core_browser', |
| 3013 '../components/components.gyp:history_core_common', | 3014 '../components/components.gyp:history_core_common', |
| 3014 '../components/components.gyp:infobars_core', | 3015 '../components/components.gyp:infobars_core', |
| 3015 '../components/components.gyp:instance_id_driver', | 3016 '../components/components.gyp:instance_id_driver', |
| 3016 '../components/components.gyp:invalidation', | 3017 '../components/components.gyp:invalidation', |
| 3017 '../components/components.gyp:metrics', | 3018 '../components/components.gyp:metrics', |
| 3018 '../components/components.gyp:metrics_gpu', | 3019 '../components/components.gyp:metrics_gpu', |
| 3019 '../components/components.gyp:metrics_net', | 3020 '../components/components.gyp:metrics_net', |
| 3020 '../components/components.gyp:metrics_profiler', | 3021 '../components/components.gyp:metrics_profiler', |
| (...skipping 833 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3854 'variables': { | 3855 'variables': { |
| 3855 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3856 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3856 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3857 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3857 }, | 3858 }, |
| 3858 'includes': [ '../build/protoc.gypi' ] | 3859 'includes': [ '../build/protoc.gypi' ] |
| 3859 }, | 3860 }, |
| 3860 ], | 3861 ], |
| 3861 },], | 3862 },], |
| 3862 ], | 3863 ], |
| 3863 } | 3864 } |
| OLD | NEW |