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

Unified Diff: ui/views/views.gyp

Issue 11421176: views: Create views_examples_exe target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/examples_main.cc ('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 b1457be4094e405b9e699ee0bd8743633659e21f..7ef3fabfc6e2b37df4cb3dea2dfa4a158d74fbd9 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -799,6 +799,13 @@
],
}, # target_name: views_examples_lib
{
+ 'target_name': 'views_examples_exe',
+ 'type': 'executable',
+ 'sources': [
+ 'examples/examples_main.cc',
+ ],
+ }, # target_name: views_examples_exe
+ {
'target_name': 'views_examples_with_content_lib',
'type': '<(component)',
'dependencies': [
« no previous file with comments | « ui/views/examples/examples_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698