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

Unified Diff: views/views.gyp

Issue 6366008: views: Move implementations of ComboboxExample and SliderExample to source file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: next line Created 9 years, 11 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/slider_example.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/views.gyp
diff --git a/views/views.gyp b/views/views.gyp
index 26c5a344059e93e93331f50e7e6e7d4482b35875..cc17b09f92d428af893cf1a9b01266401fd54a95 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -520,6 +520,7 @@
],
'sources': [
'examples/button_example.h',
+ 'examples/combobox_example.cc',
'examples/combobox_example.h',
'examples/example_base.cc',
'examples/example_base.h',
@@ -531,6 +532,7 @@
'examples/scroll_view_example.h',
'examples/single_split_view_example.cc',
'examples/single_split_view_example.h',
+ 'examples/slider_example.cc',
'examples/slider_example.h',
'examples/tabbed_pane_example.cc',
'examples/tabbed_pane_example.h',
« no previous file with comments | « views/examples/slider_example.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698