Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(403)

Unified Diff: chrome/test/security_tests/security_tests.gyp

Issue 10827282: Move the injection test API to content/public. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/security_tests/security_tests.gyp
diff --git a/chrome/test/security_tests/security_tests.gyp b/chrome/test/security_tests/security_tests.gyp
index 2f0b0d7419f4d7cd75a661d129f4025831cad927..75697c5f70ac56b369ed2b68245812b320cca868 100644
--- a/chrome/test/security_tests/security_tests.gyp
+++ b/chrome/test/security_tests/security_tests.gyp
@@ -11,9 +11,9 @@
'target_name': 'security_tests',
'type': 'shared_library',
'sources': [
+ '../../../content/public/common/injection_test_win.h',
jam 2012/08/10 17:04:57 nit: take this out too, it's enough in content_com
Avi (use Gerrit) 2012/08/10 17:10:22 Done.
'../../../sandbox/win/tests/validation_tests/commands.cc',
'../../../sandbox/win/tests/validation_tests/commands.h',
- '../injection_test_dll.h',
'ipc_security_tests.cc',
'ipc_security_tests.h',
'security_tests.cc',

Powered by Google App Engine
This is Rietveld 408576698