diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-15 17:08:10 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-15 17:08:10 +0000 |
commit | e1df35e117fd5e243874bf9db9224b7112e51b34 (patch) | |
tree | fd121d91edf3c93a5261163b9d3951bcdfff3d2b /tools | |
parent | 8ab238c238f5997fc4c0dd5f115e1b42cc792ddf (diff) | |
download | chromium_src-e1df35e117fd5e243874bf9db9224b7112e51b34.zip chromium_src-e1df35e117fd5e243874bf9db9224b7112e51b34.tar.gz chromium_src-e1df35e117fd5e243874bf9db9224b7112e51b34.tar.bz2 |
mark imagediff as chromium code for stricter warnings.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2850005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49806 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/imagediff/image_diff.gyp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/imagediff/image_diff.gyp b/tools/imagediff/image_diff.gyp index b0a5624..6c2335b 100644 --- a/tools/imagediff/image_diff.gyp +++ b/tools/imagediff/image_diff.gyp @@ -3,7 +3,10 @@ # found in the LICENSE file. { - 'targets' : [ + 'variables': { + 'chromium_code': 1, + }, + 'targets' : [ { 'target_name': 'image_diff', 'type': 'executable', |