| 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 861 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 872 }, | 872 }, |
| 873 'dependencies': [ | 873 'dependencies': [ |
| 874 '<(DEPTH)/base/base.gyp:base', | 874 '<(DEPTH)/base/base.gyp:base', |
| 875 '<(DEPTH)/chrome/chrome.gyp:chrome_version_resources', | 875 '<(DEPTH)/chrome/chrome.gyp:chrome_version_resources', |
| 876 '<(DEPTH)/chrome/chrome.gyp:launcher_support', | 876 '<(DEPTH)/chrome/chrome.gyp:launcher_support', |
| 877 '<(DEPTH)/google_update/google_update.gyp:google_update', | 877 '<(DEPTH)/google_update/google_update.gyp:google_update', |
| 878 ], | 878 ], |
| 879 'sources': [ | 879 'sources': [ |
| 880 'browser/extensions/app_host/app_host.rc', | 880 'browser/extensions/app_host/app_host.rc', |
| 881 'browser/extensions/app_host/app_host_main.cc', | 881 'browser/extensions/app_host/app_host_main.cc', |
| 882 'browser/extensions/app_host/app_host_resource.h', |
| 882 'browser/extensions/app_host/binaries_installer.cc', | 883 'browser/extensions/app_host/binaries_installer.cc', |
| 883 'browser/extensions/app_host/binaries_installer.h', | 884 'browser/extensions/app_host/binaries_installer.h', |
| 884 'browser/extensions/app_host/update.cc', | 885 'browser/extensions/app_host/update.cc', |
| 885 'browser/extensions/app_host/update.h', | 886 'browser/extensions/app_host/update.h', |
| 886 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/app_host_exe_version.rc', | 887 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/app_host_exe_version.rc', |
| 887 ], | 888 ], |
| 888 }, | 889 }, |
| 889 ], | 890 ], |
| 890 }, ], # 'OS=="win"' | 891 }, ], # 'OS=="win"' |
| 891 ], # 'conditions' | 892 ], # 'conditions' |
| 892 } | 893 } |
| 893 | 894 |
| OLD | NEW |