| 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 | 8 |
| 9 # Keep the archive builder happy. | 9 # Keep the archive builder happy. |
| 10 'chrome_personalization%': 1, | 10 'chrome_personalization%': 1, |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 ], | 94 ], |
| 95 'includes': [ | 95 'includes': [ |
| 96 '../chrome/version_resource_rules.gypi', | 96 '../chrome/version_resource_rules.gypi', |
| 97 ], | 97 ], |
| 98 }, | 98 }, |
| 99 { | 99 { |
| 100 'target_name': 'chrome_launcher', | 100 'target_name': 'chrome_launcher', |
| 101 'type': 'executable', | 101 'type': 'executable', |
| 102 'dependencies': [ | 102 'dependencies': [ |
| 103 '../breakpad/breakpad.gyp:breakpad_handler', | 103 '../breakpad/breakpad.gyp:breakpad_handler', |
| 104 '../chrome/app/policy/cloud_policy_codegen.gyp:policy', | 104 '../components/components.gyp:policy', |
| 105 '../google_update/google_update.gyp:google_update', | 105 '../google_update/google_update.gyp:google_update', |
| 106 'chrome_frame.gyp:chrome_frame_utils', | 106 'chrome_frame.gyp:chrome_frame_utils', |
| 107 'chrome_frame_launcher_version_resources', | 107 'chrome_frame_launcher_version_resources', |
| 108 ], | 108 ], |
| 109 'sources': [ | 109 'sources': [ |
| 110 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_launcher_exe_version.rc'
, | 110 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_launcher_exe_version.rc'
, |
| 111 'chrome_launcher_main.cc', | 111 'chrome_launcher_main.cc', |
| 112 'chrome_launcher.cc', | 112 'chrome_launcher.cc', |
| 113 'chrome_launcher.h', | 113 'chrome_launcher.h', |
| 114 'update_launcher.cc', | 114 'update_launcher.cc', |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 'msvs_settings': { | 191 'msvs_settings': { |
| 192 'VCLinkerTool': { | 192 'VCLinkerTool': { |
| 193 'AdditionalDependencies': [ | 193 'AdditionalDependencies': [ |
| 194 'shlwapi.lib', | 194 'shlwapi.lib', |
| 195 ], | 195 ], |
| 196 }, | 196 }, |
| 197 }, | 197 }, |
| 198 }, | 198 }, |
| 199 ], | 199 ], |
| 200 } | 200 } |
| OLD | NEW |