| 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 1118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1129 'browser/profiles/profile_list_desktop.cc', | 1129 'browser/profiles/profile_list_desktop.cc', |
| 1130 'browser/profiles/profile_list_desktop.h', | 1130 'browser/profiles/profile_list_desktop.h', |
| 1131 'browser/profiles/profile_statistics.cc', | 1131 'browser/profiles/profile_statistics.cc', |
| 1132 'browser/profiles/profile_statistics.h', | 1132 'browser/profiles/profile_statistics.h', |
| 1133 'browser/profiles/profile_statistics_aggregator.cc', | 1133 'browser/profiles/profile_statistics_aggregator.cc', |
| 1134 'browser/profiles/profile_statistics_aggregator.h', | 1134 'browser/profiles/profile_statistics_aggregator.h', |
| 1135 'browser/profiles/profile_statistics_common.cc', | 1135 'browser/profiles/profile_statistics_common.cc', |
| 1136 'browser/profiles/profile_statistics_common.h', | 1136 'browser/profiles/profile_statistics_common.h', |
| 1137 'browser/profiles/profile_statistics_factory.cc', | 1137 'browser/profiles/profile_statistics_factory.cc', |
| 1138 'browser/profiles/profile_statistics_factory.h', | 1138 'browser/profiles/profile_statistics_factory.h', |
| 1139 'browser/signin/avatar_signin_error_controller.cc', |
| 1140 'browser/signin/avatar_signin_error_controller.h', |
| 1139 'browser/signin/cross_device_promo.cc', | 1141 'browser/signin/cross_device_promo.cc', |
| 1140 'browser/signin/cross_device_promo.h', | 1142 'browser/signin/cross_device_promo.h', |
| 1141 'browser/signin/cross_device_promo_factory.cc', | 1143 'browser/signin/cross_device_promo_factory.cc', |
| 1142 'browser/signin/cross_device_promo_factory.h', | 1144 'browser/signin/cross_device_promo_factory.h', |
| 1143 'browser/signin/signin_global_error.cc', | 1145 'browser/signin/signin_global_error.cc', |
| 1144 'browser/signin/signin_global_error.h', | 1146 'browser/signin/signin_global_error.h', |
| 1145 'browser/signin/signin_global_error_factory.cc', | 1147 'browser/signin/signin_global_error_factory.cc', |
| 1146 'browser/signin/signin_global_error_factory.h', | 1148 'browser/signin/signin_global_error_factory.h', |
| 1149 'browser/sync/avatar_sync_error_controller.cc', |
| 1150 'browser/sync/avatar_sync_error_controller.h', |
| 1147 'browser/sync/sync_global_error.cc', | 1151 'browser/sync/sync_global_error.cc', |
| 1148 'browser/sync/sync_global_error.h', | 1152 'browser/sync/sync_global_error.h', |
| 1149 'browser/sync/sync_global_error_factory.cc', | 1153 'browser/sync/sync_global_error_factory.cc', |
| 1150 'browser/sync/sync_global_error_factory.h', | 1154 'browser/sync/sync_global_error_factory.h', |
| 1151 'browser/upgrade_detector_impl.cc', | 1155 'browser/upgrade_detector_impl.cc', |
| 1152 'browser/upgrade_detector_impl.h', | 1156 'browser/upgrade_detector_impl.h', |
| 1153 ], | 1157 ], |
| 1154 # Miscellaneous files that were brought up on iOS before the decision not | 1158 # Miscellaneous files that were brought up on iOS before the decision not |
| 1155 # to use chrome/ for iOS. These, plus a few of the directory-specific | 1159 # to use chrome/ for iOS. These, plus a few of the directory-specific |
| 1156 # source lists below, are all that are built on iOS. These are built | 1160 # source lists below, are all that are built on iOS. These are built |
| (...skipping 3183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4340 '../components/components.gyp:rlz', | 4344 '../components/components.gyp:rlz', |
| 4341 '../components/components.gyp:search_engines', | 4345 '../components/components.gyp:search_engines', |
| 4342 '../rlz/rlz.gyp:rlz_lib', | 4346 '../rlz/rlz.gyp:rlz_lib', |
| 4343 'common', | 4347 'common', |
| 4344 ], | 4348 ], |
| 4345 }, | 4349 }, |
| 4346 ], | 4350 ], |
| 4347 }], | 4351 }], |
| 4348 ], | 4352 ], |
| 4349 } | 4353 } |
| OLD | NEW |