| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index 2fc19eecf673c08f2139f971d6f54c162c88442a..2dc3acf500636b7a673d069aa0c4e328ee6430ce 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -14,7 +14,7 @@
|
| '../third_party/re2/re2.gyp:re2',
|
| '../third_party/zlib/google/zip.gyp:zip',
|
| '../third_party/zlib/zlib.gyp:zlib',
|
| - '../ui/events/events.gyp:events',
|
| + '../ui/events/events.gyp:events_base',
|
| '../ui/gfx/gfx.gyp:gfx',
|
| '../ui/snapshot/snapshot.gyp:snapshot',
|
| '../ui/ui.gyp:ui',
|
| @@ -1230,6 +1230,11 @@
|
| '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/webui_resources_map.cc',
|
| ],
|
| 'conditions': [
|
| + ['toolkit_views==1', {
|
| + 'dependencies': [
|
| + '../ui/events/events.gyp:events',
|
| + ],
|
| + }],
|
| ['OS!="win" and OS!="mac" and OS!="linux"', {
|
| 'sources': [
|
| 'browser/gamepad/gamepad_platform_data_fetcher.cc',
|
|
|