diff options
author | vitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-31 18:35:20 +0000 |
---|---|---|
committer | vitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-31 18:35:20 +0000 |
commit | 0364ba29de5c4e9c598aa35cf1df4966e870975e (patch) | |
tree | 361f8acf397bd27bb673bcd1462e61cbad837e14 /chrome/installer | |
parent | e8287b675a9763cffef2a52a3c7ec65aaa6d02d2 (diff) | |
download | chromium_src-0364ba29de5c4e9c598aa35cf1df4966e870975e.zip chromium_src-0364ba29de5c4e9c598aa35cf1df4966e870975e.tar.gz chromium_src-0364ba29de5c4e9c598aa35cf1df4966e870975e.tar.bz2 |
Reused target.
BUG=
TEST=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=139482
Review URL: https://chromiumcodereview.appspot.com/10458019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139828 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer')
-rw-r--r-- | chrome/installer/gcapi/gcapi_dll.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/installer/gcapi/gcapi_dll.cc b/chrome/installer/gcapi/gcapi_dll.cc new file mode 100644 index 0000000..26f4098 --- /dev/null +++ b/chrome/installer/gcapi/gcapi_dll.cc @@ -0,0 +1,5 @@ +// 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. + +// Visual Studio needs at least one C++ file in project http://goo.gl/roro9 |