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