summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame_launcher.gyp
diff options
context:
space:
mode:
authortommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-28 06:58:33 +0000
committertommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-28 06:58:33 +0000
commit3e5dd57d47cf3ad1c819401fcc9c751530858a12 (patch)
tree3d96efd02984ca5d496f0724908b590e8cfce227 /chrome_frame/chrome_frame_launcher.gyp
parentd076fc23882f58997ae657c356b82a83eece4561 (diff)
downloadchromium_src-3e5dd57d47cf3ad1c819401fcc9c751530858a12.zip
chromium_src-3e5dd57d47cf3ad1c819401fcc9c751530858a12.tar.gz
chromium_src-3e5dd57d47cf3ad1c819401fcc9c751530858a12.tar.bz2
Adding policy support to Chrome Frame's launcher so that additional parameters can be passed to Chrome via Group Policy.
BUG=116783 TEST=See information in comment #5 of the issue. Review URL: https://chromiumcodereview.appspot.com/9836037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129384 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame_launcher.gyp')
-rw-r--r--chrome_frame/chrome_frame_launcher.gyp3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome_frame/chrome_frame_launcher.gyp b/chrome_frame/chrome_frame_launcher.gyp
index 98974ea..2e317ea 100644
--- a/chrome_frame/chrome_frame_launcher.gyp
+++ b/chrome_frame/chrome_frame_launcher.gyp
@@ -1,4 +1,4 @@
-# Copyright (c) 2011 The Chromium Authors. All rights reserved.
+# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -64,6 +64,7 @@
'type': 'executable',
'dependencies': [
'../breakpad/breakpad.gyp:breakpad_handler',
+ '../chrome/app/policy/cloud_policy_codegen.gyp:policy',
'../chrome/chrome.gyp:chrome_version_header',
'../google_update/google_update.gyp:google_update',
'chrome_frame.gyp:chrome_frame_utils',