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