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 1544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1555 'browser/prefs/browser_prefs.cc', | 1555 'browser/prefs/browser_prefs.cc', |
1556 'browser/prefs/browser_prefs.h', | 1556 'browser/prefs/browser_prefs.h', |
1557 'browser/prefs/chrome_pref_service_factory.cc', | 1557 'browser/prefs/chrome_pref_service_factory.cc', |
1558 'browser/prefs/chrome_pref_service_factory.h', | 1558 'browser/prefs/chrome_pref_service_factory.h', |
1559 'browser/prefs/command_line_pref_store.cc', | 1559 'browser/prefs/command_line_pref_store.cc', |
1560 'browser/prefs/command_line_pref_store.h', | 1560 'browser/prefs/command_line_pref_store.h', |
1561 'browser/prefs/incognito_mode_prefs.cc', | 1561 'browser/prefs/incognito_mode_prefs.cc', |
1562 'browser/prefs/incognito_mode_prefs.h', | 1562 'browser/prefs/incognito_mode_prefs.h', |
1563 'browser/prefs/interceptable_pref_filter.cc', | 1563 'browser/prefs/interceptable_pref_filter.cc', |
1564 'browser/prefs/interceptable_pref_filter.h', | 1564 'browser/prefs/interceptable_pref_filter.h', |
| 1565 'browser/prefs/leveldb_pref_store.cc', |
| 1566 'browser/prefs/leveldb_pref_store.h', |
1565 'browser/prefs/pref_hash_calculator.cc', | 1567 'browser/prefs/pref_hash_calculator.cc', |
1566 'browser/prefs/pref_hash_calculator.h', | 1568 'browser/prefs/pref_hash_calculator.h', |
1567 'browser/prefs/pref_hash_filter.cc', | 1569 'browser/prefs/pref_hash_filter.cc', |
1568 'browser/prefs/pref_hash_filter.h', | 1570 'browser/prefs/pref_hash_filter.h', |
1569 'browser/prefs/pref_hash_store.h', | 1571 'browser/prefs/pref_hash_store.h', |
1570 'browser/prefs/pref_hash_store_impl.cc', | 1572 'browser/prefs/pref_hash_store_impl.cc', |
1571 'browser/prefs/pref_hash_store_impl.h', | 1573 'browser/prefs/pref_hash_store_impl.h', |
1572 'browser/prefs/pref_hash_store_transaction.h', | 1574 'browser/prefs/pref_hash_store_transaction.h', |
1573 'browser/prefs/pref_metrics_service.cc', | 1575 'browser/prefs/pref_metrics_service.cc', |
1574 'browser/prefs/pref_metrics_service.h', | 1576 'browser/prefs/pref_metrics_service.h', |
(...skipping 2168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3743 'package_name': 'org/chromium/chrome/browser', | 3745 'package_name': 'org/chromium/chrome/browser', |
3744 'template_deps': ['browser/android/tab_load_status.h'], | 3746 'template_deps': ['browser/android/tab_load_status.h'], |
3745 }, | 3747 }, |
3746 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3748 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3747 }, | 3749 }, |
3748 ], | 3750 ], |
3749 }, | 3751 }, |
3750 ], | 3752 ], |
3751 ], | 3753 ], |
3752 } | 3754 } |
OLD | NEW |