| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser', | 9 'target_name': 'browser', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 2158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2169 'browser/status_icons/status_icon.h', | 2169 'browser/status_icons/status_icon.h', |
| 2170 'browser/status_icons/status_icon_observer.h', | 2170 'browser/status_icons/status_icon_observer.h', |
| 2171 'browser/status_icons/status_tray.cc', | 2171 'browser/status_icons/status_tray.cc', |
| 2172 'browser/status_icons/status_tray.h', | 2172 'browser/status_icons/status_tray.h', |
| 2173 'browser/sync/about_sync_util.cc', | 2173 'browser/sync/about_sync_util.cc', |
| 2174 'browser/sync/about_sync_util.h', | 2174 'browser/sync/about_sync_util.h', |
| 2175 'browser/sync/backend_migrator.cc', | 2175 'browser/sync/backend_migrator.cc', |
| 2176 'browser/sync/backend_migrator.h', | 2176 'browser/sync/backend_migrator.h', |
| 2177 'browser/sync/backend_unrecoverable_error_handler.cc', | 2177 'browser/sync/backend_unrecoverable_error_handler.cc', |
| 2178 'browser/sync/backend_unrecoverable_error_handler.h', | 2178 'browser/sync/backend_unrecoverable_error_handler.h', |
| 2179 'browser/sync/credential_cache_service_factory_win.cc', |
| 2180 'browser/sync/credential_cache_service_factory_win.h', |
| 2181 'browser/sync/credential_cache_service_win.cc', |
| 2182 'browser/sync/credential_cache_service_win.h', |
| 2179 'browser/sync/failed_datatypes_handler.cc', | 2183 'browser/sync/failed_datatypes_handler.cc', |
| 2180 'browser/sync/failed_datatypes_handler.h', | 2184 'browser/sync/failed_datatypes_handler.h', |
| 2181 'browser/sync/glue/app_notification_data_type_controller.cc', | 2185 'browser/sync/glue/app_notification_data_type_controller.cc', |
| 2182 'browser/sync/glue/app_notification_data_type_controller.h', | 2186 'browser/sync/glue/app_notification_data_type_controller.h', |
| 2183 'browser/sync/glue/autofill_data_type_controller.cc', | 2187 'browser/sync/glue/autofill_data_type_controller.cc', |
| 2184 'browser/sync/glue/autofill_data_type_controller.h', | 2188 'browser/sync/glue/autofill_data_type_controller.h', |
| 2185 'browser/sync/glue/autofill_profile_data_type_controller.cc', | 2189 'browser/sync/glue/autofill_profile_data_type_controller.cc', |
| 2186 'browser/sync/glue/autofill_profile_data_type_controller.h', | 2190 'browser/sync/glue/autofill_profile_data_type_controller.h', |
| 2187 'browser/sync/glue/backend_data_type_configurer.h', | 2191 'browser/sync/glue/backend_data_type_configurer.h', |
| 2188 'browser/sync/glue/bookmark_change_processor.cc', | 2192 'browser/sync/glue/bookmark_change_processor.cc', |
| (...skipping 3284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5473 'variables': { | 5477 'variables': { |
| 5474 'jni_gen_dir': 'chrome', | 5478 'jni_gen_dir': 'chrome', |
| 5475 }, | 5479 }, |
| 5476 'includes': [ '../build/jni_generator.gypi' ], | 5480 'includes': [ '../build/jni_generator.gypi' ], |
| 5477 }, | 5481 }, |
| 5478 ], | 5482 ], |
| 5479 }, | 5483 }, |
| 5480 ], | 5484 ], |
| 5481 ], | 5485 ], |
| 5482 } | 5486 } |
| OLD | NEW |