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 2846 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2857 'browser/supervised_user/legacy/supervised_user_sync_service_factory.h', | 2857 'browser/supervised_user/legacy/supervised_user_sync_service_factory.h', |
2858 'browser/supervised_user/legacy/supervised_user_sync_service_observer.h', | 2858 'browser/supervised_user/legacy/supervised_user_sync_service_observer.h', |
2859 ], | 2859 ], |
2860 'chrome_browser_supervised_user_and_themes_sources': [ | 2860 'chrome_browser_supervised_user_and_themes_sources': [ |
2861 'browser/supervised_user/supervised_user_theme.cc', | 2861 'browser/supervised_user/supervised_user_theme.cc', |
2862 'browser/supervised_user/supervised_user_theme.h', | 2862 'browser/supervised_user/supervised_user_theme.h', |
2863 ], | 2863 ], |
2864 'chrome_browser_sync_sources': [ | 2864 'chrome_browser_sync_sources': [ |
2865 'browser/sync/about_sync_util.cc', | 2865 'browser/sync/about_sync_util.cc', |
2866 'browser/sync/about_sync_util.h', | 2866 'browser/sync/about_sync_util.h', |
2867 'browser/sync/backend_unrecoverable_error_handler.cc', | |
2868 'browser/sync/backend_unrecoverable_error_handler.h', | |
2869 'browser/sync/backup_rollback_controller.cc', | 2867 'browser/sync/backup_rollback_controller.cc', |
2870 'browser/sync/backup_rollback_controller.h', | 2868 'browser/sync/backup_rollback_controller.h', |
2871 'browser/sync/glue/autofill_data_type_controller.cc', | 2869 'browser/sync/glue/autofill_data_type_controller.cc', |
2872 'browser/sync/glue/autofill_data_type_controller.h', | 2870 'browser/sync/glue/autofill_data_type_controller.h', |
2873 'browser/sync/glue/autofill_profile_data_type_controller.cc', | 2871 'browser/sync/glue/autofill_profile_data_type_controller.cc', |
2874 'browser/sync/glue/autofill_profile_data_type_controller.h', | 2872 'browser/sync/glue/autofill_profile_data_type_controller.h', |
2875 'browser/sync/glue/autofill_wallet_data_type_controller.cc', | 2873 'browser/sync/glue/autofill_wallet_data_type_controller.cc', |
2876 'browser/sync/glue/autofill_wallet_data_type_controller.h', | 2874 'browser/sync/glue/autofill_wallet_data_type_controller.h', |
2877 'browser/sync/glue/bookmark_change_processor.cc', | 2875 'browser/sync/glue/bookmark_change_processor.cc', |
2878 'browser/sync/glue/bookmark_change_processor.h', | 2876 'browser/sync/glue/bookmark_change_processor.h', |
(...skipping 1234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4113 '../components/components.gyp:omnibox_browser', | 4111 '../components/components.gyp:omnibox_browser', |
4114 '../components/components.gyp:rlz', | 4112 '../components/components.gyp:rlz', |
4115 '../components/components.gyp:search_engines', | 4113 '../components/components.gyp:search_engines', |
4116 '../rlz/rlz.gyp:rlz_lib', | 4114 '../rlz/rlz.gyp:rlz_lib', |
4117 ], | 4115 ], |
4118 }, | 4116 }, |
4119 ], | 4117 ], |
4120 }], | 4118 }], |
4121 ], | 4119 ], |
4122 } | 4120 } |
OLD | NEW |