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 2823 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2834 'browser/supervised_user/supervised_user_theme.cc', | 2834 'browser/supervised_user/supervised_user_theme.cc', |
2835 'browser/supervised_user/supervised_user_theme.h', | 2835 'browser/supervised_user/supervised_user_theme.h', |
2836 ], | 2836 ], |
2837 'chrome_browser_sync_sources': [ | 2837 'chrome_browser_sync_sources': [ |
2838 'browser/sync/chrome_sync_client.cc', | 2838 'browser/sync/chrome_sync_client.cc', |
2839 'browser/sync/chrome_sync_client.h', | 2839 'browser/sync/chrome_sync_client.h', |
2840 'browser/sync/glue/autofill_data_type_controller.cc', | 2840 'browser/sync/glue/autofill_data_type_controller.cc', |
2841 'browser/sync/glue/autofill_data_type_controller.h', | 2841 'browser/sync/glue/autofill_data_type_controller.h', |
2842 'browser/sync/glue/autofill_profile_data_type_controller.cc', | 2842 'browser/sync/glue/autofill_profile_data_type_controller.cc', |
2843 'browser/sync/glue/autofill_profile_data_type_controller.h', | 2843 'browser/sync/glue/autofill_profile_data_type_controller.h', |
2844 'browser/sync/glue/autofill_wallet_data_type_controller.cc', | |
2845 'browser/sync/glue/autofill_wallet_data_type_controller.h', | |
2846 'browser/sync/glue/bookmark_change_processor.cc', | 2844 'browser/sync/glue/bookmark_change_processor.cc', |
2847 'browser/sync/glue/bookmark_change_processor.h', | 2845 'browser/sync/glue/bookmark_change_processor.h', |
2848 'browser/sync/glue/bookmark_data_type_controller.cc', | 2846 'browser/sync/glue/bookmark_data_type_controller.cc', |
2849 'browser/sync/glue/bookmark_data_type_controller.h', | 2847 'browser/sync/glue/bookmark_data_type_controller.h', |
2850 'browser/sync/glue/bookmark_model_associator.cc', | 2848 'browser/sync/glue/bookmark_model_associator.cc', |
2851 'browser/sync/glue/bookmark_model_associator.h', | 2849 'browser/sync/glue/bookmark_model_associator.h', |
2852 'browser/sync/glue/chrome_report_unrecoverable_error.cc', | 2850 'browser/sync/glue/chrome_report_unrecoverable_error.cc', |
2853 'browser/sync/glue/chrome_report_unrecoverable_error.h', | 2851 'browser/sync/glue/chrome_report_unrecoverable_error.h', |
2854 'browser/sync/glue/extensions_activity_monitor.cc', | 2852 'browser/sync/glue/extensions_activity_monitor.cc', |
2855 'browser/sync/glue/extensions_activity_monitor.h', | 2853 'browser/sync/glue/extensions_activity_monitor.h', |
(...skipping 1256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4112 '../components/components.gyp:omnibox_browser', | 4110 '../components/components.gyp:omnibox_browser', |
4113 '../components/components.gyp:rlz', | 4111 '../components/components.gyp:rlz', |
4114 '../components/components.gyp:search_engines', | 4112 '../components/components.gyp:search_engines', |
4115 '../rlz/rlz.gyp:rlz_lib', | 4113 '../rlz/rlz.gyp:rlz_lib', |
4116 ], | 4114 ], |
4117 }, | 4115 }, |
4118 ], | 4116 ], |
4119 }], | 4117 }], |
4120 ], | 4118 ], |
4121 } | 4119 } |
OLD | NEW |