Commit 3cdbc036 authored by tfarina@chromium.org's avatar tfarina@chromium.org

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
parent f442ce24
......@@ -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',
],
......
......@@ -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
],
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment