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

Unified Diff: chrome/chrome_tests.gypi

Issue 1212113003: Add telemetry_gpu_unittests.isolate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Depend on telemetry_base from telemetry_chrome_test_base. Created 5 years, 6 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 | chrome/telemetry.isolate » ('j') | content/telemetry_gpu_unittests.isolate » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 232cd0f2f8800f44de0db592083dc8ddc886238c..c5bb7083a7d3454ebfe5e397e4c5895ba04e483f 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3184,10 +3184,10 @@
},
},
{
- 'target_name': 'telemetry_isolate_base',
+ 'target_name': 'telemetry_chrome_test_base',
'type': 'none',
'dependencies': [
- '../tools/telemetry/telemetry.gyp:bitmaptools#host',
+ '../content/content_shell_and_tests.gyp:telemetry_base',
],
'conditions': [
['OS=="linux" or OS=="mac"', {
@@ -3241,7 +3241,7 @@
'dependencies': [
'chrome_run',
'gpu_tests_base',
- 'telemetry_isolate_base',
+ 'telemetry_chrome_test_base',
],
'sources': [
'telemetry_gpu_test.isolate',
« no previous file with comments | « no previous file | chrome/telemetry.isolate » ('j') | content/telemetry_gpu_unittests.isolate » ('J')

Powered by Google App Engine
This is Rietveld 408576698