| 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 1783 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1794 'browser/profiles/profile_shortcut_manager_win.cc', | 1794 'browser/profiles/profile_shortcut_manager_win.cc', |
| 1795 'browser/profiles/profile_shortcut_manager_win.h', | 1795 'browser/profiles/profile_shortcut_manager_win.h', |
| 1796 'browser/profiles/refcounted_profile_keyed_service.h', | 1796 'browser/profiles/refcounted_profile_keyed_service.h', |
| 1797 'browser/profiles/refcounted_profile_keyed_service.cc', | 1797 'browser/profiles/refcounted_profile_keyed_service.cc', |
| 1798 'browser/profiles/refcounted_profile_keyed_service_factory.h', | 1798 'browser/profiles/refcounted_profile_keyed_service_factory.h', |
| 1799 'browser/profiles/refcounted_profile_keyed_service_factory.cc', | 1799 'browser/profiles/refcounted_profile_keyed_service_factory.cc', |
| 1800 'browser/protector/base_prefs_change.cc', | 1800 'browser/protector/base_prefs_change.cc', |
| 1801 'browser/protector/base_prefs_change.h', | 1801 'browser/protector/base_prefs_change.h', |
| 1802 'browser/protector/base_setting_change.cc', | 1802 'browser/protector/base_setting_change.cc', |
| 1803 'browser/protector/base_setting_change.h', | 1803 'browser/protector/base_setting_change.h', |
| 1804 'browser/protector/composite_settings_change.cc', |
| 1805 'browser/protector/composite_settings_change.h', |
| 1804 'browser/protector/default_search_provider_change.cc', | 1806 'browser/protector/default_search_provider_change.cc', |
| 1805 'browser/protector/histograms.cc', | 1807 'browser/protector/histograms.cc', |
| 1806 'browser/protector/histograms.h', | 1808 'browser/protector/histograms.h', |
| 1807 'browser/protector/keys.cc', | 1809 'browser/protector/keys.cc', |
| 1808 'browser/protector/keys.h', | 1810 'browser/protector/keys.h', |
| 1809 'browser/protector/prefs_backup_invalid_change.cc', | 1811 'browser/protector/prefs_backup_invalid_change.cc', |
| 1810 'browser/protector/protected_prefs_watcher.cc', | 1812 'browser/protector/protected_prefs_watcher.cc', |
| 1811 'browser/protector/protected_prefs_watcher.h', | 1813 'browser/protector/protected_prefs_watcher.h', |
| 1812 'browser/protector/protector_service.cc', | 1814 'browser/protector/protector_service.cc', |
| 1813 'browser/protector/protector_service.h', | 1815 'browser/protector/protector_service.h', |
| (...skipping 3419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5233 'type': 'static_library', | 5235 'type': 'static_library', |
| 5234 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5236 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5235 'variables': { | 5237 'variables': { |
| 5236 'proto_in_dir': 'browser/history', | 5238 'proto_in_dir': 'browser/history', |
| 5237 'proto_out_dir': 'chrome/browser/history', | 5239 'proto_out_dir': 'chrome/browser/history', |
| 5238 }, | 5240 }, |
| 5239 'includes': [ '../build/protoc.gypi' ] | 5241 'includes': [ '../build/protoc.gypi' ] |
| 5240 }, | 5242 }, |
| 5241 ], | 5243 ], |
| 5242 } | 5244 } |
| OLD | NEW |