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

Unified Diff: gpu/gpu.gyp

Issue 1038743003: gpu: Fix some jmadill's TODOs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « gpu/angle_end2end_tests_main.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gpu.gyp
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 0792431e0186e133d6835452d533dfac13cef7b0..b84806acc4a2781cf8b68c0b498cb4551fc5b849 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -130,7 +130,7 @@
'type': '<(gtest_target_type)',
'includes': [
'../third_party/angle/build/common_defines.gypi',
- '../third_party/angle/tests/angle_unittests.gypi',
+ '../third_party/angle/src/tests/angle_unittests.gypi',
],
'dependencies': [
'../base/base.gyp:base',
@@ -140,8 +140,7 @@
'..',
'../third_party/angle/include',
],
- 'sources':
- [
+ 'sources': [
'angle_unittest_main.cc',
],
},
@@ -711,13 +710,11 @@
'../base/base.gyp:base',
'../base/base.gyp:test_support_base',
],
- 'includes':
- [
+ 'includes': [
'../third_party/angle/build/common_defines.gypi',
- '../third_party/angle/tests/angle_end2end_tests.gypi',
+ '../third_party/angle/src/tests/angle_end2end_tests.gypi',
],
- 'sources':
- [
+ 'sources': [
'angle_end2end_tests_main.cc',
],
},
@@ -729,13 +726,11 @@
'../base/base.gyp:base',
'../base/base.gyp:test_support_base',
],
- 'includes':
- [
+ 'includes': [
'../third_party/angle/build/common_defines.gypi',
'../third_party/angle/src/tests/angle_perftests.gypi',
],
- 'sources':
- [
+ 'sources': [
'angle_perftests_main.cc',
],
},
« no previous file with comments | « gpu/angle_end2end_tests_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698