summaryrefslogtreecommitdiffstats
path: root/extensions/extensions_tests.gyp
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2015-07-14 17:48:28 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-15 00:50:11 +0000
commit937f9423702f57ab59c7dc5909bd3d2aa7917e24 (patch)
tree2baefe2fb08e2ae927c7af1889e86b296c818254 /extensions/extensions_tests.gyp
parentae5f67481bc3dcb3dcf62529d7a454e4dcd786ab (diff)
downloadchromium_src-937f9423702f57ab59c7dc5909bd3d2aa7917e24.zip
chromium_src-937f9423702f57ab59c7dc5909bd3d2aa7917e24.tar.gz
chromium_src-937f9423702f57ab59c7dc5909bd3d2aa7917e24.tar.bz2
Move UpdateManifest test from unit_tests into extensions_unittests.
This test does not have any dependency on chrome/ anymore. BUG=None TEST=extensions_unittests --gtest_filter=ExtensionUpdateManifestTest.* R=rdevlin.cronin@chromium.org TBR=thestig@chromium.org # for chrome Review URL: https://codereview.chromium.org/1234013002 Cr-Commit-Position: refs/heads/master@{#338788}
Diffstat (limited to 'extensions/extensions_tests.gyp')
-rw-r--r--extensions/extensions_tests.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/extensions_tests.gyp b/extensions/extensions_tests.gyp
index 8703f29..6e083ed 100644
--- a/extensions/extensions_tests.gyp
+++ b/extensions/extensions_tests.gyp
@@ -28,6 +28,7 @@
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
+ '../third_party/libxml/libxml.gyp:libxml',
'../third_party/mojo/mojo_edk.gyp:mojo_js_lib',
'../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
'../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',