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 1092 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1103 'browser/search_engines/ui_thread_search_terms_data_android.cc', | 1103 'browser/search_engines/ui_thread_search_terms_data_android.cc', |
1104 'browser/search_engines/ui_thread_search_terms_data_android.h', | 1104 'browser/search_engines/ui_thread_search_terms_data_android.h', |
1105 'browser/services/gcm/gcm_account_tracker.cc', | 1105 'browser/services/gcm/gcm_account_tracker.cc', |
1106 'browser/services/gcm/gcm_account_tracker.h', | 1106 'browser/services/gcm/gcm_account_tracker.h', |
1107 'browser/services/gcm/gcm_profile_service.cc', | 1107 'browser/services/gcm/gcm_profile_service.cc', |
1108 'browser/services/gcm/gcm_profile_service.h', | 1108 'browser/services/gcm/gcm_profile_service.h', |
1109 'browser/services/gcm/gcm_profile_service_factory.cc', | 1109 'browser/services/gcm/gcm_profile_service_factory.cc', |
1110 'browser/services/gcm/gcm_profile_service_factory.h', | 1110 'browser/services/gcm/gcm_profile_service_factory.h', |
1111 'browser/services/gcm/push_messaging_application_id.cc', | 1111 'browser/services/gcm/push_messaging_application_id.cc', |
1112 'browser/services/gcm/push_messaging_application_id.h', | 1112 'browser/services/gcm/push_messaging_application_id.h', |
| 1113 'browser/services/gcm/push_messaging_constants.cc', |
| 1114 'browser/services/gcm/push_messaging_constants.h', |
1113 'browser/services/gcm/push_messaging_infobar_delegate.cc', | 1115 'browser/services/gcm/push_messaging_infobar_delegate.cc', |
1114 'browser/services/gcm/push_messaging_infobar_delegate.h', | 1116 'browser/services/gcm/push_messaging_infobar_delegate.h', |
1115 'browser/services/gcm/push_messaging_permission_context.cc', | 1117 'browser/services/gcm/push_messaging_permission_context.cc', |
1116 'browser/services/gcm/push_messaging_permission_context.h', | 1118 'browser/services/gcm/push_messaging_permission_context.h', |
1117 'browser/services/gcm/push_messaging_permission_context_factory.cc', | 1119 'browser/services/gcm/push_messaging_permission_context_factory.cc', |
1118 'browser/services/gcm/push_messaging_permission_context_factory.h', | 1120 'browser/services/gcm/push_messaging_permission_context_factory.h', |
1119 'browser/services/gcm/push_messaging_service_impl.cc', | 1121 'browser/services/gcm/push_messaging_service_impl.cc', |
1120 'browser/services/gcm/push_messaging_service_impl.h', | 1122 'browser/services/gcm/push_messaging_service_impl.h', |
1121 'browser/sessions/base_session_service.cc', | 1123 'browser/sessions/base_session_service.cc', |
1122 'browser/sessions/base_session_service.h', | 1124 'browser/sessions/base_session_service.h', |
(...skipping 2490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3613 'variables': { | 3615 'variables': { |
3614 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3616 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3615 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3617 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3616 }, | 3618 }, |
3617 'includes': [ '../build/protoc.gypi' ] | 3619 'includes': [ '../build/protoc.gypi' ] |
3618 }, | 3620 }, |
3619 ], | 3621 ], |
3620 },], | 3622 },], |
3621 ], | 3623 ], |
3622 } | 3624 } |
OLD | NEW |