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
[email protected]
Review URL: https://chromiumcodereview.appspot.com/10855119
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151408 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 7c343d3..36764d92 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -403,7 +403,7 @@
'../ui/ui.gyp:ui_resources',
'../ui/ui.gyp:ui_test_support',
'../ui/views/views.gyp:views',
- '../ui/views/views.gyp:views_examples_lib',
+ '../ui/views/views.gyp:views_examples_with_content_lib',
'../ui/views/views.gyp:test_support_views',
'ash',
],
@@ -539,7 +539,7 @@
'../ui/ui.gyp:ui',
'../ui/ui.gyp:ui_resources',
'../ui/views/views.gyp:views',
- '../ui/views/views.gyp:views_examples_lib',
+ '../ui/views/views.gyp:views_examples_with_content_lib',
'../ui/views/views.gyp:test_support_views',
'ash',
],