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

Unified Diff: ppapi/ppapi_unittests.isolate

Issue 1696953003: Add a ppapi_unittests_run target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « ppapi/ppapi_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_unittests.isolate
diff --git a/tools/gn/gn_unittests.isolate b/ppapi/ppapi_unittests.isolate
similarity index 68%
copy from tools/gn/gn_unittests.isolate
copy to ppapi/ppapi_unittests.isolate
index cada5a0bad814f9359c5b2466d558e9ac053eed5..c77d6e5305325d8927d5f26f5d8468f21324391d 100644
--- a/tools/gn/gn_unittests.isolate
+++ b/ppapi/ppapi_unittests.isolate
@@ -6,15 +6,12 @@
['OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
'command': [
- '<(PRODUCT_DIR)/gn_unittests<(EXECUTABLE_SUFFIX)',
- ],
- 'files': [
- 'format_test_data/',
+ '<(PRODUCT_DIR)/ppapi_unittests<(EXECUTABLE_SUFFIX)',
],
},
}],
],
'includes': [
- '../../base/base.isolate',
+ '../base/base.isolate',
],
}
« no previous file with comments | « ppapi/ppapi_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698