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 2722 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2733 'safe_browsing_chunk_proto', | 2733 'safe_browsing_chunk_proto', |
2734 'safe_browsing_proto', | 2734 'safe_browsing_proto', |
2735 'safe_browsing_report_proto', | 2735 'safe_browsing_report_proto', |
2736 'suggestions_proto', | 2736 'suggestions_proto', |
2737 '../components/components.gyp:autocomplete', | 2737 '../components/components.gyp:autocomplete', |
2738 '../components/components.gyp:autofill_core_browser', | 2738 '../components/components.gyp:autofill_core_browser', |
2739 '../components/components.gyp:bookmarks_browser', | 2739 '../components/components.gyp:bookmarks_browser', |
2740 '../components/components.gyp:captive_portal', | 2740 '../components/components.gyp:captive_portal', |
2741 '../components/components.gyp:cloud_devices_common', | 2741 '../components/components.gyp:cloud_devices_common', |
2742 '../components/components.gyp:component_metrics_proto', | 2742 '../components/components.gyp:component_metrics_proto', |
| 2743 '../components/components.gyp:component_updater', |
2743 '../components/components.gyp:data_reduction_proxy_browser', | 2744 '../components/components.gyp:data_reduction_proxy_browser', |
2744 '../components/components.gyp:domain_reliability', | 2745 '../components/components.gyp:domain_reliability', |
2745 '../components/components.gyp:favicon_base', | 2746 '../components/components.gyp:favicon_base', |
2746 '../components/components.gyp:favicon_core', | 2747 '../components/components.gyp:favicon_core', |
2747 '../components/components.gyp:feedback_component', | 2748 '../components/components.gyp:feedback_component', |
2748 '../components/components.gyp:gcm_driver', | 2749 '../components/components.gyp:gcm_driver', |
2749 '../components/components.gyp:google_core_browser', | 2750 '../components/components.gyp:google_core_browser', |
2750 '../components/components.gyp:history_core_browser', | 2751 '../components/components.gyp:history_core_browser', |
2751 '../components/components.gyp:history_core_common', | 2752 '../components/components.gyp:history_core_common', |
2752 '../components/components.gyp:infobars_core', | 2753 '../components/components.gyp:infobars_core', |
(...skipping 989 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3742 'package_name': 'org/chromium/chrome/browser', | 3743 'package_name': 'org/chromium/chrome/browser', |
3743 'template_deps': ['browser/android/tab_load_status.h'], | 3744 'template_deps': ['browser/android/tab_load_status.h'], |
3744 }, | 3745 }, |
3745 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3746 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3746 }, | 3747 }, |
3747 ], | 3748 ], |
3748 }, | 3749 }, |
3749 ], | 3750 ], |
3750 ], | 3751 ], |
3751 } | 3752 } |
OLD | NEW |