diff options
author | sanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-23 02:45:34 +0000 |
---|---|---|
committer | sanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-23 02:45:34 +0000 |
commit | b907defea0f7059faa4502f505d793fd272860d2 (patch) | |
tree | 121f160f20893a4ba8841dab5980aa6c61d001e7 /chrome/chrome_common.gypi | |
parent | b1d454e9a59d482da63eba58ac6e08654524c996 (diff) | |
download | chromium_src-b907defea0f7059faa4502f505d793fd272860d2.zip chromium_src-b907defea0f7059faa4502f505d793fd272860d2.tar.gz chromium_src-b907defea0f7059faa4502f505d793fd272860d2.tar.bz2 |
Moved common parts of Linux autostart code to chrome/common so it can be reused in the service process as well.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6546024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75699 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 618364b..dbdc1c8 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -1,4 +1,4 @@ -# Copyright (c) 2010 The Chromium Authors. All rights reserved. +# Copyright (c) 2011 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. @@ -27,6 +27,8 @@ 'common/about_handler.h', 'common/app_mode_common_mac.h', 'common/app_mode_common_mac.mm', + 'common/auto_start_linux.cc', + 'common/auto_start_linux.h', 'common/autofill_messages.cc', 'common/autofill_messages.h', 'common/bindings_policy.h', |