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

Unified Diff: ui/views/views.gyp

Issue 10855119: views: Put 'with_content' in views_examples targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « ash/ash.gyp ('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 1c70e74b979b6f927549138e97e23ff759d52831..cbe2bf9b8c078c7ed46d8b3464f1d6c496cce39f 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -589,7 +589,7 @@
],
}, # target_name: views_unittests
{
- 'target_name': 'views_examples_lib',
+ 'target_name': 'views_examples_with_content_lib',
'type': 'static_library',
'dependencies': [
'../../base/base.gyp:base',
@@ -669,9 +669,9 @@
],
}],
],
- }, # target_name: views_examples_lib
+ }, # target_name: views_examples_with_content_lib
{
- 'target_name': 'views_examples_exe',
+ 'target_name': 'views_examples_with_content_exe',
'type': 'executable',
'dependencies': [
'../../base/base.gyp:base',
@@ -685,7 +685,7 @@
'../../third_party/icu/icu.gyp:icuuc',
'../ui.gyp:ui',
'../ui.gyp:ui_resources',
- 'views_examples_lib',
+ 'views_examples_with_content_lib',
],
'include_dirs': [
'../..',
@@ -736,6 +736,6 @@
],
}],
],
- }, # target_name: views_examples_lib
+ }, # target_name: views_examples_with_content_exe
],
}
« no previous file with comments | « ash/ash.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698