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

Unified Diff: gpu/BUILD.gn

Issue 1070933002: Make ui/gl depend on the necessary runtime targets on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 years, 8 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 | ui/gl/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/BUILD.gn
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index eba5e7a35187cfb65d4dc021159a3511f133c11d..259df32a287863b98b277ce886d033054538b1ca 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -129,14 +129,6 @@ test("gl_tests") {
deps += [ "//testing/android:native_test_native_code" ]
libs += [ "android" ]
}
-
- # TODO(GYP)
- # ['OS == "win"', {
- # 'dependencies': [
- # '../third_party/angle/src/build_angle.gyp:libEGL',
- # '../third_party/angle/src/build_angle.gyp:libGLESv2',
- # ],
- # }],
}
test("gpu_unittests") {
« no previous file with comments | « no previous file | ui/gl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698