OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'dependencies': [ | 10 'dependencies': [ |
(...skipping 1809 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1820 'browser/prefs/command_line_pref_store.cc', | 1820 'browser/prefs/command_line_pref_store.cc', |
1821 'browser/prefs/command_line_pref_store.h', | 1821 'browser/prefs/command_line_pref_store.h', |
1822 'browser/prefs/default_pref_store.cc', | 1822 'browser/prefs/default_pref_store.cc', |
1823 'browser/prefs/default_pref_store.h', | 1823 'browser/prefs/default_pref_store.h', |
1824 'browser/prefs/incognito_mode_prefs.cc', | 1824 'browser/prefs/incognito_mode_prefs.cc', |
1825 'browser/prefs/incognito_mode_prefs.h', | 1825 'browser/prefs/incognito_mode_prefs.h', |
1826 'browser/prefs/incognito_user_pref_store.cc', | 1826 'browser/prefs/incognito_user_pref_store.cc', |
1827 'browser/prefs/incognito_user_pref_store.h', | 1827 'browser/prefs/incognito_user_pref_store.h', |
1828 'browser/prefs/overlay_user_pref_store.cc', | 1828 'browser/prefs/overlay_user_pref_store.cc', |
1829 'browser/prefs/overlay_user_pref_store.h', | 1829 'browser/prefs/overlay_user_pref_store.h', |
| 1830 'browser/prefs/per_tab_user_pref_store.cc', |
| 1831 'browser/prefs/per_tab_user_pref_store.h', |
1830 'browser/prefs/pref_change_registrar.cc', | 1832 'browser/prefs/pref_change_registrar.cc', |
1831 'browser/prefs/pref_change_registrar.h', | 1833 'browser/prefs/pref_change_registrar.h', |
1832 'browser/prefs/pref_member.cc', | 1834 'browser/prefs/pref_member.cc', |
1833 'browser/prefs/pref_member.h', | 1835 'browser/prefs/pref_member.h', |
1834 'browser/prefs/pref_model_associator.cc', | 1836 'browser/prefs/pref_model_associator.cc', |
1835 'browser/prefs/pref_model_associator.h', | 1837 'browser/prefs/pref_model_associator.h', |
1836 'browser/prefs/pref_notifier.h', | 1838 'browser/prefs/pref_notifier.h', |
1837 'browser/prefs/pref_notifier_impl.cc', | 1839 'browser/prefs/pref_notifier_impl.cc', |
1838 'browser/prefs/pref_notifier_impl.h', | 1840 'browser/prefs/pref_notifier_impl.h', |
1839 'browser/prefs/pref_service.cc', | 1841 'browser/prefs/pref_service.cc', |
(...skipping 3445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5285 'type': 'static_library', | 5287 'type': 'static_library', |
5286 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5288 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5287 'variables': { | 5289 'variables': { |
5288 'proto_in_dir': 'browser/history', | 5290 'proto_in_dir': 'browser/history', |
5289 'proto_out_dir': 'chrome/browser/history', | 5291 'proto_out_dir': 'chrome/browser/history', |
5290 }, | 5292 }, |
5291 'includes': [ '../build/protoc.gypi' ] | 5293 'includes': [ '../build/protoc.gypi' ] |
5292 }, | 5294 }, |
5293 ], | 5295 ], |
5294 } | 5296 } |
OLD | NEW |