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

Unified Diff: content/content_unittests.isolate

Issue 456413002: Move the user agent styles sheets to blink_resources.grd (Part 2) with Unit test support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch after rebased! 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 | « content/content_tests.gypi ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_unittests.isolate
diff --git a/content/content_unittests.isolate b/content/content_unittests.isolate
index 98f26ede0f03514b7d91521092adff7cdb355df0..ae821badc2b9900924bd8951043763d56a3db6af 100644
--- a/content/content_unittests.isolate
+++ b/content/content_unittests.isolate
@@ -11,10 +11,17 @@
],
},
}],
- ['OS=="android" or OS=="mac" or OS=="win"', {
+ ['OS=="android"', {
'variables': {
'isolate_dependency_tracked': [
- '<(PRODUCT_DIR)/content_resources.pak',
+ '<(PRODUCT_DIR)/content_shell/assets/content_shell.pak',
+ ],
+ },
+ }],
+ ['OS=="mac" or OS=="win"', {
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ '<(PRODUCT_DIR)/content_shell.pak',
],
},
}],
« no previous file with comments | « content/content_tests.gypi ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698