| 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 2915 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2926 'browser/sync/glue/synced_window_delegate_android.cc', | 2926 'browser/sync/glue/synced_window_delegate_android.cc', |
| 2927 'browser/sync/glue/synced_window_delegate_android.h', | 2927 'browser/sync/glue/synced_window_delegate_android.h', |
| 2928 'browser/sync/glue/typed_url_change_processor.cc', | 2928 'browser/sync/glue/typed_url_change_processor.cc', |
| 2929 'browser/sync/glue/typed_url_change_processor.h', | 2929 'browser/sync/glue/typed_url_change_processor.h', |
| 2930 'browser/sync/glue/typed_url_data_type_controller.cc', | 2930 'browser/sync/glue/typed_url_data_type_controller.cc', |
| 2931 'browser/sync/glue/typed_url_data_type_controller.h', | 2931 'browser/sync/glue/typed_url_data_type_controller.h', |
| 2932 'browser/sync/glue/typed_url_model_associator.cc', | 2932 'browser/sync/glue/typed_url_model_associator.cc', |
| 2933 'browser/sync/glue/typed_url_model_associator.h', | 2933 'browser/sync/glue/typed_url_model_associator.h', |
| 2934 'browser/sync/glue/ui_model_worker.cc', | 2934 'browser/sync/glue/ui_model_worker.cc', |
| 2935 'browser/sync/glue/ui_model_worker.h', | 2935 'browser/sync/glue/ui_model_worker.h', |
| 2936 'browser/sync/profile_sync_auth_provider.cc', | |
| 2937 'browser/sync/profile_sync_auth_provider.h', | |
| 2938 'browser/sync/profile_sync_components_factory.h', | 2936 'browser/sync/profile_sync_components_factory.h', |
| 2939 'browser/sync/profile_sync_components_factory_impl.cc', | 2937 'browser/sync/profile_sync_components_factory_impl.cc', |
| 2940 'browser/sync/profile_sync_components_factory_impl.h', | 2938 'browser/sync/profile_sync_components_factory_impl.h', |
| 2941 'browser/sync/profile_sync_service.cc', | 2939 'browser/sync/profile_sync_service.cc', |
| 2942 'browser/sync/profile_sync_service.h', | 2940 'browser/sync/profile_sync_service.h', |
| 2943 'browser/sync/profile_sync_service_android.cc', | 2941 'browser/sync/profile_sync_service_android.cc', |
| 2944 'browser/sync/profile_sync_service_android.h', | 2942 'browser/sync/profile_sync_service_android.h', |
| 2945 'browser/sync/profile_sync_service_factory.cc', | 2943 'browser/sync/profile_sync_service_factory.cc', |
| 2946 'browser/sync/profile_sync_service_factory.h', | 2944 'browser/sync/profile_sync_service_factory.h', |
| 2947 'browser/sync/protocol_event_observer.cc', | 2945 'browser/sync/protocol_event_observer.cc', |
| (...skipping 1162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4110 '../components/components.gyp:omnibox_browser', | 4108 '../components/components.gyp:omnibox_browser', |
| 4111 '../components/components.gyp:rlz', | 4109 '../components/components.gyp:rlz', |
| 4112 '../components/components.gyp:search_engines', | 4110 '../components/components.gyp:search_engines', |
| 4113 '../rlz/rlz.gyp:rlz_lib', | 4111 '../rlz/rlz.gyp:rlz_lib', |
| 4114 ], | 4112 ], |
| 4115 }, | 4113 }, |
| 4116 ], | 4114 ], |
| 4117 }], | 4115 }], |
| 4118 ], | 4116 ], |
| 4119 } | 4117 } |
| OLD | NEW |