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 1107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1118 'browser/search_engines/template_url_fetcher_factory.cc', | 1118 'browser/search_engines/template_url_fetcher_factory.cc', |
1119 'browser/search_engines/template_url_fetcher_factory.h', | 1119 'browser/search_engines/template_url_fetcher_factory.h', |
1120 'browser/search_engines/template_url_service_android.cc', | 1120 'browser/search_engines/template_url_service_android.cc', |
1121 'browser/search_engines/template_url_service_android.h', | 1121 'browser/search_engines/template_url_service_android.h', |
1122 'browser/search_engines/template_url_service_factory.cc', | 1122 'browser/search_engines/template_url_service_factory.cc', |
1123 'browser/search_engines/template_url_service_factory.h', | 1123 'browser/search_engines/template_url_service_factory.h', |
1124 'browser/search_engines/ui_thread_search_terms_data.cc', | 1124 'browser/search_engines/ui_thread_search_terms_data.cc', |
1125 'browser/search_engines/ui_thread_search_terms_data.h', | 1125 'browser/search_engines/ui_thread_search_terms_data.h', |
1126 'browser/search_engines/ui_thread_search_terms_data_android.cc', | 1126 'browser/search_engines/ui_thread_search_terms_data_android.cc', |
1127 'browser/search_engines/ui_thread_search_terms_data_android.h', | 1127 'browser/search_engines/ui_thread_search_terms_data_android.h', |
| 1128 'browser/services/gcm/chromeos_gcm_app_handler.cc', |
| 1129 'browser/services/gcm/chromeos_gcm_app_handler.h', |
1128 'browser/services/gcm/gcm_account_tracker.cc', | 1130 'browser/services/gcm/gcm_account_tracker.cc', |
1129 'browser/services/gcm/gcm_account_tracker.h', | 1131 'browser/services/gcm/gcm_account_tracker.h', |
1130 'browser/services/gcm/gcm_profile_service.cc', | 1132 'browser/services/gcm/gcm_profile_service.cc', |
1131 'browser/services/gcm/gcm_profile_service.h', | 1133 'browser/services/gcm/gcm_profile_service.h', |
1132 'browser/services/gcm/gcm_profile_service_factory.cc', | 1134 'browser/services/gcm/gcm_profile_service_factory.cc', |
1133 'browser/services/gcm/gcm_profile_service_factory.h', | 1135 'browser/services/gcm/gcm_profile_service_factory.h', |
1134 'browser/services/gcm/push_messaging_application_id.cc', | 1136 'browser/services/gcm/push_messaging_application_id.cc', |
1135 'browser/services/gcm/push_messaging_application_id.h', | 1137 'browser/services/gcm/push_messaging_application_id.h', |
1136 'browser/services/gcm/push_messaging_infobar_delegate.cc', | 1138 'browser/services/gcm/push_messaging_infobar_delegate.cc', |
1137 'browser/services/gcm/push_messaging_infobar_delegate.h', | 1139 'browser/services/gcm/push_messaging_infobar_delegate.h', |
(...skipping 2438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3576 'variables': { | 3578 'variables': { |
3577 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3579 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3578 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3580 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3579 }, | 3581 }, |
3580 'includes': [ '../build/protoc.gypi' ] | 3582 'includes': [ '../build/protoc.gypi' ] |
3581 }, | 3583 }, |
3582 ], | 3584 ], |
3583 },], | 3585 },], |
3584 ], | 3586 ], |
3585 } | 3587 } |
OLD | NEW |