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 2845 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2856 'browser/printing/cloud_print/privet_local_printer_lister.cc', | 2856 'browser/printing/cloud_print/privet_local_printer_lister.cc', |
2857 'browser/printing/cloud_print/privet_local_printer_lister.h', | 2857 'browser/printing/cloud_print/privet_local_printer_lister.h', |
2858 'browser/printing/cloud_print/privet_notifications.cc', | 2858 'browser/printing/cloud_print/privet_notifications.cc', |
2859 'browser/printing/cloud_print/privet_notifications.h', | 2859 'browser/printing/cloud_print/privet_notifications.h', |
2860 'browser/printing/cloud_print/privet_notifications_factory.cc', | 2860 'browser/printing/cloud_print/privet_notifications_factory.cc', |
2861 'browser/printing/cloud_print/privet_notifications_factory.h', | 2861 'browser/printing/cloud_print/privet_notifications_factory.h', |
2862 'browser/printing/cloud_print/privet_url_fetcher.cc', | 2862 'browser/printing/cloud_print/privet_url_fetcher.cc', |
2863 'browser/printing/cloud_print/privet_url_fetcher.h', | 2863 'browser/printing/cloud_print/privet_url_fetcher.h', |
2864 ], | 2864 ], |
2865 'chrome_browser_services_sources': [ | 2865 'chrome_browser_services_sources': [ |
| 2866 'browser/services/gcm/gcm_product_util.cc', |
| 2867 'browser/services/gcm/gcm_product_util.h', |
2866 'browser/services/gcm/gcm_profile_service_factory.cc', | 2868 'browser/services/gcm/gcm_profile_service_factory.cc', |
2867 'browser/services/gcm/gcm_profile_service_factory.h', | 2869 'browser/services/gcm/gcm_profile_service_factory.h', |
2868 'browser/services/gcm/instance_id/instance_id_profile_service.cc', | 2870 'browser/services/gcm/instance_id/instance_id_profile_service.cc', |
2869 'browser/services/gcm/instance_id/instance_id_profile_service.h', | 2871 'browser/services/gcm/instance_id/instance_id_profile_service.h', |
2870 'browser/services/gcm/instance_id/instance_id_profile_service_factory.cc', | 2872 'browser/services/gcm/instance_id/instance_id_profile_service_factory.cc', |
2871 'browser/services/gcm/instance_id/instance_id_profile_service_factory.h', | 2873 'browser/services/gcm/instance_id/instance_id_profile_service_factory.h', |
2872 ], | 2874 ], |
2873 'chrome_browser_session_sources': [ | 2875 'chrome_browser_session_sources': [ |
2874 'browser/sessions/chrome_tab_restore_service_client.cc', | 2876 'browser/sessions/chrome_tab_restore_service_client.cc', |
2875 'browser/sessions/chrome_tab_restore_service_client.h', | 2877 'browser/sessions/chrome_tab_restore_service_client.h', |
(...skipping 1461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4337 '../components/components.gyp:rlz', | 4339 '../components/components.gyp:rlz', |
4338 '../components/components.gyp:search_engines', | 4340 '../components/components.gyp:search_engines', |
4339 '../rlz/rlz.gyp:rlz_lib', | 4341 '../rlz/rlz.gyp:rlz_lib', |
4340 'common', | 4342 'common', |
4341 ], | 4343 ], |
4342 }, | 4344 }, |
4343 ], | 4345 ], |
4344 }], | 4346 }], |
4345 ], | 4347 ], |
4346 } | 4348 } |
OLD | NEW |