| 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_extensions', | 8 'target_name': 'browser_extensions', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 857 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 868 }, | 868 }, |
| 869 'dependencies': [ | 869 'dependencies': [ |
| 870 '<(DEPTH)/base/base.gyp:base', | 870 '<(DEPTH)/base/base.gyp:base', |
| 871 '<(DEPTH)/chrome/chrome.gyp:chrome_version_resources', | 871 '<(DEPTH)/chrome/chrome.gyp:chrome_version_resources', |
| 872 '<(DEPTH)/chrome/chrome.gyp:launcher_support', | 872 '<(DEPTH)/chrome/chrome.gyp:launcher_support', |
| 873 '<(DEPTH)/google_update/google_update.gyp:google_update', | 873 '<(DEPTH)/google_update/google_update.gyp:google_update', |
| 874 ], | 874 ], |
| 875 'sources': [ | 875 'sources': [ |
| 876 'browser/extensions/app_host/app_host.rc', | 876 'browser/extensions/app_host/app_host.rc', |
| 877 'browser/extensions/app_host/app_host_main.cc', | 877 'browser/extensions/app_host/app_host_main.cc', |
| 878 'browser/extensions/app_host/app_host_resource.h', |
| 878 'browser/extensions/app_host/binaries_installer.cc', | 879 'browser/extensions/app_host/binaries_installer.cc', |
| 879 'browser/extensions/app_host/binaries_installer.h', | 880 'browser/extensions/app_host/binaries_installer.h', |
| 880 'browser/extensions/app_host/binaries_installer_internal.cc', | 881 'browser/extensions/app_host/binaries_installer_internal.cc', |
| 881 'browser/extensions/app_host/binaries_installer_internal.h', | 882 'browser/extensions/app_host/binaries_installer_internal.h', |
| 882 'browser/extensions/app_host/update.cc', | 883 'browser/extensions/app_host/update.cc', |
| 883 'browser/extensions/app_host/update.h', | 884 'browser/extensions/app_host/update.h', |
| 884 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/app_host_exe_version.rc', | 885 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/app_host_exe_version.rc', |
| 885 ], | 886 ], |
| 886 }, | 887 }, |
| 887 ], | 888 ], |
| 888 }, ], # 'OS=="win"' | 889 }, ], # 'OS=="win"' |
| 889 ], # 'conditions' | 890 ], # 'conditions' |
| 890 } | 891 } |
| 891 | 892 |
| OLD | NEW |