| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index aef3bae8046ac7d717f694beda65ec674c53799c..9cbcd8cc75d256bac502e6f063b9043503e996a8 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -125,11 +125,6 @@
|
| '../views/views.gyp:*',
|
| ],
|
| }],
|
| - ['chromeos==1', {
|
| - 'dependencies': [
|
| - '../chrome/browser/chromeos/input_method/candidate_window.gyp:*',
|
| - ],
|
| - }],
|
| ['remoting==1', {
|
| 'dependencies': [
|
| '../remoting/remoting.gyp:*',
|
| @@ -466,7 +461,6 @@
|
| 'dependencies': [
|
| '../app/app.gyp:app_unittests',
|
| '../base/base.gyp:base_unittests',
|
| - '../chrome/browser/chromeos/input_method/candidate_window.gyp:candidate_window',
|
| '../chrome/chrome.gyp:browser_tests',
|
| '../chrome/chrome.gyp:chrome',
|
| '../chrome/chrome.gyp:interactive_ui_tests',
|
|
|