Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(294)

Unified Diff: views/views.gyp

Issue 270032: Password style support for gtk's textfield impl.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « views/examples/textfield_example.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/views.gyp
===================================================================
--- views/views.gyp (revision 28398)
+++ views/views.gyp (working copy)
@@ -349,6 +349,7 @@
'dependencies': [
'../base/base.gyp:base',
'../skia/skia.gyp:skia',
+ '../build/linux/system.gyp:x11',
'views',
],
'include_dirs': [
@@ -365,6 +366,7 @@
'examples/message_box_example.h',
'examples/radio_button_example.h',
'examples/tabbed_pane_example.h',
+ 'examples/textfield_example.h',
],
'conditions': [
['OS=="linux"', {
« no previous file with comments | « views/examples/textfield_example.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698