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

Unified Diff: media/media_gpu.gypi

Issue 1920163005: Split //ui/gl into //ui/gl + //ui/gi/init. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 7 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 | « media/gpu/rendering_helper.cc ('k') | ui/aura/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media_gpu.gypi
diff --git a/media/media_gpu.gypi b/media/media_gpu.gypi
index 364a3dd7ecaf4a4ea6c5644901389155ec297d12..e21af3135dea752e6f2a6adb5e38d9a494ec43b9 100644
--- a/media/media_gpu.gypi
+++ b/media/media_gpu.gypi
@@ -13,6 +13,7 @@
'../ui/display/display.gyp:display_types',
'../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/gl/gl.gyp:gl',
+ '../ui/gl/init/gl_init.gyp:gl_init',
'../ui/platform_window/platform_window.gyp:platform_window',
],
'sources': [
@@ -322,6 +323,7 @@
'dependencies': [
'../media/media.gyp:media',
'../ui/gl/gl.gyp:gl',
+ '../ui/gl/init/gl_init.gyp:gl_init',
],
'link_settings': {
'libraries': [
« no previous file with comments | « media/gpu/rendering_helper.cc ('k') | ui/aura/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698