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

Unified Diff: content/content_unittests.isolate

Issue 1421473010: Replace most uses of asset_location with android_assets() template (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/test/BUILD.gn ('k') | content/shell/android/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 b2fde54b46f7af14a6e02b3d65db44866a9a66e1..eedd3758bc2ff9198df3600f2c68209fd78bdeff 100644
--- a/content/content_unittests.isolate
+++ b/content/content_unittests.isolate
@@ -43,14 +43,7 @@
],
},
}],
- ['OS=="android"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/content_shell/assets/content_shell.pak',
- ],
- },
- }],
- ['OS=="linux" or OS=="mac" or OS=="win"', {
+ ['OS=="linux" or OS=="mac" or OS=="win" or OS=="android"', {
'variables': {
'files': [
'<(PRODUCT_DIR)/content_shell.pak',
« no previous file with comments | « chrome/test/BUILD.gn ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698