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

Unified Diff: content/content_browsertests.isolate

Issue 567153002: Utilize TestContentClient in RenderViewTest as resources are being migrated to using grd system. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sigh!!! ChromeOS dependency! Created 6 years, 3 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 | « chrome/browser_tests.isolate ('k') | content/public/test/render_view_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browsertests.isolate
diff --git a/content/content_browsertests.isolate b/content/content_browsertests.isolate
index 8532aa102cf822e51dea8ebf002bcba3fcc6fa98..c3e0a2a2f9706b01ac70a06379a9f0d6ea0ae3d1 100644
--- a/content/content_browsertests.isolate
+++ b/content/content_browsertests.isolate
@@ -10,6 +10,20 @@
],
},
}],
+ ['chromeos==1', {
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ '<(PRODUCT_DIR)/content_shell.pak',
+ ],
+ },
+ }],
+ ['OS=="mac"', {
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ '<(PRODUCT_DIR)/content_shell.pak',
+ ],
+ },
+ }],
['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
'isolate_dependency_untracked': [
« no previous file with comments | « chrome/browser_tests.isolate ('k') | content/public/test/render_view_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698