| 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 2892 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2903 'chrome_resources.gyp:chrome_strings', | 2903 'chrome_resources.gyp:chrome_strings', |
| 2904 'chrome_resources.gyp:chrome_strings_map', | 2904 'chrome_resources.gyp:chrome_strings_map', |
| 2905 'chrome_resources.gyp:platform_locale_settings', | 2905 'chrome_resources.gyp:platform_locale_settings', |
| 2906 'chrome_resources.gyp:theme_resources', | 2906 'chrome_resources.gyp:theme_resources', |
| 2907 'common', | 2907 'common', |
| 2908 'common_net', | 2908 'common_net', |
| 2909 'in_memory_url_index_cache_proto', | 2909 'in_memory_url_index_cache_proto', |
| 2910 'probe_message_proto', | 2910 'probe_message_proto', |
| 2911 '../components/components.gyp:autofill_core_browser', | 2911 '../components/components.gyp:autofill_core_browser', |
| 2912 '../components/components.gyp:bookmarks_browser', | 2912 '../components/components.gyp:bookmarks_browser', |
| 2913 '../components/components.gyp:bookmarks_managed', |
| 2913 '../components/components.gyp:captive_portal', | 2914 '../components/components.gyp:captive_portal', |
| 2914 '../components/components.gyp:cloud_devices_common', | 2915 '../components/components.gyp:cloud_devices_common', |
| 2915 '../components/components.gyp:component_metrics_proto', | 2916 '../components/components.gyp:component_metrics_proto', |
| 2916 '../components/components.gyp:component_updater', | 2917 '../components/components.gyp:component_updater', |
| 2917 '../components/components.gyp:content_settings_core_browser', | 2918 '../components/components.gyp:content_settings_core_browser', |
| 2918 '../components/components.gyp:content_settings_core_common', | 2919 '../components/components.gyp:content_settings_core_common', |
| 2919 '../components/components.gyp:crx_file', | 2920 '../components/components.gyp:crx_file', |
| 2920 '../components/components.gyp:data_reduction_proxy_core_browser', | 2921 '../components/components.gyp:data_reduction_proxy_core_browser', |
| 2921 '../components/components.gyp:domain_reliability', | 2922 '../components/components.gyp:domain_reliability', |
| 2922 '../components/components.gyp:enhanced_bookmarks', | 2923 '../components/components.gyp:enhanced_bookmarks', |
| (...skipping 837 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3760 'variables': { | 3761 'variables': { |
| 3761 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3762 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3762 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3763 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3763 }, | 3764 }, |
| 3764 'includes': [ '../build/protoc.gypi' ] | 3765 'includes': [ '../build/protoc.gypi' ] |
| 3765 }, | 3766 }, |
| 3766 ], | 3767 ], |
| 3767 },], | 3768 },], |
| 3768 ], | 3769 ], |
| 3769 } | 3770 } |
| OLD | NEW |