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

Unified Diff: ios/web/DEPS

Issue 814533002: Introduce web::TestWebThreadBundle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@includes
Patch Set: Address comments Created 6 years 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 | « content/content_tests.gypi ('k') | ios/web/ios_web.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/DEPS
diff --git a/ios/web/DEPS b/ios/web/DEPS
index 68cf0639ca2927dd2758ed17386caa7c4b29d2a1..71080cbc2a65595f8d698e0d7a16695d50ef2c32 100644
--- a/ios/web/DEPS
+++ b/ios/web/DEPS
@@ -10,7 +10,8 @@ specific_include_rules = {
"^web_thread(\.cc|_impl\.(cc|h))$": [
"+content/public/browser/browser_thread.h",
],
- "^test_web_thread\.cc$": [
+ "^test_web_thread(_bundle)?\.cc$": [
"+content/public/test/test_browser_thread.h",
+ "+content/public/test/test_browser_thread_bundle.h",
],
}
« no previous file with comments | « content/content_tests.gypi ('k') | ios/web/ios_web.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698