| 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 2594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2605 'browser/local_discovery/service_discovery_client_mac.h', | 2605 'browser/local_discovery/service_discovery_client_mac.h', |
| 2606 'browser/local_discovery/service_discovery_client_mac.mm', | 2606 'browser/local_discovery/service_discovery_client_mac.mm', |
| 2607 'browser/local_discovery/service_discovery_client_mac_factory.h', | 2607 'browser/local_discovery/service_discovery_client_mac_factory.h', |
| 2608 'browser/local_discovery/service_discovery_client_mac_factory.mm', | 2608 'browser/local_discovery/service_discovery_client_mac_factory.mm', |
| 2609 'browser/local_discovery/service_discovery_device_lister.cc', | 2609 'browser/local_discovery/service_discovery_device_lister.cc', |
| 2610 'browser/local_discovery/service_discovery_device_lister.h', | 2610 'browser/local_discovery/service_discovery_device_lister.h', |
| 2611 'browser/local_discovery/service_discovery_shared_client.cc', | 2611 'browser/local_discovery/service_discovery_shared_client.cc', |
| 2612 'browser/local_discovery/service_discovery_shared_client.h', | 2612 'browser/local_discovery/service_discovery_shared_client.h', |
| 2613 ], | 2613 ], |
| 2614 'chrome_browser_services_sources': [ | 2614 'chrome_browser_services_sources': [ |
| 2615 'browser/services/gcm/gcm_account_tracker.cc', | |
| 2616 'browser/services/gcm/gcm_account_tracker.h', | |
| 2617 'browser/services/gcm/gcm_profile_service.cc', | 2615 'browser/services/gcm/gcm_profile_service.cc', |
| 2618 'browser/services/gcm/gcm_profile_service.h', | 2616 'browser/services/gcm/gcm_profile_service.h', |
| 2619 'browser/services/gcm/gcm_profile_service_factory.cc', | 2617 'browser/services/gcm/gcm_profile_service_factory.cc', |
| 2620 'browser/services/gcm/gcm_profile_service_factory.h', | 2618 'browser/services/gcm/gcm_profile_service_factory.h', |
| 2621 'browser/services/gcm/instance_id/instance_id_profile_service.cc', | 2619 'browser/services/gcm/instance_id/instance_id_profile_service.cc', |
| 2622 'browser/services/gcm/instance_id/instance_id_profile_service.h', | 2620 'browser/services/gcm/instance_id/instance_id_profile_service.h', |
| 2623 'browser/services/gcm/instance_id/instance_id_profile_service_factory.cc', | 2621 'browser/services/gcm/instance_id/instance_id_profile_service_factory.cc', |
| 2624 'browser/services/gcm/instance_id/instance_id_profile_service_factory.h', | 2622 'browser/services/gcm/instance_id/instance_id_profile_service_factory.h', |
| 2625 ], | 2623 ], |
| 2626 'chrome_browser_session_sources': [ | 2624 'chrome_browser_session_sources': [ |
| (...skipping 1478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4105 '../components/components.gyp:omnibox_browser', | 4103 '../components/components.gyp:omnibox_browser', |
| 4106 '../components/components.gyp:rlz', | 4104 '../components/components.gyp:rlz', |
| 4107 '../components/components.gyp:search_engines', | 4105 '../components/components.gyp:search_engines', |
| 4108 '../rlz/rlz.gyp:rlz_lib', | 4106 '../rlz/rlz.gyp:rlz_lib', |
| 4109 ], | 4107 ], |
| 4110 }, | 4108 }, |
| 4111 ], | 4109 ], |
| 4112 }], | 4110 }], |
| 4113 ], | 4111 ], |
| 4114 } | 4112 } |
| OLD | NEW |