| 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 2842 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2853 ], | 2853 ], |
| 2854 'chrome_browser_supervised_user_and_themes_sources': [ | 2854 'chrome_browser_supervised_user_and_themes_sources': [ |
| 2855 'browser/supervised_user/supervised_user_theme.cc', | 2855 'browser/supervised_user/supervised_user_theme.cc', |
| 2856 'browser/supervised_user/supervised_user_theme.h', | 2856 'browser/supervised_user/supervised_user_theme.h', |
| 2857 ], | 2857 ], |
| 2858 'chrome_browser_sync_sources': [ | 2858 'chrome_browser_sync_sources': [ |
| 2859 'browser/sync/chrome_sync_client.cc', | 2859 'browser/sync/chrome_sync_client.cc', |
| 2860 'browser/sync/chrome_sync_client.h', | 2860 'browser/sync/chrome_sync_client.h', |
| 2861 'browser/sync/glue/extensions_activity_monitor.cc', | 2861 'browser/sync/glue/extensions_activity_monitor.cc', |
| 2862 'browser/sync/glue/extensions_activity_monitor.h', | 2862 'browser/sync/glue/extensions_activity_monitor.h', |
| 2863 'browser/sync/glue/local_device_info_provider_impl.cc', | |
| 2864 'browser/sync/glue/local_device_info_provider_impl.h', | |
| 2865 'browser/sync/glue/sync_backend_host.cc', | 2863 'browser/sync/glue/sync_backend_host.cc', |
| 2866 'browser/sync/glue/sync_backend_host.h', | 2864 'browser/sync/glue/sync_backend_host.h', |
| 2867 'browser/sync/glue/sync_backend_host_core.cc', | 2865 'browser/sync/glue/sync_backend_host_core.cc', |
| 2868 'browser/sync/glue/sync_backend_host_core.h', | 2866 'browser/sync/glue/sync_backend_host_core.h', |
| 2869 'browser/sync/glue/sync_backend_host_impl.cc', | 2867 'browser/sync/glue/sync_backend_host_impl.cc', |
| 2870 'browser/sync/glue/sync_backend_host_impl.h', | 2868 'browser/sync/glue/sync_backend_host_impl.h', |
| 2871 'browser/sync/glue/sync_start_util.cc', | 2869 'browser/sync/glue/sync_start_util.cc', |
| 2872 'browser/sync/glue/sync_start_util.h', | 2870 'browser/sync/glue/sync_start_util.h', |
| 2873 'browser/sync/glue/synced_session_tracker.cc', | 2871 'browser/sync/glue/synced_session_tracker.cc', |
| 2874 'browser/sync/glue/synced_session_tracker.h', | 2872 'browser/sync/glue/synced_session_tracker.h', |
| (...skipping 1236 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 |