| 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 1826 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1837 'browser/password_manager/password_store_mac.cc', | 1837 'browser/password_manager/password_store_mac.cc', |
| 1838 'browser/password_manager/password_store_mac.h', | 1838 'browser/password_manager/password_store_mac.h', |
| 1839 'browser/password_manager/password_store_mac_internal.h', | 1839 'browser/password_manager/password_store_mac_internal.h', |
| 1840 'browser/password_manager/password_store_win.cc', | 1840 'browser/password_manager/password_store_win.cc', |
| 1841 'browser/password_manager/password_store_win.h', | 1841 'browser/password_manager/password_store_win.h', |
| 1842 'browser/password_manager/password_store_x.cc', | 1842 'browser/password_manager/password_store_x.cc', |
| 1843 'browser/password_manager/password_store_x.h', | 1843 'browser/password_manager/password_store_x.h', |
| 1844 'browser/password_manager_delegate_impl.cc', | 1844 'browser/password_manager_delegate_impl.cc', |
| 1845 'browser/password_manager_delegate_impl.h', | 1845 'browser/password_manager_delegate_impl.h', |
| 1846 'browser/platform_util.h', | 1846 'browser/platform_util.h', |
| 1847 'browser/platform_util_android.cc', |
| 1847 'browser/platform_util_aura.cc', | 1848 'browser/platform_util_aura.cc', |
| 1848 'browser/platform_util_chromeos.cc', | 1849 'browser/platform_util_chromeos.cc', |
| 1849 'browser/platform_util_common_linux.cc', | 1850 'browser/platform_util_common_linux.cc', |
| 1850 'browser/platform_util_linux.cc', | 1851 'browser/platform_util_linux.cc', |
| 1851 'browser/platform_util_mac.mm', | 1852 'browser/platform_util_mac.mm', |
| 1852 'browser/platform_util_win.cc', | 1853 'browser/platform_util_win.cc', |
| 1853 'browser/plugin_data_remover_helper.cc', | 1854 'browser/plugin_data_remover_helper.cc', |
| 1854 'browser/plugin_data_remover_helper.h', | 1855 'browser/plugin_data_remover_helper.h', |
| 1855 'browser/plugin_finder.cc', | 1856 'browser/plugin_finder.cc', |
| 1856 'browser/plugin_finder.h', | 1857 'browser/plugin_finder.h', |
| (...skipping 3758 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5615 'type': 'static_library', | 5616 'type': 'static_library', |
| 5616 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5617 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5617 'variables': { | 5618 'variables': { |
| 5618 'proto_in_dir': 'browser/history', | 5619 'proto_in_dir': 'browser/history', |
| 5619 'proto_out_dir': 'chrome/browser/history', | 5620 'proto_out_dir': 'chrome/browser/history', |
| 5620 }, | 5621 }, |
| 5621 'includes': [ '../build/protoc.gypi' ] | 5622 'includes': [ '../build/protoc.gypi' ] |
| 5622 }, | 5623 }, |
| 5623 ], | 5624 ], |
| 5624 } | 5625 } |
| OLD | NEW |