Update to Chromium revision 122508.

- Don't define toolkit_views in combination with tookit_uses_gtk (the current Linux default).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@510 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2012-02-18 00:24:20 +00:00
parent 52aade3759
commit 9114952cfb

View File

@ -19,10 +19,6 @@
# Don't use the chrome style plugin with CEF.
'clang_use_chrome_plugins': 0,
}],
[ 'OS=="linux"', {
# Required for drag and drop helpers.
'toolkit_views': 1,
}],
]
},
}