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 2946 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2957 'browser/sync/sessions/sessions_util.cc', | 2957 'browser/sync/sessions/sessions_util.cc', |
2958 'browser/sync/sessions/sessions_util.h', | 2958 'browser/sync/sessions/sessions_util.h', |
2959 'browser/sync/sessions/synced_window_delegates_getter.cc', | 2959 'browser/sync/sessions/synced_window_delegates_getter.cc', |
2960 'browser/sync/sessions/synced_window_delegates_getter.h', | 2960 'browser/sync/sessions/synced_window_delegates_getter.h', |
2961 'browser/sync/sessions/tab_node_pool.cc', | 2961 'browser/sync/sessions/tab_node_pool.cc', |
2962 'browser/sync/sessions/tab_node_pool.h', | 2962 'browser/sync/sessions/tab_node_pool.h', |
2963 'browser/sync/startup_controller.cc', | 2963 'browser/sync/startup_controller.cc', |
2964 'browser/sync/startup_controller.h', | 2964 'browser/sync/startup_controller.h', |
2965 'browser/sync/supervised_user_signin_manager_wrapper.cc', | 2965 'browser/sync/supervised_user_signin_manager_wrapper.cc', |
2966 'browser/sync/supervised_user_signin_manager_wrapper.h', | 2966 'browser/sync/supervised_user_signin_manager_wrapper.h', |
2967 'browser/sync/sync_error_controller.cc', | |
2968 'browser/sync/sync_error_controller.h', | |
2969 'browser/sync/sync_startup_tracker.cc', | 2967 'browser/sync/sync_startup_tracker.cc', |
2970 'browser/sync/sync_startup_tracker.h', | 2968 'browser/sync/sync_startup_tracker.h', |
2971 'browser/sync/sync_stopped_reporter.cc', | 2969 'browser/sync/sync_stopped_reporter.cc', |
2972 'browser/sync/sync_stopped_reporter.h', | 2970 'browser/sync/sync_stopped_reporter.h', |
2973 'browser/sync/sync_type_preference_provider.h', | 2971 'browser/sync/sync_type_preference_provider.h', |
2974 ], | 2972 ], |
2975 'chrome_browser_task_manager_sources': [ | 2973 'chrome_browser_task_manager_sources': [ |
2976 # Stats collection for CAPS (uses old task manager): | 2974 # Stats collection for CAPS (uses old task manager): |
2977 'browser/caps/generate_state_json.cc', | 2975 'browser/caps/generate_state_json.cc', |
2978 'browser/caps/generate_state_json.h', | 2976 'browser/caps/generate_state_json.h', |
(...skipping 1137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4116 '../components/components.gyp:omnibox_browser', | 4114 '../components/components.gyp:omnibox_browser', |
4117 '../components/components.gyp:rlz', | 4115 '../components/components.gyp:rlz', |
4118 '../components/components.gyp:search_engines', | 4116 '../components/components.gyp:search_engines', |
4119 '../rlz/rlz.gyp:rlz_lib', | 4117 '../rlz/rlz.gyp:rlz_lib', |
4120 ], | 4118 ], |
4121 }, | 4119 }, |
4122 ], | 4120 ], |
4123 }], | 4121 }], |
4124 ], | 4122 ], |
4125 } | 4123 } |
OLD | NEW |