OLD | NEW |
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 # Define the common dependencies that contain all the actual | 8 # Define the common dependencies that contain all the actual |
9 # Chromium functionality. This list gets pulled in below by | 9 # Chromium functionality. This list gets pulled in below by |
10 # the link of the actual chrome (or chromium) executable on | 10 # the link of the actual chrome (or chromium) executable on |
(...skipping 3636 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3647 '../views/views.gyp:views', | 3647 '../views/views.gyp:views', |
3648 ], | 3648 ], |
3649 }], | 3649 }], |
3650 ], | 3650 ], |
3651 }, | 3651 }, |
3652 { | 3652 { |
3653 'target_name': 'tab_switching_test', | 3653 'target_name': 'tab_switching_test', |
3654 'type': 'executable', | 3654 'type': 'executable', |
3655 'msvs_guid': 'A34770EA-A574-43E8-9327-F79C04770E98', | 3655 'msvs_guid': 'A34770EA-A574-43E8-9327-F79C04770E98', |
3656 'dependencies': [ | 3656 'dependencies': [ |
| 3657 'app', |
3657 'test_support_common', | 3658 'test_support_common', |
3658 'test_support_ui', | 3659 'test_support_ui', |
3659 'theme_resources', | 3660 'theme_resources', |
3660 '../skia/skia.gyp:skia', | 3661 '../skia/skia.gyp:skia', |
3661 '../testing/gtest.gyp:gtest', | 3662 '../testing/gtest.gyp:gtest', |
3662 'app', | |
3663 ], | 3663 ], |
3664 'include_dirs': [ | 3664 'include_dirs': [ |
3665 '..', | 3665 '..', |
3666 ], | 3666 ], |
3667 'sources': [ | 3667 'sources': [ |
3668 'test/tab_switching/tab_switching_test.cc', | 3668 'test/tab_switching/tab_switching_test.cc', |
3669 ], | 3669 ], |
3670 'conditions': [ | 3670 'conditions': [ |
3671 ['OS=="linux"', { | 3671 ['OS=="linux"', { |
3672 'dependencies': [ | 3672 'dependencies': [ |
3673 '../build/linux/system.gyp:gtk', | 3673 '../build/linux/system.gyp:gtk', |
3674 ], | 3674 ], |
3675 }], | 3675 }], |
3676 ], | 3676 ], |
3677 }, | 3677 }, |
| 3678 { |
| 3679 'target_name': 'memory_test', |
| 3680 'type': 'executable', |
| 3681 'msvs_guid': 'A5F831FD-9B9C-4FEF-9FBA-554817B734CE', |
| 3682 'dependencies': [ |
| 3683 'app', |
| 3684 'test_support_common', |
| 3685 'test_support_ui', |
| 3686 'theme_resources', |
| 3687 '../skia/skia.gyp:skia', |
| 3688 '../testing/gtest.gyp:gtest', |
| 3689 ], |
| 3690 'include_dirs': [ |
| 3691 '..', |
| 3692 ], |
| 3693 'sources': [ |
| 3694 'test/memory_test/memory_test.cc', |
| 3695 ], |
| 3696 'conditions': [ |
| 3697 ['OS=="linux"', { |
| 3698 'dependencies': [ |
| 3699 '../build/linux/system.gyp:gtk', |
| 3700 ], |
| 3701 }], |
| 3702 ], |
| 3703 }, |
3678 ], | 3704 ], |
3679 'conditions': [ | 3705 'conditions': [ |
3680 # We set feature variables so the different parts that need to check for | 3706 # We set feature variables so the different parts that need to check for |
3681 # the mac build use of breakpad/keystone, check that flag instead of coding | 3707 # the mac build use of breakpad/keystone, check that flag instead of coding |
3682 # it based on branding. | 3708 # it based on branding. |
3683 # We need the Mac app name on disk, so we stick this into a variable so | 3709 # We need the Mac app name on disk, so we stick this into a variable so |
3684 # the different places that need it can use the common variable. | 3710 # the different places that need it can use the common variable. |
3685 # NOTE: chrome/app/theme/chromium/BRANDING and | 3711 # NOTE: chrome/app/theme/chromium/BRANDING and |
3686 # chrome/app/theme/google_chrome/BRANDING have the short names, etc.; | 3712 # chrome/app/theme/google_chrome/BRANDING have the short names, etc.; |
3687 # but extracting from there still means xcodeproject are out of date until | 3713 # but extracting from there still means xcodeproject are out of date until |
(...skipping 697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4385 'msvs_precompiled_source': 'tools/build/win/precompiled_wtl.cc', | 4411 'msvs_precompiled_source': 'tools/build/win/precompiled_wtl.cc', |
4386 'msvs_settings': { | 4412 'msvs_settings': { |
4387 'VCLinkerTool': { | 4413 'VCLinkerTool': { |
4388 'LinkIncremental': '1', # /INCREMENTAL:NO | 4414 'LinkIncremental': '1', # /INCREMENTAL:NO |
4389 }, | 4415 }, |
4390 }, | 4416 }, |
4391 }, | 4417 }, |
4392 }, | 4418 }, |
4393 }, | 4419 }, |
4394 { | 4420 { |
4395 'target_name': 'memory_test', | |
4396 'type': 'executable', | |
4397 'msvs_guid': 'A5F831FD-9B9C-4FEF-9FBA-554817B734CE', | |
4398 'dependencies': [ | |
4399 'test_support_common', | |
4400 'test_support_ui', | |
4401 'theme_resources', | |
4402 '../skia/skia.gyp:skia', | |
4403 '../testing/gtest.gyp:gtest', | |
4404 ], | |
4405 'include_dirs': [ | |
4406 '..', | |
4407 ], | |
4408 'sources': [ | |
4409 'test/memory_test/memory_test.cc', | |
4410 ], | |
4411 }, | |
4412 { | |
4413 'target_name': 'plugin_tests', | 4421 'target_name': 'plugin_tests', |
4414 'type': 'executable', | 4422 'type': 'executable', |
4415 'msvs_guid': 'A1CAA831-C507-4B2E-87F3-AEC63C9907F9', | 4423 'msvs_guid': 'A1CAA831-C507-4B2E-87F3-AEC63C9907F9', |
4416 'dependencies': [ | 4424 'dependencies': [ |
4417 'chrome_resources', | 4425 'chrome_resources', |
4418 'chrome_strings', | 4426 'chrome_strings', |
4419 'test_support_common', | 4427 'test_support_common', |
4420 'test_support_ui', | 4428 'test_support_ui', |
4421 '../skia/skia.gyp:skia', | 4429 '../skia/skia.gyp:skia', |
4422 '../testing/gtest.gyp:gtest', | 4430 '../testing/gtest.gyp:gtest', |
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4652 # Use outputs of this action as inputs for the main target build. | 4660 # Use outputs of this action as inputs for the main target build. |
4653 # Seems as a misnomer but makes this happy on Linux (scons). | 4661 # Seems as a misnomer but makes this happy on Linux (scons). |
4654 'process_outputs_as_sources': 1, | 4662 'process_outputs_as_sources': 1, |
4655 }, | 4663 }, |
4656 ], # 'actions' | 4664 ], # 'actions' |
4657 }, | 4665 }, |
4658 ] | 4666 ] |
4659 }], | 4667 }], |
4660 ], # 'conditions' | 4668 ], # 'conditions' |
4661 } | 4669 } |
OLD | NEW |