Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1849)

Side by Side Diff: chrome_frame/chrome_frame_launcher.gyp

Issue 9836037: Adding policy support to Chrome Frame's launcher so that additional parameters can be passed to Chr… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
grt (UTC plus 2) 2012/03/23 15:49:12 2012
tommi (sloooow) - chröme 2012/03/26 11:24:37 Done.
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,
11 'use_syncapi_stub%': 0, 11 'use_syncapi_stub%': 0,
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 }, 57 },
58 }, 58 },
59 }, 59 },
60 }, 60 },
61 'targets': [ 61 'targets': [
62 { 62 {
63 'target_name': 'chrome_launcher', 63 'target_name': 'chrome_launcher',
64 'type': 'executable', 64 'type': 'executable',
65 'dependencies': [ 65 'dependencies': [
66 '../breakpad/breakpad.gyp:breakpad_handler', 66 '../breakpad/breakpad.gyp:breakpad_handler',
67 '../chrome/app/policy/cloud_policy_codegen.gyp:policy',
67 '../chrome/chrome.gyp:chrome_version_header', 68 '../chrome/chrome.gyp:chrome_version_header',
68 '../google_update/google_update.gyp:google_update', 69 '../google_update/google_update.gyp:google_update',
69 'chrome_frame.gyp:chrome_frame_utils', 70 'chrome_frame.gyp:chrome_frame_utils',
70 ], 71 ],
71 'sources': [ 72 'sources': [
72 'chrome_launcher_main.cc', 73 'chrome_launcher_main.cc',
73 'chrome_launcher_version.rc', 74 'chrome_launcher_version.rc',
74 'chrome_launcher.cc', 75 'chrome_launcher.cc',
75 'chrome_launcher.h', 76 'chrome_launcher.h',
76 'update_launcher.cc', 77 'update_launcher.cc',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 'msvs_settings': { 156 'msvs_settings': {
156 'VCLinkerTool': { 157 'VCLinkerTool': {
157 'AdditionalDependencies': [ 158 'AdditionalDependencies': [
158 'shlwapi.lib', 159 'shlwapi.lib',
159 ], 160 ],
160 }, 161 },
161 }, 162 },
162 }, 163 },
163 ], 164 ],
164 } 165 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698