| 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 1813 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1824 'browser/prefs/command_line_pref_store.cc', | 1824 'browser/prefs/command_line_pref_store.cc', |
| 1825 'browser/prefs/command_line_pref_store.h', | 1825 'browser/prefs/command_line_pref_store.h', |
| 1826 'browser/prefs/default_pref_store.cc', | 1826 'browser/prefs/default_pref_store.cc', |
| 1827 'browser/prefs/default_pref_store.h', | 1827 'browser/prefs/default_pref_store.h', |
| 1828 'browser/prefs/incognito_mode_prefs.cc', | 1828 'browser/prefs/incognito_mode_prefs.cc', |
| 1829 'browser/prefs/incognito_mode_prefs.h', | 1829 'browser/prefs/incognito_mode_prefs.h', |
| 1830 'browser/prefs/incognito_user_pref_store.cc', | 1830 'browser/prefs/incognito_user_pref_store.cc', |
| 1831 'browser/prefs/incognito_user_pref_store.h', | 1831 'browser/prefs/incognito_user_pref_store.h', |
| 1832 'browser/prefs/overlay_user_pref_store.cc', | 1832 'browser/prefs/overlay_user_pref_store.cc', |
| 1833 'browser/prefs/overlay_user_pref_store.h', | 1833 'browser/prefs/overlay_user_pref_store.h', |
| 1834 'browser/prefs/per_tab_user_pref_store.cc', |
| 1835 'browser/prefs/per_tab_user_pref_store.h', |
| 1834 'browser/prefs/pref_change_registrar.cc', | 1836 'browser/prefs/pref_change_registrar.cc', |
| 1835 'browser/prefs/pref_change_registrar.h', | 1837 'browser/prefs/pref_change_registrar.h', |
| 1836 'browser/prefs/pref_member.cc', | 1838 'browser/prefs/pref_member.cc', |
| 1837 'browser/prefs/pref_member.h', | 1839 'browser/prefs/pref_member.h', |
| 1838 'browser/prefs/pref_model_associator.cc', | 1840 'browser/prefs/pref_model_associator.cc', |
| 1839 'browser/prefs/pref_model_associator.h', | 1841 'browser/prefs/pref_model_associator.h', |
| 1840 'browser/prefs/pref_notifier.h', | 1842 'browser/prefs/pref_notifier.h', |
| 1841 'browser/prefs/pref_notifier_impl.cc', | 1843 'browser/prefs/pref_notifier_impl.cc', |
| 1842 'browser/prefs/pref_notifier_impl.h', | 1844 'browser/prefs/pref_notifier_impl.h', |
| 1843 'browser/prefs/pref_service.cc', | 1845 'browser/prefs/pref_service.cc', |
| (...skipping 3424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5268 'type': 'static_library', | 5270 'type': 'static_library', |
| 5269 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5271 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5270 'variables': { | 5272 'variables': { |
| 5271 'proto_in_dir': 'browser/history', | 5273 'proto_in_dir': 'browser/history', |
| 5272 'proto_out_dir': 'chrome/browser/history', | 5274 'proto_out_dir': 'chrome/browser/history', |
| 5273 }, | 5275 }, |
| 5274 'includes': [ '../build/protoc.gypi' ] | 5276 'includes': [ '../build/protoc.gypi' ] |
| 5275 }, | 5277 }, |
| 5276 ], | 5278 ], |
| 5277 } | 5279 } |
| OLD | NEW |