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

Unified Diff: build/all.gyp

Issue 105733002: Move src/gpu/gles2_conform_test out of src-internal (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | gpu/gles2_conform_support/README » ('j') | gpu/gles2_conform_support/README » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 5aaed3d0fc6aadc99bb00338a3ec89f67bfe31f7..e65f5b590bc8a5a9b3e7dd9cc4c2fe7e9ff434bc 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -489,7 +489,7 @@
'conditions': [
['internal_gles2_conform_tests', {
'dependencies': [
- '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_test',
+ '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_test',
],
}], # internal_gles2_conform
['OS!="ios" and OS!="win"', {
@@ -527,7 +527,7 @@
'conditions': [
['internal_gles2_conform_tests', {
'dependencies': [
- '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_test',
+ '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_test',
],
}], # internal_gles2_conform
['OS!="ios" and OS!="win"', {
« no previous file with comments | « no previous file | gpu/gles2_conform_support/README » ('j') | gpu/gles2_conform_support/README » ('J')

Powered by Google App Engine
This is Rietveld 408576698