| 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 1531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1542 'browser/prefs/browser_prefs.cc', | 1542 'browser/prefs/browser_prefs.cc', |
| 1543 'browser/prefs/browser_prefs.h', | 1543 'browser/prefs/browser_prefs.h', |
| 1544 'browser/prefs/chrome_pref_service_factory.cc', | 1544 'browser/prefs/chrome_pref_service_factory.cc', |
| 1545 'browser/prefs/chrome_pref_service_factory.h', | 1545 'browser/prefs/chrome_pref_service_factory.h', |
| 1546 'browser/prefs/command_line_pref_store.cc', | 1546 'browser/prefs/command_line_pref_store.cc', |
| 1547 'browser/prefs/command_line_pref_store.h', | 1547 'browser/prefs/command_line_pref_store.h', |
| 1548 'browser/prefs/incognito_mode_prefs.cc', | 1548 'browser/prefs/incognito_mode_prefs.cc', |
| 1549 'browser/prefs/incognito_mode_prefs.h', | 1549 'browser/prefs/incognito_mode_prefs.h', |
| 1550 'browser/prefs/interceptable_pref_filter.cc', | 1550 'browser/prefs/interceptable_pref_filter.cc', |
| 1551 'browser/prefs/interceptable_pref_filter.h', | 1551 'browser/prefs/interceptable_pref_filter.h', |
| 1552 'browser/prefs/leveldb_pref_store.cc', | |
| 1553 'browser/prefs/leveldb_pref_store.h', | |
| 1554 'browser/prefs/pref_hash_calculator.cc', | 1552 'browser/prefs/pref_hash_calculator.cc', |
| 1555 'browser/prefs/pref_hash_calculator.h', | 1553 'browser/prefs/pref_hash_calculator.h', |
| 1556 'browser/prefs/pref_hash_filter.cc', | 1554 'browser/prefs/pref_hash_filter.cc', |
| 1557 'browser/prefs/pref_hash_filter.h', | 1555 'browser/prefs/pref_hash_filter.h', |
| 1558 'browser/prefs/pref_hash_store.h', | 1556 'browser/prefs/pref_hash_store.h', |
| 1559 'browser/prefs/pref_hash_store_impl.cc', | 1557 'browser/prefs/pref_hash_store_impl.cc', |
| 1560 'browser/prefs/pref_hash_store_impl.h', | 1558 'browser/prefs/pref_hash_store_impl.h', |
| 1561 'browser/prefs/pref_hash_store_transaction.h', | 1559 'browser/prefs/pref_hash_store_transaction.h', |
| 1562 'browser/prefs/pref_metrics_service.cc', | 1560 'browser/prefs/pref_metrics_service.cc', |
| 1563 'browser/prefs/pref_metrics_service.h', | 1561 'browser/prefs/pref_metrics_service.h', |
| (...skipping 2153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3717 'package_name': 'org/chromium/chrome/browser', | 3715 'package_name': 'org/chromium/chrome/browser', |
| 3718 'template_deps': ['browser/android/tab_load_status.h'], | 3716 'template_deps': ['browser/android/tab_load_status.h'], |
| 3719 }, | 3717 }, |
| 3720 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3718 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3721 }, | 3719 }, |
| 3722 ], | 3720 ], |
| 3723 }, | 3721 }, |
| 3724 ], | 3722 ], |
| 3725 ], | 3723 ], |
| 3726 } | 3724 } |
| OLD | NEW |