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 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 1866 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1877 'browser/preferences_mac.cc', | 1877 'browser/preferences_mac.cc', |
1878 'browser/preferences_mac.h', | 1878 'browser/preferences_mac.h', |
1879 'browser/prefs/browser_prefs.cc', | 1879 'browser/prefs/browser_prefs.cc', |
1880 'browser/prefs/browser_prefs.h', | 1880 'browser/prefs/browser_prefs.h', |
1881 'browser/prefs/command_line_pref_store.cc', | 1881 'browser/prefs/command_line_pref_store.cc', |
1882 'browser/prefs/command_line_pref_store.h', | 1882 'browser/prefs/command_line_pref_store.h', |
1883 'browser/prefs/default_pref_store.cc', | 1883 'browser/prefs/default_pref_store.cc', |
1884 'browser/prefs/default_pref_store.h', | 1884 'browser/prefs/default_pref_store.h', |
1885 'browser/prefs/incognito_mode_prefs.cc', | 1885 'browser/prefs/incognito_mode_prefs.cc', |
1886 'browser/prefs/incognito_mode_prefs.h', | 1886 'browser/prefs/incognito_mode_prefs.h', |
1887 'browser/prefs/incognito_user_pref_store.cc', | |
1888 'browser/prefs/incognito_user_pref_store.h', | |
1889 'browser/prefs/overlay_user_pref_store.cc', | 1887 'browser/prefs/overlay_user_pref_store.cc', |
1890 'browser/prefs/overlay_user_pref_store.h', | 1888 'browser/prefs/overlay_user_pref_store.h', |
1891 'browser/prefs/per_tab_user_pref_store.cc', | |
1892 'browser/prefs/per_tab_user_pref_store.h', | |
1893 'browser/prefs/pref_change_registrar.cc', | 1889 'browser/prefs/pref_change_registrar.cc', |
1894 'browser/prefs/pref_change_registrar.h', | 1890 'browser/prefs/pref_change_registrar.h', |
1895 'browser/prefs/pref_member.cc', | 1891 'browser/prefs/pref_member.cc', |
1896 'browser/prefs/pref_member.h', | 1892 'browser/prefs/pref_member.h', |
1897 'browser/prefs/pref_model_associator.cc', | 1893 'browser/prefs/pref_model_associator.cc', |
1898 'browser/prefs/pref_model_associator.h', | 1894 'browser/prefs/pref_model_associator.h', |
1899 'browser/prefs/pref_notifier.h', | 1895 'browser/prefs/pref_notifier.h', |
1900 'browser/prefs/pref_notifier_impl.cc', | 1896 'browser/prefs/pref_notifier_impl.cc', |
1901 'browser/prefs/pref_notifier_impl.h', | 1897 'browser/prefs/pref_notifier_impl.h', |
1902 'browser/prefs/pref_service.cc', | 1898 'browser/prefs/pref_service.cc', |
(...skipping 3512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5415 'type': 'static_library', | 5411 'type': 'static_library', |
5416 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5412 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5417 'variables': { | 5413 'variables': { |
5418 'proto_in_dir': 'browser/history', | 5414 'proto_in_dir': 'browser/history', |
5419 'proto_out_dir': 'chrome/browser/history', | 5415 'proto_out_dir': 'chrome/browser/history', |
5420 }, | 5416 }, |
5421 'includes': [ '../build/protoc.gypi' ] | 5417 'includes': [ '../build/protoc.gypi' ] |
5422 }, | 5418 }, |
5423 ], | 5419 ], |
5424 } | 5420 } |
OLD | NEW |