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 2884 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2895 'browser/sync/glue/sync_start_util.cc', | 2895 'browser/sync/glue/sync_start_util.cc', |
2896 'browser/sync/glue/sync_start_util.h', | 2896 'browser/sync/glue/sync_start_util.h', |
2897 'browser/sync/glue/synced_session_tracker.cc', | 2897 'browser/sync/glue/synced_session_tracker.cc', |
2898 'browser/sync/glue/synced_session_tracker.h', | 2898 'browser/sync/glue/synced_session_tracker.h', |
2899 'browser/sync/glue/synced_session_util.cc', | 2899 'browser/sync/glue/synced_session_util.cc', |
2900 'browser/sync/glue/synced_session_util.h', | 2900 'browser/sync/glue/synced_session_util.h', |
2901 'browser/sync/glue/synced_tab_delegate.cc', | 2901 'browser/sync/glue/synced_tab_delegate.cc', |
2902 'browser/sync/glue/synced_tab_delegate_android.cc', | 2902 'browser/sync/glue/synced_tab_delegate_android.cc', |
2903 'browser/sync/glue/synced_tab_delegate_android.h', | 2903 'browser/sync/glue/synced_tab_delegate_android.h', |
2904 'browser/sync/glue/synced_window_delegate.h', | 2904 'browser/sync/glue/synced_window_delegate.h', |
| 2905 'browser/sync/glue/synced_window_delegates_getter_android.cc', |
| 2906 'browser/sync/glue/synced_window_delegates_getter_android.h', |
2905 'browser/sync/glue/synced_window_delegate_android.cc', | 2907 'browser/sync/glue/synced_window_delegate_android.cc', |
2906 'browser/sync/glue/synced_window_delegate_android.h', | 2908 'browser/sync/glue/synced_window_delegate_android.h', |
2907 'browser/sync/glue/typed_url_change_processor.cc', | 2909 'browser/sync/glue/typed_url_change_processor.cc', |
2908 'browser/sync/glue/typed_url_change_processor.h', | 2910 'browser/sync/glue/typed_url_change_processor.h', |
2909 'browser/sync/glue/typed_url_data_type_controller.cc', | 2911 'browser/sync/glue/typed_url_data_type_controller.cc', |
2910 'browser/sync/glue/typed_url_data_type_controller.h', | 2912 'browser/sync/glue/typed_url_data_type_controller.h', |
2911 'browser/sync/glue/ui_model_worker.cc', | 2913 'browser/sync/glue/ui_model_worker.cc', |
2912 'browser/sync/glue/ui_model_worker.h', | 2914 'browser/sync/glue/ui_model_worker.h', |
2913 'browser/sync/profile_sync_components_factory_impl.cc', | 2915 'browser/sync/profile_sync_components_factory_impl.cc', |
2914 'browser/sync/profile_sync_components_factory_impl.h', | 2916 'browser/sync/profile_sync_components_factory_impl.h', |
(...skipping 1198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4113 '../components/components.gyp:omnibox_browser', | 4115 '../components/components.gyp:omnibox_browser', |
4114 '../components/components.gyp:rlz', | 4116 '../components/components.gyp:rlz', |
4115 '../components/components.gyp:search_engines', | 4117 '../components/components.gyp:search_engines', |
4116 '../rlz/rlz.gyp:rlz_lib', | 4118 '../rlz/rlz.gyp:rlz_lib', |
4117 ], | 4119 ], |
4118 }, | 4120 }, |
4119 ], | 4121 ], |
4120 }], | 4122 }], |
4121 ], | 4123 ], |
4122 } | 4124 } |
OLD | NEW |