| 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 2825 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2836 'browser/supervised_user/legacy/supervised_user_sync_service.h', | 2836 'browser/supervised_user/legacy/supervised_user_sync_service.h', |
| 2837 'browser/supervised_user/legacy/supervised_user_sync_service_factory.cc', | 2837 'browser/supervised_user/legacy/supervised_user_sync_service_factory.cc', |
| 2838 'browser/supervised_user/legacy/supervised_user_sync_service_factory.h', | 2838 'browser/supervised_user/legacy/supervised_user_sync_service_factory.h', |
| 2839 'browser/supervised_user/legacy/supervised_user_sync_service_observer.h', | 2839 'browser/supervised_user/legacy/supervised_user_sync_service_observer.h', |
| 2840 ], | 2840 ], |
| 2841 'chrome_browser_supervised_user_and_themes_sources': [ | 2841 'chrome_browser_supervised_user_and_themes_sources': [ |
| 2842 'browser/supervised_user/supervised_user_theme.cc', | 2842 'browser/supervised_user/supervised_user_theme.cc', |
| 2843 'browser/supervised_user/supervised_user_theme.h', | 2843 'browser/supervised_user/supervised_user_theme.h', |
| 2844 ], | 2844 ], |
| 2845 'chrome_browser_sync_sources': [ | 2845 'chrome_browser_sync_sources': [ |
| 2846 'browser/sync/backup_rollback_controller.cc', | |
| 2847 'browser/sync/backup_rollback_controller.h', | |
| 2848 'browser/sync/chrome_sync_client.cc', | 2846 'browser/sync/chrome_sync_client.cc', |
| 2849 'browser/sync/chrome_sync_client.h', | 2847 'browser/sync/chrome_sync_client.h', |
| 2850 'browser/sync/glue/autofill_data_type_controller.cc', | 2848 'browser/sync/glue/autofill_data_type_controller.cc', |
| 2851 'browser/sync/glue/autofill_data_type_controller.h', | 2849 'browser/sync/glue/autofill_data_type_controller.h', |
| 2852 'browser/sync/glue/autofill_profile_data_type_controller.cc', | 2850 'browser/sync/glue/autofill_profile_data_type_controller.cc', |
| 2853 'browser/sync/glue/autofill_profile_data_type_controller.h', | 2851 'browser/sync/glue/autofill_profile_data_type_controller.h', |
| 2854 'browser/sync/glue/autofill_wallet_data_type_controller.cc', | 2852 'browser/sync/glue/autofill_wallet_data_type_controller.cc', |
| 2855 'browser/sync/glue/autofill_wallet_data_type_controller.h', | 2853 'browser/sync/glue/autofill_wallet_data_type_controller.h', |
| 2856 'browser/sync/glue/bookmark_change_processor.cc', | 2854 'browser/sync/glue/bookmark_change_processor.cc', |
| 2857 'browser/sync/glue/bookmark_change_processor.h', | 2855 'browser/sync/glue/bookmark_change_processor.h', |
| (...skipping 1253 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 |