summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-28 18:00:36 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-28 18:00:36 +0000
commit788259ac805787a104098d3483642271f06c8a0a (patch)
tree213fc39ffd63ea4a63f1d0c5c84d0199ea1407f8 /chrome/chrome_tests.gypi
parentb4504cc6132b14f953d1025967bb499b2c91096d (diff)
downloadchromium_src-788259ac805787a104098d3483642271f06c8a0a.zip
chromium_src-788259ac805787a104098d3483642271f06c8a0a.tar.gz
chromium_src-788259ac805787a104098d3483642271f06c8a0a.tar.bz2
Makes generate_profile able to generate top sites data.
BUG=60946 TEST=none Review URL: http://codereview.chromium.org/4194004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64274 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi40
1 files changed, 40 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 872f3bf..979b9e7 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2870,6 +2870,46 @@
['OS=="win"', {
'targets': [
{
+ 'target_name': 'generate_profile',
+ 'type': 'executable',
+ 'msvs_guid': '2E969AE9-7B12-4EDB-8E8B-48C7AE7BE357',
+ 'dependencies': [
+ 'test_support_common',
+ 'browser',
+ 'renderer',
+ 'syncapi',
+ '../base/base.gyp:base',
+ '../skia/skia.gyp:skia',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'tools/profiles/generate_profile.cc',
+ 'tools/profiles/thumbnail-inl.h',
+ ],
+ 'conditions': [
+ ['OS=="win"', {
+ 'conditions': [
+ ['win_use_allocator_shim==1', {
+ 'dependencies': [
+ '<(allocator_target)',
+ ],
+ }],
+ ],
+ 'configurations': {
+ 'Debug_Base': {
+ 'msvs_settings': {
+ 'VCLinkerTool': {
+ 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
+ },
+ },
+ },
+ },
+ }],
+ ],
+ },
+ {
'target_name': 'security_tests',
'type': 'shared_library',
'msvs_guid': 'E750512D-FC7C-4C98-BF04-0A0DAF882055',