| 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 2616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2627 'browser/local_discovery/service_discovery_client_mac.h', | 2627 'browser/local_discovery/service_discovery_client_mac.h', |
| 2628 'browser/local_discovery/service_discovery_client_mac.mm', | 2628 'browser/local_discovery/service_discovery_client_mac.mm', |
| 2629 'browser/local_discovery/service_discovery_client_mac_factory.h', | 2629 'browser/local_discovery/service_discovery_client_mac_factory.h', |
| 2630 'browser/local_discovery/service_discovery_client_mac_factory.mm', | 2630 'browser/local_discovery/service_discovery_client_mac_factory.mm', |
| 2631 'browser/local_discovery/service_discovery_device_lister.cc', | 2631 'browser/local_discovery/service_discovery_device_lister.cc', |
| 2632 'browser/local_discovery/service_discovery_device_lister.h', | 2632 'browser/local_discovery/service_discovery_device_lister.h', |
| 2633 'browser/local_discovery/service_discovery_shared_client.cc', | 2633 'browser/local_discovery/service_discovery_shared_client.cc', |
| 2634 'browser/local_discovery/service_discovery_shared_client.h', | 2634 'browser/local_discovery/service_discovery_shared_client.h', |
| 2635 ], | 2635 ], |
| 2636 'chrome_browser_services_sources': [ | 2636 'chrome_browser_services_sources': [ |
| 2637 'browser/services/gcm/gcm_profile_service.cc', | |
| 2638 'browser/services/gcm/gcm_profile_service.h', | |
| 2639 'browser/services/gcm/gcm_profile_service_factory.cc', | 2637 'browser/services/gcm/gcm_profile_service_factory.cc', |
| 2640 'browser/services/gcm/gcm_profile_service_factory.h', | 2638 'browser/services/gcm/gcm_profile_service_factory.h', |
| 2641 'browser/services/gcm/instance_id/instance_id_profile_service.cc', | 2639 'browser/services/gcm/instance_id/instance_id_profile_service.cc', |
| 2642 'browser/services/gcm/instance_id/instance_id_profile_service.h', | 2640 'browser/services/gcm/instance_id/instance_id_profile_service.h', |
| 2643 'browser/services/gcm/instance_id/instance_id_profile_service_factory.cc', | 2641 'browser/services/gcm/instance_id/instance_id_profile_service_factory.cc', |
| 2644 'browser/services/gcm/instance_id/instance_id_profile_service_factory.h', | 2642 'browser/services/gcm/instance_id/instance_id_profile_service_factory.h', |
| 2645 ], | 2643 ], |
| 2646 'chrome_browser_session_sources': [ | 2644 'chrome_browser_session_sources': [ |
| 2647 'browser/sessions/chrome_tab_restore_service_client.cc', | 2645 'browser/sessions/chrome_tab_restore_service_client.cc', |
| 2648 'browser/sessions/chrome_tab_restore_service_client.h', | 2646 'browser/sessions/chrome_tab_restore_service_client.h', |
| (...skipping 1462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4111 '../components/components.gyp:omnibox_browser', | 4109 '../components/components.gyp:omnibox_browser', |
| 4112 '../components/components.gyp:rlz', | 4110 '../components/components.gyp:rlz', |
| 4113 '../components/components.gyp:search_engines', | 4111 '../components/components.gyp:search_engines', |
| 4114 '../rlz/rlz.gyp:rlz_lib', | 4112 '../rlz/rlz.gyp:rlz_lib', |
| 4115 ], | 4113 ], |
| 4116 }, | 4114 }, |
| 4117 ], | 4115 ], |
| 4118 }], | 4116 }], |
| 4119 ], | 4117 ], |
| 4120 } | 4118 } |
| OLD | NEW |