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