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

Unified Diff: chrome/chrome_tests.gypi

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
« no previous file with comments | « no previous file | chrome/test/DEPS » ('j') | chrome/test/security_tests/security_tests.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 0ee8f79b4df08f2c99ecfe33d293db98cb29f331..7881c8b97cb17c9575acf82dba15e754f233b6d5 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -4096,7 +4096,7 @@
'INFOPLIST_FILE': 'test/security_tests/sandbox_tests_mac-Info.plist',
},
'sources': [
- 'test/security_tests/renderer_sandbox_tests_mac.h',
+ '../content/public/common/injection_test_mac.h',
jam 2012/08/10 17:04:57 no need for this, it's enough in content_common's
Avi (use Gerrit) 2012/08/10 17:10:22 Done.
'test/security_tests/renderer_sandbox_tests_mac.mm',
],
'include_dirs': [
@@ -4258,7 +4258,7 @@
'test/security_tests/ipc_security_tests.cc',
'test/security_tests/ipc_security_tests.h',
'test/security_tests/security_tests.cc',
- '../content/common/injection_test_dll.h',
+ '../content/public/common/injection_test_win.h',
'../sandbox/win/tests/validation_tests/commands.cc',
'../sandbox/win/tests/validation_tests/commands.h',
],
« no previous file with comments | « no previous file | chrome/test/DEPS » ('j') | chrome/test/security_tests/security_tests.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698