Chromium Code Reviews| Index: ui/gfx/gfx.gyp |
| diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp |
| index b5e5f3624e193a6cacecf78c52c58825c3400db9..02820a752ea250163dab4066407639ff772e22e8 100644 |
| --- a/ui/gfx/gfx.gyp |
| +++ b/ui/gfx/gfx.gyp |
| @@ -391,7 +391,6 @@ |
| 'sources!': [ |
| 'animation/throb_animation.cc', |
| 'display_observer.cc', |
| - 'path.cc', |
| 'selection_model.cc', |
| ], |
| 'dependencies': [ |
| @@ -404,6 +403,11 @@ |
| ], |
| }, |
| }], |
| + ['OS=="android" and use_aura==0', { |
| + 'sources!': [ |
| + 'path.cc', |
| + ], |
| + }], |
| ['OS=="android" and android_webview_build==0', { |
| 'dependencies': [ |
| '<(DEPTH)/base/base.gyp:base_java', |