diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-14 01:05:38 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-14 01:05:38 +0000 |
commit | 3cdbc0361acb001e7de1ea8a1a9f11f32a73374f (patch) | |
tree | da3c75b716846cf606128c5eb4615bb07447dadd /ash | |
parent | f442ce24929648c8370aff9d4a7ea95cf5f06379 (diff) | |
download | chromium_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 'ash')
-rw-r--r-- | ash/ash.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp index 7c343d3..36764d9 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', ], |