| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 1869 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1880 'browser/preferences_mac.cc', | 1880 'browser/preferences_mac.cc', |
| 1881 'browser/preferences_mac.h', | 1881 'browser/preferences_mac.h', |
| 1882 'browser/prefs/browser_prefs.cc', | 1882 'browser/prefs/browser_prefs.cc', |
| 1883 'browser/prefs/browser_prefs.h', | 1883 'browser/prefs/browser_prefs.h', |
| 1884 'browser/prefs/command_line_pref_store.cc', | 1884 'browser/prefs/command_line_pref_store.cc', |
| 1885 'browser/prefs/command_line_pref_store.h', | 1885 'browser/prefs/command_line_pref_store.h', |
| 1886 'browser/prefs/default_pref_store.cc', | 1886 'browser/prefs/default_pref_store.cc', |
| 1887 'browser/prefs/default_pref_store.h', | 1887 'browser/prefs/default_pref_store.h', |
| 1888 'browser/prefs/incognito_mode_prefs.cc', | 1888 'browser/prefs/incognito_mode_prefs.cc', |
| 1889 'browser/prefs/incognito_mode_prefs.h', | 1889 'browser/prefs/incognito_mode_prefs.h', |
| 1890 'browser/prefs/incognito_user_pref_store.cc', | |
| 1891 'browser/prefs/incognito_user_pref_store.h', | |
| 1892 'browser/prefs/overlay_user_pref_store.cc', | 1890 'browser/prefs/overlay_user_pref_store.cc', |
| 1893 'browser/prefs/overlay_user_pref_store.h', | 1891 'browser/prefs/overlay_user_pref_store.h', |
| 1894 'browser/prefs/per_tab_user_pref_store.cc', | |
| 1895 'browser/prefs/per_tab_user_pref_store.h', | |
| 1896 'browser/prefs/pref_change_registrar.cc', | 1892 'browser/prefs/pref_change_registrar.cc', |
| 1897 'browser/prefs/pref_change_registrar.h', | 1893 'browser/prefs/pref_change_registrar.h', |
| 1898 'browser/prefs/pref_member.cc', | 1894 'browser/prefs/pref_member.cc', |
| 1899 'browser/prefs/pref_member.h', | 1895 'browser/prefs/pref_member.h', |
| 1900 'browser/prefs/pref_model_associator.cc', | 1896 'browser/prefs/pref_model_associator.cc', |
| 1901 'browser/prefs/pref_model_associator.h', | 1897 'browser/prefs/pref_model_associator.h', |
| 1902 'browser/prefs/pref_notifier.h', | 1898 'browser/prefs/pref_notifier.h', |
| 1903 'browser/prefs/pref_notifier_impl.cc', | 1899 'browser/prefs/pref_notifier_impl.cc', |
| 1904 'browser/prefs/pref_notifier_impl.h', | 1900 'browser/prefs/pref_notifier_impl.h', |
| 1905 'browser/prefs/pref_service.cc', | 1901 'browser/prefs/pref_service.cc', |
| (...skipping 3509 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 |