| 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 1781 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1792 'browser/profiles/profile_impl_io_data.cc', | 1792 'browser/profiles/profile_impl_io_data.cc', |
| 1793 'browser/profiles/profile_impl_io_data.h', | 1793 'browser/profiles/profile_impl_io_data.h', |
| 1794 'browser/profiles/profile_info_cache.cc', | 1794 'browser/profiles/profile_info_cache.cc', |
| 1795 'browser/profiles/profile_info_cache.h', | 1795 'browser/profiles/profile_info_cache.h', |
| 1796 'browser/profiles/profile_info_cache_observer.h', | 1796 'browser/profiles/profile_info_cache_observer.h', |
| 1797 'browser/profiles/profile_info_interface.h', | 1797 'browser/profiles/profile_info_interface.h', |
| 1798 'browser/profiles/profile_info_util.cc', | 1798 'browser/profiles/profile_info_util.cc', |
| 1799 'browser/profiles/profile_info_util.h', | 1799 'browser/profiles/profile_info_util.h', |
| 1800 'browser/profiles/profile_io_data.cc', | 1800 'browser/profiles/profile_io_data.cc', |
| 1801 'browser/profiles/profile_io_data.h', | 1801 'browser/profiles/profile_io_data.h', |
| 1802 'browser/profiles/profile_keyed_base.h', | |
| 1803 'browser/profiles/profile_keyed_base_factory.h', | 1802 'browser/profiles/profile_keyed_base_factory.h', |
| 1804 'browser/profiles/profile_keyed_base_factory.cc', | 1803 'browser/profiles/profile_keyed_base_factory.cc', |
| 1805 'browser/profiles/profile_keyed_service.h', | 1804 'browser/profiles/profile_keyed_service.h', |
| 1806 'browser/profiles/profile_keyed_service_factory.cc', | 1805 'browser/profiles/profile_keyed_service_factory.cc', |
| 1807 'browser/profiles/profile_keyed_service_factory.h', | 1806 'browser/profiles/profile_keyed_service_factory.h', |
| 1808 'browser/profiles/profile_manager.cc', | 1807 'browser/profiles/profile_manager.cc', |
| 1809 'browser/profiles/profile_manager.h', | 1808 'browser/profiles/profile_manager.h', |
| 1810 'browser/profiles/profile_metrics.cc', | 1809 'browser/profiles/profile_metrics.cc', |
| 1811 'browser/profiles/profile_metrics.h', | 1810 'browser/profiles/profile_metrics.h', |
| 1812 'browser/profiles/profile_shortcut_manager_win.cc', | 1811 'browser/profiles/profile_shortcut_manager_win.cc', |
| (...skipping 3541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5354 'variables': { | 5353 'variables': { |
| 5355 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5354 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 5356 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5355 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
| 5357 }, | 5356 }, |
| 5358 'includes': ['../build/protoc.gypi'], | 5357 'includes': ['../build/protoc.gypi'], |
| 5359 }], | 5358 }], |
| 5360 ], | 5359 ], |
| 5361 }, | 5360 }, |
| 5362 ], | 5361 ], |
| 5363 } | 5362 } |
| OLD | NEW |