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