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 2857 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2868 ], | 2868 ], |
2869 'chrome_browser_supervised_user_and_themes_sources': [ | 2869 'chrome_browser_supervised_user_and_themes_sources': [ |
2870 'browser/supervised_user/supervised_user_theme.cc', | 2870 'browser/supervised_user/supervised_user_theme.cc', |
2871 'browser/supervised_user/supervised_user_theme.h', | 2871 'browser/supervised_user/supervised_user_theme.h', |
2872 ], | 2872 ], |
2873 'chrome_browser_sync_sources': [ | 2873 'chrome_browser_sync_sources': [ |
2874 'browser/sync/chrome_sync_client.cc', | 2874 'browser/sync/chrome_sync_client.cc', |
2875 'browser/sync/chrome_sync_client.h', | 2875 'browser/sync/chrome_sync_client.h', |
2876 'browser/sync/glue/extensions_activity_monitor.cc', | 2876 'browser/sync/glue/extensions_activity_monitor.cc', |
2877 'browser/sync/glue/extensions_activity_monitor.h', | 2877 'browser/sync/glue/extensions_activity_monitor.h', |
2878 'browser/sync/glue/sync_backend_host.cc', | |
2879 'browser/sync/glue/sync_backend_host.h', | |
2880 'browser/sync/glue/sync_backend_host_core.cc', | |
2881 'browser/sync/glue/sync_backend_host_core.h', | |
2882 'browser/sync/glue/sync_backend_host_impl.cc', | |
2883 'browser/sync/glue/sync_backend_host_impl.h', | |
2884 'browser/sync/glue/sync_start_util.cc', | 2878 'browser/sync/glue/sync_start_util.cc', |
2885 'browser/sync/glue/sync_start_util.h', | 2879 'browser/sync/glue/sync_start_util.h', |
2886 'browser/sync/glue/synced_tab_delegate_android.cc', | 2880 'browser/sync/glue/synced_tab_delegate_android.cc', |
2887 'browser/sync/glue/synced_tab_delegate_android.h', | 2881 'browser/sync/glue/synced_tab_delegate_android.h', |
2888 'browser/sync/glue/synced_window_delegate_android.cc', | 2882 'browser/sync/glue/synced_window_delegate_android.cc', |
2889 'browser/sync/glue/synced_window_delegate_android.h', | 2883 'browser/sync/glue/synced_window_delegate_android.h', |
2890 'browser/sync/glue/synced_window_delegates_getter_android.cc', | 2884 'browser/sync/glue/synced_window_delegates_getter_android.cc', |
2891 'browser/sync/glue/synced_window_delegates_getter_android.h', | 2885 'browser/sync/glue/synced_window_delegates_getter_android.h', |
2892 'browser/sync/profile_sync_components_factory_impl.cc', | 2886 'browser/sync/profile_sync_components_factory_impl.cc', |
2893 'browser/sync/profile_sync_components_factory_impl.h', | 2887 'browser/sync/profile_sync_components_factory_impl.h', |
(...skipping 1204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4098 '../components/components.gyp:omnibox_browser', | 4092 '../components/components.gyp:omnibox_browser', |
4099 '../components/components.gyp:rlz', | 4093 '../components/components.gyp:rlz', |
4100 '../components/components.gyp:search_engines', | 4094 '../components/components.gyp:search_engines', |
4101 '../rlz/rlz.gyp:rlz_lib', | 4095 '../rlz/rlz.gyp:rlz_lib', |
4102 ], | 4096 ], |
4103 }, | 4097 }, |
4104 ], | 4098 ], |
4105 }], | 4099 }], |
4106 ], | 4100 ], |
4107 } | 4101 } |
OLD | NEW |