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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 1484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1495 'browser/prefs/incognito_mode_prefs.cc', | 1495 'browser/prefs/incognito_mode_prefs.cc', |
1496 'browser/prefs/incognito_mode_prefs.h', | 1496 'browser/prefs/incognito_mode_prefs.h', |
1497 'browser/prefs/pref_model_associator.cc', | 1497 'browser/prefs/pref_model_associator.cc', |
1498 'browser/prefs/pref_model_associator.h', | 1498 'browser/prefs/pref_model_associator.h', |
1499 'browser/prefs/pref_notifier_impl.cc', | 1499 'browser/prefs/pref_notifier_impl.cc', |
1500 'browser/prefs/pref_notifier_impl.h', | 1500 'browser/prefs/pref_notifier_impl.h', |
1501 'browser/prefs/pref_registry.cc', | 1501 'browser/prefs/pref_registry.cc', |
1502 'browser/prefs/pref_registry.h', | 1502 'browser/prefs/pref_registry.h', |
1503 'browser/prefs/pref_registry_simple.cc', | 1503 'browser/prefs/pref_registry_simple.cc', |
1504 'browser/prefs/pref_registry_simple.h', | 1504 'browser/prefs/pref_registry_simple.h', |
| 1505 'browser/prefs/pref_registry_syncable.cc', |
| 1506 'browser/prefs/pref_registry_syncable.h', |
1505 'browser/prefs/pref_service.cc', | 1507 'browser/prefs/pref_service.cc', |
1506 'browser/prefs/pref_service.h', | 1508 'browser/prefs/pref_service.h', |
1507 'browser/prefs/pref_service_builder.cc', | 1509 'browser/prefs/pref_service_builder.cc', |
1508 'browser/prefs/pref_service_builder.h', | 1510 'browser/prefs/pref_service_builder.h', |
1509 'browser/prefs/pref_service_syncable.cc', | 1511 'browser/prefs/pref_service_syncable.cc', |
1510 'browser/prefs/pref_service_syncable.h', | 1512 'browser/prefs/pref_service_syncable.h', |
1511 'browser/prefs/pref_service_syncable_builder.cc', | 1513 'browser/prefs/pref_service_syncable_builder.cc', |
1512 'browser/prefs/pref_service_syncable_builder.h', | 1514 'browser/prefs/pref_service_syncable_builder.h', |
1513 'browser/prefs/pref_service_syncable_observer.h', | 1515 'browser/prefs/pref_service_syncable_observer.h', |
1514 'browser/prefs/pref_value_store.cc', | 1516 'browser/prefs/pref_value_store.cc', |
(...skipping 1630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3145 'variables': { | 3147 'variables': { |
3146 'jni_gen_dir': 'chrome', | 3148 'jni_gen_dir': 'chrome', |
3147 }, | 3149 }, |
3148 'includes': [ '../build/jni_generator.gypi' ], | 3150 'includes': [ '../build/jni_generator.gypi' ], |
3149 }, | 3151 }, |
3150 ], | 3152 ], |
3151 }, | 3153 }, |
3152 ], | 3154 ], |
3153 ], | 3155 ], |
3154 } | 3156 } |
OLD | NEW |