| 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 2904 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2915 '../components/components.gyp:cloud_devices_common', | 2915 '../components/components.gyp:cloud_devices_common', |
| 2916 '../components/components.gyp:component_metrics_proto', | 2916 '../components/components.gyp:component_metrics_proto', |
| 2917 '../components/components.gyp:component_updater', | 2917 '../components/components.gyp:component_updater', |
| 2918 '../components/components.gyp:content_settings_core_browser', | 2918 '../components/components.gyp:content_settings_core_browser', |
| 2919 '../components/components.gyp:content_settings_core_common', | 2919 '../components/components.gyp:content_settings_core_common', |
| 2920 '../components/components.gyp:crx_file', | 2920 '../components/components.gyp:crx_file', |
| 2921 '../components/components.gyp:data_reduction_proxy_core_browser', | 2921 '../components/components.gyp:data_reduction_proxy_core_browser', |
| 2922 '../components/components.gyp:domain_reliability', | 2922 '../components/components.gyp:domain_reliability', |
| 2923 '../components/components.gyp:enhanced_bookmarks', | 2923 '../components/components.gyp:enhanced_bookmarks', |
| 2924 '../components/components.gyp:favicon_base', | 2924 '../components/components.gyp:favicon_base', |
| 2925 '../components/components.gyp:favicon_core_browser', | 2925 '../components/components.gyp:favicon_core', |
| 2926 '../components/components.gyp:gcm_driver', | 2926 '../components/components.gyp:gcm_driver', |
| 2927 '../components/components.gyp:google_core_browser', | 2927 '../components/components.gyp:google_core_browser', |
| 2928 '../components/components.gyp:handoff', | 2928 '../components/components.gyp:handoff', |
| 2929 '../components/components.gyp:history_core_browser', | 2929 '../components/components.gyp:history_core_browser', |
| 2930 '../components/components.gyp:history_core_common', | 2930 '../components/components.gyp:history_core_common', |
| 2931 '../components/components.gyp:infobars_core', | 2931 '../components/components.gyp:infobars_core', |
| 2932 '../components/components.gyp:invalidation', | 2932 '../components/components.gyp:invalidation', |
| 2933 '../components/components.gyp:metrics', | 2933 '../components/components.gyp:metrics', |
| 2934 '../components/components.gyp:metrics_gpu', | 2934 '../components/components.gyp:metrics_gpu', |
| 2935 '../components/components.gyp:metrics_net', | 2935 '../components/components.gyp:metrics_net', |
| (...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3765 'variables': { | 3765 'variables': { |
| 3766 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3766 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3767 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3767 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3768 }, | 3768 }, |
| 3769 'includes': [ '../build/protoc.gypi' ] | 3769 'includes': [ '../build/protoc.gypi' ] |
| 3770 }, | 3770 }, |
| 3771 ], | 3771 ], |
| 3772 },], | 3772 },], |
| 3773 ], | 3773 ], |
| 3774 } | 3774 } |
| OLD | NEW |