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 2626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2637 'browser/local_discovery/service_discovery_client_mac.h', | 2637 'browser/local_discovery/service_discovery_client_mac.h', |
2638 'browser/local_discovery/service_discovery_client_mac.mm', | 2638 'browser/local_discovery/service_discovery_client_mac.mm', |
2639 'browser/local_discovery/service_discovery_client_mac_factory.h', | 2639 'browser/local_discovery/service_discovery_client_mac_factory.h', |
2640 'browser/local_discovery/service_discovery_client_mac_factory.mm', | 2640 'browser/local_discovery/service_discovery_client_mac_factory.mm', |
2641 'browser/local_discovery/service_discovery_device_lister.cc', | 2641 'browser/local_discovery/service_discovery_device_lister.cc', |
2642 'browser/local_discovery/service_discovery_device_lister.h', | 2642 'browser/local_discovery/service_discovery_device_lister.h', |
2643 'browser/local_discovery/service_discovery_shared_client.cc', | 2643 'browser/local_discovery/service_discovery_shared_client.cc', |
2644 'browser/local_discovery/service_discovery_shared_client.h', | 2644 'browser/local_discovery/service_discovery_shared_client.h', |
2645 ], | 2645 ], |
2646 'chrome_browser_services_sources': [ | 2646 'chrome_browser_services_sources': [ |
2647 'browser/services/gcm/gcm_profile_service.cc', | |
2648 'browser/services/gcm/gcm_profile_service.h', | |
2649 'browser/services/gcm/gcm_profile_service_factory.cc', | 2647 'browser/services/gcm/gcm_profile_service_factory.cc', |
2650 'browser/services/gcm/gcm_profile_service_factory.h', | 2648 'browser/services/gcm/gcm_profile_service_factory.h', |
2651 'browser/services/gcm/instance_id/instance_id_profile_service.cc', | 2649 'browser/services/gcm/instance_id/instance_id_profile_service.cc', |
2652 'browser/services/gcm/instance_id/instance_id_profile_service.h', | 2650 'browser/services/gcm/instance_id/instance_id_profile_service.h', |
2653 'browser/services/gcm/instance_id/instance_id_profile_service_factory.cc', | 2651 'browser/services/gcm/instance_id/instance_id_profile_service_factory.cc', |
2654 'browser/services/gcm/instance_id/instance_id_profile_service_factory.h', | 2652 'browser/services/gcm/instance_id/instance_id_profile_service_factory.h', |
2655 ], | 2653 ], |
2656 'chrome_browser_session_sources': [ | 2654 'chrome_browser_session_sources': [ |
2657 'browser/sessions/chrome_tab_restore_service_client.cc', | 2655 'browser/sessions/chrome_tab_restore_service_client.cc', |
2658 'browser/sessions/chrome_tab_restore_service_client.h', | 2656 'browser/sessions/chrome_tab_restore_service_client.h', |
(...skipping 1459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4118 '../components/components.gyp:omnibox_browser', | 4116 '../components/components.gyp:omnibox_browser', |
4119 '../components/components.gyp:rlz', | 4117 '../components/components.gyp:rlz', |
4120 '../components/components.gyp:search_engines', | 4118 '../components/components.gyp:search_engines', |
4121 '../rlz/rlz.gyp:rlz_lib', | 4119 '../rlz/rlz.gyp:rlz_lib', |
4122 ], | 4120 ], |
4123 }, | 4121 }, |
4124 ], | 4122 ], |
4125 }], | 4123 }], |
4126 ], | 4124 ], |
4127 } | 4125 } |
OLD | NEW |