| 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 2842 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2853 'common_net', | 2853 'common_net', |
| 2854 'in_memory_url_index_cache_proto', | 2854 'in_memory_url_index_cache_proto', |
| 2855 'probe_message_proto', | 2855 'probe_message_proto', |
| 2856 'suggestions_proto', | 2856 'suggestions_proto', |
| 2857 '../components/components.gyp:autocomplete', | 2857 '../components/components.gyp:autocomplete', |
| 2858 '../components/components.gyp:autofill_core_browser', | 2858 '../components/components.gyp:autofill_core_browser', |
| 2859 '../components/components.gyp:bookmarks_browser', | 2859 '../components/components.gyp:bookmarks_browser', |
| 2860 '../components/components.gyp:captive_portal', | 2860 '../components/components.gyp:captive_portal', |
| 2861 '../components/components.gyp:cloud_devices_common', | 2861 '../components/components.gyp:cloud_devices_common', |
| 2862 '../components/components.gyp:component_metrics_proto', | 2862 '../components/components.gyp:component_metrics_proto', |
| 2863 '../components/components.gyp:content_settings_core_common', |
| 2863 '../components/components.gyp:data_reduction_proxy_browser', | 2864 '../components/components.gyp:data_reduction_proxy_browser', |
| 2864 '../components/components.gyp:domain_reliability', | 2865 '../components/components.gyp:domain_reliability', |
| 2865 '../components/components.gyp:favicon_base', | 2866 '../components/components.gyp:favicon_base', |
| 2866 '../components/components.gyp:favicon_core', | 2867 '../components/components.gyp:favicon_core', |
| 2867 '../components/components.gyp:feedback_component', | 2868 '../components/components.gyp:feedback_component', |
| 2868 '../components/components.gyp:gcm_driver', | 2869 '../components/components.gyp:gcm_driver', |
| 2869 '../components/components.gyp:google_core_browser', | 2870 '../components/components.gyp:google_core_browser', |
| 2870 '../components/components.gyp:history_core_browser', | 2871 '../components/components.gyp:history_core_browser', |
| 2871 '../components/components.gyp:history_core_common', | 2872 '../components/components.gyp:history_core_common', |
| 2872 '../components/components.gyp:infobars_core', | 2873 '../components/components.gyp:infobars_core', |
| (...skipping 745 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3618 'package_name': 'org/chromium/chrome/browser', | 3619 'package_name': 'org/chromium/chrome/browser', |
| 3619 'template_deps': ['browser/android/tab_load_status.h'], | 3620 'template_deps': ['browser/android/tab_load_status.h'], |
| 3620 }, | 3621 }, |
| 3621 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3622 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3622 }, | 3623 }, |
| 3623 ], | 3624 ], |
| 3624 }, | 3625 }, |
| 3625 ], | 3626 ], |
| 3626 ], | 3627 ], |
| 3627 } | 3628 } |
| OLD | NEW |