| Index: chromeos/chromeos.gyp
|
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
|
| index d6cf1bb242fbcb143a097f8d722c5830f3a27e38..d4714557248a4b4581e4937e8976fc1db339d9d8 100644
|
| --- a/chromeos/chromeos.gyp
|
| +++ b/chromeos/chromeos.gyp
|
| @@ -376,7 +376,7 @@
|
| ['use_x11 == 1', {
|
| 'dependencies': [
|
| '../build/linux/system.gyp:x11',
|
| - '../ui/gfx/gfx.gyp:gfx_x11',
|
| + '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
|
| ],
|
| }, {
|
| # use_x11 == 0
|
| @@ -554,7 +554,7 @@
|
| ],
|
| ['use_x11 == 1', {
|
| 'dependencies': [
|
| - '../ui/gfx/gfx.gyp:gfx_x11',
|
| + '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
|
| ],
|
| }]
|
| ],
|
|
|