summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-14 01:05:38 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-14 01:05:38 +0000
commit3cdbc0361acb001e7de1ea8a1a9f11f32a73374f (patch)
treeda3c75b716846cf606128c5eb4615bb07447dadd /ui
parentf442ce24929648c8370aff9d4a7ea95cf5f06379 (diff)
downloadchromium_src-3cdbc0361acb001e7de1ea8a1a9f11f32a73374f.zip
chromium_src-3cdbc0361acb001e7de1ea8a1a9f11f32a73374f.tar.gz
chromium_src-3cdbc0361acb001e7de1ea8a1a9f11f32a73374f.tar.bz2
views: Put 'with_content' in views_examples targets.
This is so it's clear that they depend on content module. In a follow up patch we will have views_examples_lib and views_examples_exe targets that does not depend in content/ module to build. BUG=141187 R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10855119 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151408 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r--ui/views/views.gyp10
1 files changed, 5 insertions, 5 deletions
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 1c70e74..cbe2bf9 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
],
}