Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Side by Side Diff: chrome/chrome.gyp

Issue 199041: Make ui_tests (and any renderer-based PE) use tcmalloc.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 # Define the common dependencies that contain all the actual 9 # Define the common dependencies that contain all the actual
10 # Chromium functionality. This list gets pulled in below by 10 # Chromium functionality. This list gets pulled in below by
(...skipping 3675 matching lines...) Expand 10 before | Expand all | Expand 10 after
3686 ], 3686 ],
3687 'sources': [ 3687 'sources': [
3688 'test/automated_ui_tests/automated_ui_tests.cc', 3688 'test/automated_ui_tests/automated_ui_tests.cc',
3689 'test/automated_ui_tests/automated_ui_tests.h', 3689 'test/automated_ui_tests/automated_ui_tests.h',
3690 ], 3690 ],
3691 'conditions': [ 3691 'conditions': [
3692 ['OS=="win"', { 3692 ['OS=="win"', {
3693 'include_dirs': [ 3693 'include_dirs': [
3694 'third_party/wtl/include', 3694 'third_party/wtl/include',
3695 ], 3695 ],
3696 'dependencies': [
3697 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
3698 ],
3696 }], 3699 }],
3697 ], 3700 ],
3698 }, 3701 },
3699 { 3702 {
3700 'target_name': 'ui_tests', 3703 'target_name': 'ui_tests',
3701 'type': 'executable', 3704 'type': 'executable',
3702 'msvs_guid': '76235B67-1C27-4627-8A33-4B2E1EF93EDE', 3705 'msvs_guid': '76235B67-1C27-4627-8A33-4B2E1EF93EDE',
3703 'dependencies': [ 3706 'dependencies': [
3704 'chrome', 3707 'chrome',
3705 'browser', 3708 'browser',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
3804 'third_party/wtl/include', 3807 'third_party/wtl/include',
3805 ], 3808 ],
3806 'dependencies': [ 3809 'dependencies': [
3807 'crash_service', # run time dependency 3810 'crash_service', # run time dependency
3808 'security_tests', # run time dependency 3811 'security_tests', # run time dependency
3809 'test_support_common', 3812 'test_support_common',
3810 '../google_update/google_update.gyp:google_update', 3813 '../google_update/google_update.gyp:google_update',
3811 '../views/views.gyp:views', 3814 '../views/views.gyp:views',
3812 # run time dependency 3815 # run time dependency
3813 '../webkit/tools/test_shell/test_shell.gyp:npapi_test_plugin', 3816 '../webkit/tools/test_shell/test_shell.gyp:npapi_test_plugin',
3817 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
3814 ], 3818 ],
3815 'link_settings': { 3819 'link_settings': {
3816 'libraries': [ 3820 'libraries': [
3817 '-lOleAcc.lib', 3821 '-lOleAcc.lib',
3818 ], 3822 ],
3819 }, 3823 },
3820 'configurations': { 3824 'configurations': {
3821 'Debug': { 3825 'Debug': {
3822 'msvs_settings': { 3826 'msvs_settings': {
3823 'VCLinkerTool': { 3827 'VCLinkerTool': {
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
4237 'defines': [ 4241 'defines': [
4238 '__STD_C', 4242 '__STD_C',
4239 '_CRT_SECURE_NO_DEPRECATE', 4243 '_CRT_SECURE_NO_DEPRECATE',
4240 '_SCL_SECURE_NO_DEPRECATE', 4244 '_SCL_SECURE_NO_DEPRECATE',
4241 ], 4245 ],
4242 'dependencies': [ 4246 'dependencies': [
4243 'chrome_dll_version', 4247 'chrome_dll_version',
4244 'installer/installer.gyp:installer_util_strings', 4248 'installer/installer.gyp:installer_util_strings',
4245 '../views/views.gyp:views', 4249 '../views/views.gyp:views',
4246 'test_chrome_plugin', # run time dependency 4250 'test_chrome_plugin', # run time dependency
4251 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
4247 ], 4252 ],
4248 'include_dirs': [ 4253 'include_dirs': [
4249 'third_party/wtl/include', 4254 'third_party/wtl/include',
4250 ], 4255 ],
4251 'sources': [ 4256 'sources': [
4252 'app/chrome_dll.rc', 4257 'app/chrome_dll.rc',
4253 'test/data/resource.rc', 4258 'test/data/resource.rc',
4254 4259
4255 '<@(views_unit_tests_sources)', 4260 '<@(views_unit_tests_sources)',
4256 '<@(views_unit_tests_sources_win_specific)', 4261 '<@(views_unit_tests_sources_win_specific)',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
4344 ['OS=="linux"', { 4349 ['OS=="linux"', {
4345 'dependencies': [ 4350 'dependencies': [
4346 '../build/linux/system.gyp:gtk', 4351 '../build/linux/system.gyp:gtk',
4347 ], 4352 ],
4348 }], 4353 }],
4349 ['OS=="linux" and toolkit_views==1', { 4354 ['OS=="linux" and toolkit_views==1', {
4350 'dependencies': [ 4355 'dependencies': [
4351 '../views/views.gyp:views', 4356 '../views/views.gyp:views',
4352 ], 4357 ],
4353 }], 4358 }],
4359 ['OS=="win"', {
4360 'dependencies': [
4361 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
4362 ],
4363 },],
4354 ], 4364 ],
4355 }, 4365 },
4356 { 4366 {
4357 # Provides a syncapi dynamic library target from checked-in binaries, 4367 # Provides a syncapi dynamic library target from checked-in binaries,
4358 # or from compiling a stub implementation. 4368 # or from compiling a stub implementation.
4359 'target_name': 'syncapi', 4369 'target_name': 'syncapi',
4360 4370
4361 'conditions': [ 4371 'conditions': [
4362 ['chrome_personalization==0', { 4372 ['chrome_personalization==0', {
4363 # Empty target. 4373 # Empty target.
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
4485 ], 4495 ],
4486 'sources': [ 4496 'sources': [
4487 'test/tab_switching/tab_switching_test.cc', 4497 'test/tab_switching/tab_switching_test.cc',
4488 ], 4498 ],
4489 'conditions': [ 4499 'conditions': [
4490 ['OS=="linux"', { 4500 ['OS=="linux"', {
4491 'dependencies': [ 4501 'dependencies': [
4492 '../build/linux/system.gyp:gtk', 4502 '../build/linux/system.gyp:gtk',
4493 ], 4503 ],
4494 }], 4504 }],
4505 ['OS=="win"', {
4506 'dependencies': [
4507 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
4508 ],
4509 },],
4495 ], 4510 ],
4496 }, 4511 },
4497 { 4512 {
4498 'target_name': 'memory_test', 4513 'target_name': 'memory_test',
4499 'type': 'executable', 4514 'type': 'executable',
4500 'msvs_guid': 'A5F831FD-9B9C-4FEF-9FBA-554817B734CE', 4515 'msvs_guid': 'A5F831FD-9B9C-4FEF-9FBA-554817B734CE',
4501 'dependencies': [ 4516 'dependencies': [
4502 'chrome', 4517 'chrome',
4503 'debugger', 4518 'debugger',
4504 'test_support_common', 4519 'test_support_common',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
4539 '..', 4554 '..',
4540 ], 4555 ],
4541 'sources': [ 4556 'sources': [
4542 'test/url_fetch_test/url_fetch_test.cc', 4557 'test/url_fetch_test/url_fetch_test.cc',
4543 ], 4558 ],
4544 'conditions': [ 4559 'conditions': [
4545 ['OS=="win"', { 4560 ['OS=="win"', {
4546 'include_dirs': [ 4561 'include_dirs': [
4547 'third_party/wtl/include', 4562 'third_party/wtl/include',
4548 ], 4563 ],
4564 'dependencies': [
4565 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
4566 ],
4549 }], # OS="win" 4567 }], # OS="win"
4550 ], # conditions 4568 ], # conditions
4551 }, 4569 },
4552 ], 4570 ],
4553 'conditions': [ 4571 'conditions': [
4554 ['OS=="mac" or OS=="win"', { 4572 ['OS=="mac" or OS=="win"', {
4555 'targets': [ 4573 'targets': [
4556 { 4574 {
4557 'target_name': 'chrome_dll', 4575 'target_name': 'chrome_dll',
4558 'type': 'shared_library', 4576 'type': 'shared_library',
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
5042 'dependencies': [ 5060 'dependencies': [
5043 '../base/base.gyp:base', 5061 '../base/base.gyp:base',
5044 '../webkit/webkit.gyp:glue', 5062 '../webkit/webkit.gyp:glue',
5045 'debugger', 5063 'debugger',
5046 'renderer', 5064 'renderer',
5047 'browser' 5065 'browser'
5048 ], 5066 ],
5049 'sources': [ 5067 'sources': [
5050 'tools/pbl_tool/pbl_tool.cc', 5068 'tools/pbl_tool/pbl_tool.cc',
5051 ], 5069 ],
5070 'conditions': [
5071 ['OS=="win"', {
5072 'dependencies': [
5073 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
5074 ],
5075 },],
5076 ],
5052 }, 5077 },
5053 { 5078 {
5054 'target_name': 'perf_tests', 5079 'target_name': 'perf_tests',
5055 'type': 'executable', 5080 'type': 'executable',
5056 'msvs_guid': '9055E088-25C6-47FD-87D5-D9DD9FD75C9F', 5081 'msvs_guid': '9055E088-25C6-47FD-87D5-D9DD9FD75C9F',
5057 'dependencies': [ 5082 'dependencies': [
5058 'browser', 5083 'browser',
5059 'common', 5084 'common',
5060 'debugger', 5085 'debugger',
5061 'renderer', 5086 'renderer',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
5096 ['OS=="win"', { 5121 ['OS=="win"', {
5097 'configurations': { 5122 'configurations': {
5098 'Debug': { 5123 'Debug': {
5099 'msvs_settings': { 5124 'msvs_settings': {
5100 'VCLinkerTool': { 5125 'VCLinkerTool': {
5101 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 5126 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
5102 }, 5127 },
5103 }, 5128 },
5104 }, 5129 },
5105 }, 5130 },
5131 'dependencies': [
5132 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
5133 ],
5106 }], 5134 }],
5107 ], 5135 ],
5108 }, 5136 },
5109 # TODO: enable on mac. 5137 # TODO: enable on mac.
5110 { 5138 {
5111 'target_name': 'interactive_ui_tests', 5139 'target_name': 'interactive_ui_tests',
5112 'type': 'executable', 5140 'type': 'executable',
5113 'msvs_guid': '018D4F38-6272-448F-A864-976DA09F05D0', 5141 'msvs_guid': '018D4F38-6272-448F-A864-976DA09F05D0',
5114 'dependencies': [ 5142 'dependencies': [
5115 'chrome', 5143 'chrome',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
5189 }], 5217 }],
5190 ['OS=="win"', { 5218 ['OS=="win"', {
5191 'include_dirs': [ 5219 'include_dirs': [
5192 'third_party/wtl/include', 5220 'third_party/wtl/include',
5193 ], 5221 ],
5194 'dependencies': [ 5222 'dependencies': [
5195 'chrome_dll_version', 5223 'chrome_dll_version',
5196 'crash_service', # run time dependency 5224 'crash_service', # run time dependency
5197 'installer/installer.gyp:installer_util_strings', 5225 'installer/installer.gyp:installer_util_strings',
5198 '../views/views.gyp:views', 5226 '../views/views.gyp:views',
5227 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
5199 ], 5228 ],
5200 'sources': [ 5229 'sources': [
5201 '../webkit/glue/resources/aliasb.cur', 5230 '../webkit/glue/resources/aliasb.cur',
5202 '../webkit/glue/resources/cell.cur', 5231 '../webkit/glue/resources/cell.cur',
5203 '../webkit/glue/resources/col_resize.cur', 5232 '../webkit/glue/resources/col_resize.cur',
5204 '../webkit/glue/resources/copy.cur', 5233 '../webkit/glue/resources/copy.cur',
5205 '../webkit/glue/resources/row_resize.cur', 5234 '../webkit/glue/resources/row_resize.cur',
5206 '../webkit/glue/resources/vertical_text.cur', 5235 '../webkit/glue/resources/vertical_text.cur',
5207 '../webkit/glue/resources/zoom_in.cur', 5236 '../webkit/glue/resources/zoom_in.cur',
5208 '../webkit/glue/resources/zoom_out.cur', 5237 '../webkit/glue/resources/zoom_out.cur',
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
5535 }], 5564 }],
5536 # Windows-specific rules. 5565 # Windows-specific rules.
5537 ['OS=="win"', { 5566 ['OS=="win"', {
5538 'include_dirs': [ 5567 'include_dirs': [
5539 'third_party/wtl/include', 5568 'third_party/wtl/include',
5540 ], 5569 ],
5541 'dependencies': [ 5570 'dependencies': [
5542 'chrome_dll_version', 5571 'chrome_dll_version',
5543 'installer/installer.gyp:installer_util_strings', 5572 'installer/installer.gyp:installer_util_strings',
5544 '../views/views.gyp:views', 5573 '../views/views.gyp:views',
5574 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
5545 ], 5575 ],
5546 }], 5576 }],
5547 ], 5577 ],
5548 }, 5578 },
5549 { 5579 {
5550 # Shared library used by the in-proc browser tests. 5580 # Shared library used by the in-proc browser tests.
5551 'target_name': 'browser_tests_dll', 5581 'target_name': 'browser_tests_dll',
5552 'type': 'shared_library', 5582 'type': 'shared_library',
5553 'product_name': 'browser_tests', 5583 'product_name': 'browser_tests',
5554 'msvs_guid': 'D7589D0D-304E-4589-85A4-153B7D84B07F', 5584 'msvs_guid': 'D7589D0D-304E-4589-85A4-153B7D84B07F',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
5591 'app/chrome_dll_resource.h', 5621 'app/chrome_dll_resource.h',
5592 'app/chrome_dll_version.rc.version', 5622 'app/chrome_dll_version.rc.version',
5593 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', 5623 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc',
5594 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc ', 5624 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc ',
5595 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', 5625 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc',
5596 # browser_tests_sources and browser_tests_source_win_specific are 5626 # browser_tests_sources and browser_tests_source_win_specific are
5597 # defined in 'variables' at the top of the file. 5627 # defined in 'variables' at the top of the file.
5598 '<@(browser_tests_sources)', 5628 '<@(browser_tests_sources)',
5599 '<@(browser_tests_sources_win_specific)', 5629 '<@(browser_tests_sources_win_specific)',
5600 ], 5630 ],
5631 'conditions': [
5632 ['OS=="win"', {
5633 'dependencies': [
5634 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
5635 ],
5636 },],
5637 ],
5601 }, 5638 },
5602 { 5639 {
5603 # Executable that runs the browser tests in-process. 5640 # Executable that runs the browser tests in-process.
5604 'target_name': 'browser_tests', 5641 'target_name': 'browser_tests',
5605 'type': 'executable', 5642 'type': 'executable',
5606 'msvs_guid': '9B87804D-2502-480B-95AE-5A572CE91809', 5643 'msvs_guid': '9B87804D-2502-480B-95AE-5A572CE91809',
5607 'dependencies': [ 5644 'dependencies': [
5608 'browser_tests_dll', 5645 'browser_tests_dll',
5609 '../base/base.gyp:base', 5646 '../base/base.gyp:base',
5610 ], 5647 ],
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
5659 '../base/base.gyp:base', 5696 '../base/base.gyp:base',
5660 '../skia/skia.gyp:skia', 5697 '../skia/skia.gyp:skia',
5661 ], 5698 ],
5662 'include_dirs': [ 5699 'include_dirs': [
5663 '..', 5700 '..',
5664 ], 5701 ],
5665 'sources': [ 5702 'sources': [
5666 'tools/profiles/generate_profile.cc', 5703 'tools/profiles/generate_profile.cc',
5667 'tools/profiles/thumbnail-inl.h', 5704 'tools/profiles/thumbnail-inl.h',
5668 ], 5705 ],
5706 'conditions': [
5707 ['OS=="win"', {
5708 'dependencies': [
5709 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
5710 ],
5711 },],
5712 ],
5669 }, 5713 },
5670 { 5714 {
5671 'target_name': 'plugin_tests', 5715 'target_name': 'plugin_tests',
5672 'type': 'executable', 5716 'type': 'executable',
5673 'msvs_guid': 'A1CAA831-C507-4B2E-87F3-AEC63C9907F9', 5717 'msvs_guid': 'A1CAA831-C507-4B2E-87F3-AEC63C9907F9',
5674 'dependencies': [ 5718 'dependencies': [
5675 'chrome_resources', 5719 'chrome_resources',
5676 'chrome_strings', 5720 'chrome_strings',
5677 'security_tests', # run time dependency 5721 'security_tests', # run time dependency
5678 'test_support_common', 5722 'test_support_common',
5679 'test_support_ui', 5723 'test_support_ui',
5680 '../skia/skia.gyp:skia', 5724 '../skia/skia.gyp:skia',
5681 '../testing/gtest.gyp:gtest', 5725 '../testing/gtest.gyp:gtest',
5682 '../third_party/libxml/libxml.gyp:libxml', 5726 '../third_party/libxml/libxml.gyp:libxml',
5683 '../third_party/libxslt/libxslt.gyp:libxslt', 5727 '../third_party/libxslt/libxslt.gyp:libxslt',
5684 '../third_party/npapi/npapi.gyp:npapi', 5728 '../third_party/npapi/npapi.gyp:npapi',
5685 ], 5729 ],
5686 'include_dirs': [ 5730 'include_dirs': [
5687 '..', 5731 '..',
5688 'third_party/wtl/include', 5732 'third_party/wtl/include',
5689 ], 5733 ],
5690 'sources': [ 5734 'sources': [
5691 'test/plugin/plugin_test.cpp', 5735 'test/plugin/plugin_test.cpp',
5692 ], 5736 ],
5737 'conditions': [
5738 ['OS=="win"', {
5739 'dependencies': [
5740 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
5741 ],
5742 },],
5743 ],
5693 }, 5744 },
5694 { 5745 {
5695 'target_name': 'reliability_tests', 5746 'target_name': 'reliability_tests',
5696 'type': 'executable', 5747 'type': 'executable',
5697 'msvs_guid': '8A3E1774-1DE9-445C-982D-3EE37C8A752A', 5748 'msvs_guid': '8A3E1774-1DE9-445C-982D-3EE37C8A752A',
5698 'dependencies': [ 5749 'dependencies': [
5699 'test_support_common', 5750 'test_support_common',
5700 'test_support_ui', 5751 'test_support_ui',
5701 'theme_resources', 5752 'theme_resources',
5702 '../skia/skia.gyp:skia', 5753 '../skia/skia.gyp:skia',
5703 '../testing/gtest.gyp:gtest', 5754 '../testing/gtest.gyp:gtest',
5704 ], 5755 ],
5705 'include_dirs': [ 5756 'include_dirs': [
5706 '..', 5757 '..',
5707 ], 5758 ],
5708 'sources': [ 5759 'sources': [
5709 'test/reliability/page_load_test.cc', 5760 'test/reliability/page_load_test.cc',
5710 'test/reliability/page_load_test.h', 5761 'test/reliability/page_load_test.h',
5711 'test/reliability/reliability_test_suite.h', 5762 'test/reliability/reliability_test_suite.h',
5712 'test/reliability/run_all_unittests.cc', 5763 'test/reliability/run_all_unittests.cc',
5713 ], 5764 ],
5765 'conditions': [
5766 ['OS=="win"', {
5767 'dependencies': [
5768 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
5769 ],
5770 },],
5771 ],
5714 }, 5772 },
5715 { 5773 {
5716 'target_name': 'security_tests', 5774 'target_name': 'security_tests',
5717 'type': 'shared_library', 5775 'type': 'shared_library',
5718 'msvs_guid': 'E750512D-FC7C-4C98-BF04-0A0DAF882055', 5776 'msvs_guid': 'E750512D-FC7C-4C98-BF04-0A0DAF882055',
5719 'include_dirs': [ 5777 'include_dirs': [
5720 '..', 5778 '..',
5721 ], 5779 ],
5722 'sources': [ 5780 'sources': [
5723 'test/injection_test_dll.h', 5781 'test/injection_test_dll.h',
(...skipping 16 matching lines...) Expand all
5740 '../skia/skia.gyp:skia', 5798 '../skia/skia.gyp:skia',
5741 '../testing/gtest.gyp:gtest', 5799 '../testing/gtest.gyp:gtest',
5742 ], 5800 ],
5743 'include_dirs': [ 5801 'include_dirs': [
5744 '..', 5802 '..',
5745 'third_party/wtl/include', 5803 'third_party/wtl/include',
5746 ], 5804 ],
5747 'sources': [ 5805 'sources': [
5748 'test/selenium/selenium_test.cc', 5806 'test/selenium/selenium_test.cc',
5749 ], 5807 ],
5808 'conditions': [
5809 ['OS=="win"', {
5810 'dependencies': [
5811 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
5812 ],
5813 },],
5814 ],
5750 }, 5815 },
5751 { 5816 {
5752 'target_name': 'test_chrome_plugin', 5817 'target_name': 'test_chrome_plugin',
5753 'type': 'shared_library', 5818 'type': 'shared_library',
5754 'msvs_guid': '7F0A70F6-BE3F-4C19-B435-956AB8F30BA4', 5819 'msvs_guid': '7F0A70F6-BE3F-4C19-B435-956AB8F30BA4',
5755 'dependencies': [ 5820 'dependencies': [
5756 '../base/base.gyp:base', 5821 '../base/base.gyp:base',
5757 '../build/temp_gyp/googleurl.gyp:googleurl', 5822 '../build/temp_gyp/googleurl.gyp:googleurl',
5758 ], 5823 ],
5759 'include_dirs': [ 5824 'include_dirs': [
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
5842 # Use outputs of this action as inputs for the main target build. 5907 # Use outputs of this action as inputs for the main target build.
5843 # Seems as a misnomer but makes this happy on Linux (scons). 5908 # Seems as a misnomer but makes this happy on Linux (scons).
5844 'process_outputs_as_sources': 1, 5909 'process_outputs_as_sources': 1,
5845 }, 5910 },
5846 ], # 'actions' 5911 ], # 'actions'
5847 }, 5912 },
5848 ] 5913 ]
5849 }], 5914 }],
5850 ], # 'conditions' 5915 ], # 'conditions'
5851 } 5916 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698