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 1156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1167 'browser/search_engines/ui_thread_search_terms_data.cc', | 1167 'browser/search_engines/ui_thread_search_terms_data.cc', |
1168 'browser/search_engines/ui_thread_search_terms_data.h', | 1168 'browser/search_engines/ui_thread_search_terms_data.h', |
1169 'browser/search_engines/ui_thread_search_terms_data_android.cc', | 1169 'browser/search_engines/ui_thread_search_terms_data_android.cc', |
1170 'browser/search_engines/ui_thread_search_terms_data_android.h', | 1170 'browser/search_engines/ui_thread_search_terms_data_android.h', |
1171 'browser/services/gcm/gcm_account_tracker.cc', | 1171 'browser/services/gcm/gcm_account_tracker.cc', |
1172 'browser/services/gcm/gcm_account_tracker.h', | 1172 'browser/services/gcm/gcm_account_tracker.h', |
1173 'browser/services/gcm/gcm_profile_service.cc', | 1173 'browser/services/gcm/gcm_profile_service.cc', |
1174 'browser/services/gcm/gcm_profile_service.h', | 1174 'browser/services/gcm/gcm_profile_service.h', |
1175 'browser/services/gcm/gcm_profile_service_factory.cc', | 1175 'browser/services/gcm/gcm_profile_service_factory.cc', |
1176 'browser/services/gcm/gcm_profile_service_factory.h', | 1176 'browser/services/gcm/gcm_profile_service_factory.h', |
| 1177 'browser/services/gcm/push_messaging_application_id.cc', |
| 1178 'browser/services/gcm/push_messaging_application_id.h', |
1177 'browser/services/gcm/push_messaging_infobar_delegate.cc', | 1179 'browser/services/gcm/push_messaging_infobar_delegate.cc', |
1178 'browser/services/gcm/push_messaging_infobar_delegate.h', | 1180 'browser/services/gcm/push_messaging_infobar_delegate.h', |
1179 'browser/services/gcm/push_messaging_permission_context.cc', | 1181 'browser/services/gcm/push_messaging_permission_context.cc', |
1180 'browser/services/gcm/push_messaging_permission_context.h', | 1182 'browser/services/gcm/push_messaging_permission_context.h', |
1181 'browser/services/gcm/push_messaging_permission_context_factory.cc', | 1183 'browser/services/gcm/push_messaging_permission_context_factory.cc', |
1182 'browser/services/gcm/push_messaging_permission_context_factory.h', | 1184 'browser/services/gcm/push_messaging_permission_context_factory.h', |
1183 'browser/services/gcm/push_messaging_service_impl.cc', | 1185 'browser/services/gcm/push_messaging_service_impl.cc', |
1184 'browser/services/gcm/push_messaging_service_impl.h', | 1186 'browser/services/gcm/push_messaging_service_impl.h', |
1185 'browser/sessions/base_session_service.cc', | 1187 'browser/sessions/base_session_service.cc', |
1186 'browser/sessions/base_session_service.h', | 1188 'browser/sessions/base_session_service.h', |
(...skipping 2406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3593 'package_name': 'org/chromium/chrome/browser', | 3595 'package_name': 'org/chromium/chrome/browser', |
3594 'template_deps': ['browser/android/tab_load_status.h'], | 3596 'template_deps': ['browser/android/tab_load_status.h'], |
3595 }, | 3597 }, |
3596 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3598 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3597 }, | 3599 }, |
3598 ], | 3600 ], |
3599 }, | 3601 }, |
3600 ], | 3602 ], |
3601 ], | 3603 ], |
3602 } | 3604 } |
OLD | NEW |