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

Unified Diff: chrome/browser_tests.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 | « no previous file | content/content_browsertests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser_tests.isolate
diff --git a/chrome/browser_tests.isolate b/chrome/browser_tests.isolate
index dec8d96ad5f7070e4e13c20ec5ff59cd67da0734..d8680b542936c77ce6407aed3c9bd1e2d755d56e 100644
--- a/chrome/browser_tests.isolate
+++ b/chrome/browser_tests.isolate
@@ -92,6 +92,7 @@
'variables': {
'isolate_dependency_tracked': [
'<(PRODUCT_DIR)/clearkeycdmadapter.plugin',
+ '<(PRODUCT_DIR)/content_shell.pak',
'<(PRODUCT_DIR)/libclearkeycdm.dylib',
'<(PRODUCT_DIR)/osmesa.so',
'<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_x32.nexe',
@@ -141,6 +142,7 @@
['chromeos==1', {
'variables': {
'isolate_dependency_tracked': [
+ '<(PRODUCT_DIR)/content_shell.pak',
'<(PRODUCT_DIR)/keyboard_resources.pak',
'<(PRODUCT_DIR)/libexif.so',
'<(PRODUCT_DIR)/nacl_helper',
« no previous file with comments | « no previous file | content/content_browsertests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698