diff options
author | dfalcantara@chromium.org <dfalcantara@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-05 23:03:07 +0000 |
---|---|---|
committer | dfalcantara@chromium.org <dfalcantara@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-05 23:03:07 +0000 |
commit | 91df13ba8da9402d90534d8d426f51c803fd92c8 (patch) | |
tree | 7a677960ef11084c1a08a591c94d4d90e996fd9a /breakpad | |
parent | 9950bda343db6066d5423b82ec95618faac9e3aa (diff) | |
download | chromium_src-91df13ba8da9402d90534d8d426f51c803fd92c8.zip chromium_src-91df13ba8da9402d90534d8d426f51c803fd92c8.tar.gz chromium_src-91df13ba8da9402d90534d8d426f51c803fd92c8.tar.bz2 |
[Android] Add source file to gyp
The file itself was added in August but the gyp file doesn't point
to it upstream.
BUG=
Review URL: https://chromiumcodereview.appspot.com/11038050
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160509 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/breakpad.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index 785a2ac..e79001e 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -536,6 +536,9 @@ 'src/common/android/include', ], }, + 'sources': [ + 'src/common/android/breakpad_getcontext.S', + ], }], ], |