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 2854 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2865 'browser/printing/cloud_print/privet_local_printer_lister.cc', | 2865 'browser/printing/cloud_print/privet_local_printer_lister.cc', |
2866 'browser/printing/cloud_print/privet_local_printer_lister.h', | 2866 'browser/printing/cloud_print/privet_local_printer_lister.h', |
2867 'browser/printing/cloud_print/privet_notifications.cc', | 2867 'browser/printing/cloud_print/privet_notifications.cc', |
2868 'browser/printing/cloud_print/privet_notifications.h', | 2868 'browser/printing/cloud_print/privet_notifications.h', |
2869 'browser/printing/cloud_print/privet_notifications_factory.cc', | 2869 'browser/printing/cloud_print/privet_notifications_factory.cc', |
2870 'browser/printing/cloud_print/privet_notifications_factory.h', | 2870 'browser/printing/cloud_print/privet_notifications_factory.h', |
2871 'browser/printing/cloud_print/privet_url_fetcher.cc', | 2871 'browser/printing/cloud_print/privet_url_fetcher.cc', |
2872 'browser/printing/cloud_print/privet_url_fetcher.h', | 2872 'browser/printing/cloud_print/privet_url_fetcher.h', |
2873 ], | 2873 ], |
2874 'chrome_browser_services_sources': [ | 2874 'chrome_browser_services_sources': [ |
| 2875 'browser/services/gcm/gcm_product_util.cc', |
| 2876 'browser/services/gcm/gcm_product_util.h', |
2875 'browser/services/gcm/gcm_profile_service_factory.cc', | 2877 'browser/services/gcm/gcm_profile_service_factory.cc', |
2876 'browser/services/gcm/gcm_profile_service_factory.h', | 2878 'browser/services/gcm/gcm_profile_service_factory.h', |
2877 'browser/services/gcm/instance_id/instance_id_profile_service.cc', | 2879 'browser/services/gcm/instance_id/instance_id_profile_service.cc', |
2878 'browser/services/gcm/instance_id/instance_id_profile_service.h', | 2880 'browser/services/gcm/instance_id/instance_id_profile_service.h', |
2879 'browser/services/gcm/instance_id/instance_id_profile_service_factory.cc', | 2881 'browser/services/gcm/instance_id/instance_id_profile_service_factory.cc', |
2880 'browser/services/gcm/instance_id/instance_id_profile_service_factory.h', | 2882 'browser/services/gcm/instance_id/instance_id_profile_service_factory.h', |
2881 ], | 2883 ], |
2882 'chrome_browser_session_sources': [ | 2884 'chrome_browser_session_sources': [ |
2883 'browser/sessions/chrome_tab_restore_service_client.cc', | 2885 'browser/sessions/chrome_tab_restore_service_client.cc', |
2884 'browser/sessions/chrome_tab_restore_service_client.h', | 2886 'browser/sessions/chrome_tab_restore_service_client.h', |
(...skipping 1464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4349 '../components/components.gyp:rlz', | 4351 '../components/components.gyp:rlz', |
4350 '../components/components.gyp:search_engines', | 4352 '../components/components.gyp:search_engines', |
4351 '../rlz/rlz.gyp:rlz_lib', | 4353 '../rlz/rlz.gyp:rlz_lib', |
4352 'common', | 4354 'common', |
4353 ], | 4355 ], |
4354 }, | 4356 }, |
4355 ], | 4357 ], |
4356 }], | 4358 }], |
4357 ], | 4359 ], |
4358 } | 4360 } |
OLD | NEW |