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 2815 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2826 'common_net', | 2826 'common_net', |
2827 'in_memory_url_index_cache_proto', | 2827 'in_memory_url_index_cache_proto', |
2828 'probe_message_proto', | 2828 'probe_message_proto', |
2829 'suggestions_proto', | 2829 'suggestions_proto', |
2830 '../components/components.gyp:autocomplete', | 2830 '../components/components.gyp:autocomplete', |
2831 '../components/components.gyp:autofill_core_browser', | 2831 '../components/components.gyp:autofill_core_browser', |
2832 '../components/components.gyp:bookmarks_browser', | 2832 '../components/components.gyp:bookmarks_browser', |
2833 '../components/components.gyp:captive_portal', | 2833 '../components/components.gyp:captive_portal', |
2834 '../components/components.gyp:cloud_devices_common', | 2834 '../components/components.gyp:cloud_devices_common', |
2835 '../components/components.gyp:component_metrics_proto', | 2835 '../components/components.gyp:component_metrics_proto', |
| 2836 '../components/components.gyp:component_updater', |
2836 '../components/components.gyp:data_reduction_proxy_browser', | 2837 '../components/components.gyp:data_reduction_proxy_browser', |
2837 '../components/components.gyp:domain_reliability', | 2838 '../components/components.gyp:domain_reliability', |
2838 '../components/components.gyp:favicon_base', | 2839 '../components/components.gyp:favicon_base', |
2839 '../components/components.gyp:favicon_core', | 2840 '../components/components.gyp:favicon_core', |
2840 '../components/components.gyp:feedback_component', | 2841 '../components/components.gyp:feedback_component', |
2841 '../components/components.gyp:gcm_driver', | 2842 '../components/components.gyp:gcm_driver', |
2842 '../components/components.gyp:google_core_browser', | 2843 '../components/components.gyp:google_core_browser', |
2843 '../components/components.gyp:history_core_browser', | 2844 '../components/components.gyp:history_core_browser', |
2844 '../components/components.gyp:history_core_common', | 2845 '../components/components.gyp:history_core_common', |
2845 '../components/components.gyp:infobars_core', | 2846 '../components/components.gyp:infobars_core', |
(...skipping 722 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3568 'package_name': 'org/chromium/chrome/browser', | 3569 'package_name': 'org/chromium/chrome/browser', |
3569 'template_deps': ['browser/android/tab_load_status.h'], | 3570 'template_deps': ['browser/android/tab_load_status.h'], |
3570 }, | 3571 }, |
3571 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3572 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3572 }, | 3573 }, |
3573 ], | 3574 ], |
3574 }, | 3575 }, |
3575 ], | 3576 ], |
3576 ], | 3577 ], |
3577 } | 3578 } |
OLD | NEW |