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

Unified Diff: ui/views/views.gyp

Issue 10928224: views/examples: views_examples_with_content_lib should have its own export.h file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | « ui/views/examples/views_examples_with_content_export.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 89b0c280ed3bf2839fcfd8c43f85564a956b7ee4..dc75ff3e7737d98291060408aeaf12cd492dcad2 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -733,7 +733,7 @@
'..',
],
'defines': [
- 'VIEWS_EXAMPLES_IMPLEMENTATION',
+ 'VIEWS_EXAMPLES_WITH_CONTENT_IMPLEMENTATION',
],
'sources': [
'examples/bubble_example.cc',
@@ -782,7 +782,7 @@
'examples/throbber_example.h',
'examples/tree_view_example.cc',
'examples/tree_view_example.h',
- 'examples/views_examples_export.h',
+ 'examples/views_examples_with_content_export.h',
'examples/webview_example.cc',
'examples/webview_example.h',
'examples/widget_example.cc',
« no previous file with comments | « ui/views/examples/views_examples_with_content_export.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698