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 2819 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2830 'in_memory_url_index_cache_proto', | 2830 'in_memory_url_index_cache_proto', |
2831 'probe_message_proto', | 2831 'probe_message_proto', |
2832 'suggestions_proto', | 2832 'suggestions_proto', |
2833 'variations_proto', | 2833 'variations_proto', |
2834 '../components/components.gyp:autocomplete', | 2834 '../components/components.gyp:autocomplete', |
2835 '../components/components.gyp:autofill_core_browser', | 2835 '../components/components.gyp:autofill_core_browser', |
2836 '../components/components.gyp:bookmarks_browser', | 2836 '../components/components.gyp:bookmarks_browser', |
2837 '../components/components.gyp:captive_portal', | 2837 '../components/components.gyp:captive_portal', |
2838 '../components/components.gyp:cloud_devices_common', | 2838 '../components/components.gyp:cloud_devices_common', |
2839 '../components/components.gyp:component_metrics_proto', | 2839 '../components/components.gyp:component_metrics_proto', |
2840 '../components/components.gyp:component_updater', | |
2841 '../components/components.gyp:data_reduction_proxy_browser', | 2840 '../components/components.gyp:data_reduction_proxy_browser', |
2842 '../components/components.gyp:domain_reliability', | 2841 '../components/components.gyp:domain_reliability', |
2843 '../components/components.gyp:favicon_base', | 2842 '../components/components.gyp:favicon_base', |
2844 '../components/components.gyp:favicon_core', | 2843 '../components/components.gyp:favicon_core', |
2845 '../components/components.gyp:feedback_component', | 2844 '../components/components.gyp:feedback_component', |
2846 '../components/components.gyp:gcm_driver', | 2845 '../components/components.gyp:gcm_driver', |
2847 '../components/components.gyp:google_core_browser', | 2846 '../components/components.gyp:google_core_browser', |
2848 '../components/components.gyp:history_core_browser', | 2847 '../components/components.gyp:history_core_browser', |
2849 '../components/components.gyp:history_core_common', | 2848 '../components/components.gyp:history_core_common', |
2850 '../components/components.gyp:infobars_core', | 2849 '../components/components.gyp:infobars_core', |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2922 'dependencies': [ | 2921 'dependencies': [ |
2923 'apps', | 2922 'apps', |
2924 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2923 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
2925 'browser_extensions', | 2924 'browser_extensions', |
2926 'common/extensions/api/api.gyp:chrome_api', | 2925 'common/extensions/api/api.gyp:chrome_api', |
2927 'debugger', | 2926 'debugger', |
2928 'installer_util', | 2927 'installer_util', |
2929 '../third_party/re2/re2.gyp:re2', | 2928 '../third_party/re2/re2.gyp:re2', |
2930 '../cc/cc.gyp:cc', | 2929 '../cc/cc.gyp:cc', |
2931 '../components/components.gyp:autofill_content_browser', | 2930 '../components/components.gyp:autofill_content_browser', |
| 2931 '../components/components.gyp:component_updater', |
2932 '../components/components.gyp:dom_distiller_content', | 2932 '../components/components.gyp:dom_distiller_content', |
2933 '../components/components.gyp:keyed_service_content', | 2933 '../components/components.gyp:keyed_service_content', |
2934 '../components/components.gyp:navigation_interception', | 2934 '../components/components.gyp:navigation_interception', |
2935 '../components/components.gyp:password_manager_content_browser', | 2935 '../components/components.gyp:password_manager_content_browser', |
2936 '../components/components.gyp:precache_content', | 2936 '../components/components.gyp:precache_content', |
2937 '../components/components.gyp:sessions', | 2937 '../components/components.gyp:sessions', |
2938 '../components/components.gyp:storage_monitor', | 2938 '../components/components.gyp:storage_monitor', |
2939 '../components/components.gyp:translate_content_browser', | 2939 '../components/components.gyp:translate_content_browser', |
2940 '../components/components.gyp:url_matcher', | 2940 '../components/components.gyp:url_matcher', |
2941 '../components/components.gyp:usb_service', | 2941 '../components/components.gyp:usb_service', |
(...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3594 'package_name': 'org/chromium/chrome/browser', | 3594 'package_name': 'org/chromium/chrome/browser', |
3595 'template_deps': ['browser/android/tab_load_status.h'], | 3595 'template_deps': ['browser/android/tab_load_status.h'], |
3596 }, | 3596 }, |
3597 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3597 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3598 }, | 3598 }, |
3599 ], | 3599 ], |
3600 }, | 3600 }, |
3601 ], | 3601 ], |
3602 ], | 3602 ], |
3603 } | 3603 } |
OLD | NEW |