diff options
author | mbarbella@chromium.org <mbarbella@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-27 21:04:34 +0000 |
---|---|---|
committer | mbarbella@chromium.org <mbarbella@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-27 21:04:34 +0000 |
commit | 3733803b89cdb6254ef1a1b9ad2c6d13aaf098f1 (patch) | |
tree | 171ced072fdf417dd41730bf17d432bae1baea2b /build/all.gyp | |
parent | 0389fc7056045a959ad4364775b37f0cfd79c19e (diff) | |
download | chromium_src-3733803b89cdb6254ef1a1b9ad2c6d13aaf098f1.zip chromium_src-3733803b89cdb6254ef1a1b9ad2c6d13aaf098f1.tar.gz chromium_src-3733803b89cdb6254ef1a1b9ad2c6d13aaf098f1.tar.bz2 |
Add pdfium_test to the chromium_builder_asan target.
R=jam@chromium.org
BUG=
Review URL: https://codereview.chromium.org/303663002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273027 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index bbda461..f913aa6 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -661,6 +661,7 @@ ['chromeos==0', { 'dependencies': [ '../v8/src/d8.gyp:d8#host', + '../third_party/pdfium/samples/samples.gyp:pdfium_test', ], }], ['internal_filter_fuzzer==1', { |