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

Side by Side Diff: chrome/chrome.gyp

Issue 267048: Remove the base_gfx project since it no longer has an external dependencies.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 | « base/base.gyp ('k') | courgette/courgette.gyp » ('j') | 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 'variables': { 9 'variables': {
10 'version_py_path': 'tools/build/version.py', 10 'version_py_path': 'tools/build/version.py',
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 'target_name': 'common', 471 'target_name': 'common',
472 'type': '<(library)', 472 'type': '<(library)',
473 'msvs_guid': '899F1280-3441-4D1F-BA04-CCD6208D9146', 473 'msvs_guid': '899F1280-3441-4D1F-BA04-CCD6208D9146',
474 'dependencies': [ 474 'dependencies': [
475 'common_constants', 475 'common_constants',
476 'chrome_resources', 476 'chrome_resources',
477 'chrome_strings', 477 'chrome_strings',
478 'theme_resources', 478 'theme_resources',
479 '../app/app.gyp:app_base', 479 '../app/app.gyp:app_base',
480 '../base/base.gyp:base', 480 '../base/base.gyp:base',
481 '../base/base.gyp:base_gfx', 481 '../base/base.gyp:base_i18n',
482 '../build/temp_gyp/googleurl.gyp:googleurl', 482 '../build/temp_gyp/googleurl.gyp:googleurl',
483 '../ipc/ipc.gyp:ipc', 483 '../ipc/ipc.gyp:ipc',
484 '../net/net.gyp:net', 484 '../net/net.gyp:net',
485 '../net/net.gyp:net_resources', 485 '../net/net.gyp:net_resources',
486 '../skia/skia.gyp:skia', 486 '../skia/skia.gyp:skia',
487 '../third_party/icu/icu.gyp:icui18n', 487 '../third_party/icu/icu.gyp:icui18n',
488 '../third_party/icu/icu.gyp:icuuc', 488 '../third_party/icu/icu.gyp:icuuc',
489 '../third_party/libxml/libxml.gyp:libxml', 489 '../third_party/libxml/libxml.gyp:libxml',
490 '../third_party/sqlite/sqlite.gyp:sqlite', 490 '../third_party/sqlite/sqlite.gyp:sqlite',
491 '../third_party/zlib/zlib.gyp:zlib', 491 '../third_party/zlib/zlib.gyp:zlib',
(...skipping 4163 matching lines...) Expand 10 before | Expand all | Expand 10 after
4655 '../third_party/libjingle/libjingle.gyp:libjingle', 4655 '../third_party/libjingle/libjingle.gyp:libjingle',
4656 '../third_party/sqlite/sqlite.gyp:sqlite', 4656 '../third_party/sqlite/sqlite.gyp:sqlite',
4657 'common', 4657 'common',
4658 'notifier', 4658 'notifier',
4659 'sync', 4659 'sync',
4660 'sync_proto', 4660 'sync_proto',
4661 ], 4661 ],
4662 }], 4662 }],
4663 ], 4663 ],
4664 }, 4664 },
4665 r
4665 { 4666 {
4666 'target_name': 'page_cycler_tests', 4667 'target_name': 'page_cycler_tests',
4667 'type': 'executable', 4668 'type': 'executable',
4668 'msvs_guid': 'C9E0BD1D-B175-4A91-8380-3FDC81FAB9D7', 4669 'msvs_guid': 'C9E0BD1D-B175-4A91-8380-3FDC81FAB9D7',
4669 'dependencies': [ 4670 'dependencies': [
4670 'chrome', 4671 'chrome',
4671 'chrome_resources', 4672 'chrome_resources',
4672 'chrome_strings', 4673 'chrome_strings',
4673 'debugger', 4674 'debugger',
4674 'test_support_common', 4675 'test_support_common',
(...skipping 22 matching lines...) Expand all
4697 { 4698 {
4698 'target_name': 'tab_switching_test', 4699 'target_name': 'tab_switching_test',
4699 'type': 'executable', 4700 'type': 'executable',
4700 'msvs_guid': 'A34770EA-A574-43E8-9327-F79C04770E98', 4701 'msvs_guid': 'A34770EA-A574-43E8-9327-F79C04770E98',
4701 'dependencies': [ 4702 'dependencies': [
4702 'chrome', 4703 'chrome',
4703 'debugger', 4704 'debugger',
4704 'test_support_common', 4705 'test_support_common',
4705 'test_support_ui', 4706 'test_support_ui',
4706 'theme_resources', 4707 'theme_resources',
4708 '../base/base.gyp:base',
4707 '../skia/skia.gyp:skia', 4709 '../skia/skia.gyp:skia',
4708 '../testing/gtest.gyp:gtest', 4710 '../testing/gtest.gyp:gtest',
4709 ], 4711 ],
4710 'include_dirs': [ 4712 'include_dirs': [
4711 '..', 4713 '..',
4712 ], 4714 ],
4713 'sources': [ 4715 'sources': [
4714 'test/tab_switching/tab_switching_test.cc', 4716 'test/tab_switching/tab_switching_test.cc',
4715 ], 4717 ],
4716 'conditions': [ 4718 'conditions': [
(...skipping 13 matching lines...) Expand all
4730 { 4732 {
4731 'target_name': 'memory_test', 4733 'target_name': 'memory_test',
4732 'type': 'executable', 4734 'type': 'executable',
4733 'msvs_guid': 'A5F831FD-9B9C-4FEF-9FBA-554817B734CE', 4735 'msvs_guid': 'A5F831FD-9B9C-4FEF-9FBA-554817B734CE',
4734 'dependencies': [ 4736 'dependencies': [
4735 'chrome', 4737 'chrome',
4736 'debugger', 4738 'debugger',
4737 'test_support_common', 4739 'test_support_common',
4738 'test_support_ui', 4740 'test_support_ui',
4739 'theme_resources', 4741 'theme_resources',
4742 '../base/base.gyp:base',
4740 '../skia/skia.gyp:skia', 4743 '../skia/skia.gyp:skia',
4741 '../testing/gtest.gyp:gtest', 4744 '../testing/gtest.gyp:gtest',
4742 ], 4745 ],
4743 'include_dirs': [ 4746 'include_dirs': [
4744 '..', 4747 '..',
4745 ], 4748 ],
4746 'sources': [ 4749 'sources': [
4747 'test/memory_test/memory_test.cc', 4750 'test/memory_test/memory_test.cc',
4748 ], 4751 ],
4749 'conditions': [ 4752 'conditions': [
4750 ['OS=="linux"', { 4753 ['OS=="linux"', {
4751 'dependencies': [ 4754 'dependencies': [
4752 '../build/linux/system.gyp:gtk', 4755 '../build/linux/system.gyp:gtk',
4753 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 4756 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
4754 ], 4757 ],
4755 }], 4758 }],
4756 ], 4759 ],
4757 }, 4760 },
4758 { 4761 {
4759 'target_name': 'url_fetch_test', 4762 'target_name': 'url_fetch_test',
4760 'type': 'executable', 4763 'type': 'executable',
4761 'msvs_guid': '7EFD0C91-198E-4043-9E71-4A4C7879B929', 4764 'msvs_guid': '7EFD0C91-198E-4043-9E71-4A4C7879B929',
4762 'dependencies': [ 4765 'dependencies': [
4763 'chrome', 4766 'chrome',
4764 'debugger', 4767 'debugger',
4765 'test_support_common', 4768 'test_support_common',
4766 'test_support_ui', 4769 'test_support_ui',
4767 'theme_resources', 4770 'theme_resources',
4771 '../base/base.gyp:base',
4768 '../net/net.gyp:net', 4772 '../net/net.gyp:net',
4769 '../skia/skia.gyp:skia', 4773 '../skia/skia.gyp:skia',
4770 '../testing/gtest.gyp:gtest', 4774 '../testing/gtest.gyp:gtest',
4771 ], 4775 ],
4772 'include_dirs': [ 4776 'include_dirs': [
4773 '..', 4777 '..',
4774 ], 4778 ],
4775 'sources': [ 4779 'sources': [
4776 'test/url_fetch_test/url_fetch_test.cc', 4780 'test/url_fetch_test/url_fetch_test.cc',
4777 ], 4781 ],
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
5402 }, 5406 },
5403 ], # targets 5407 ], # targets
5404 }, { # else: OS != "mac" 5408 }, { # else: OS != "mac"
5405 'targets': [ 5409 'targets': [
5406 { 5410 {
5407 'target_name': 'convert_dict', 5411 'target_name': 'convert_dict',
5408 'type': 'executable', 5412 'type': 'executable',
5409 'msvs_guid': '42ECD5EC-722F-41DE-B6B8-83764C8016DF', 5413 'msvs_guid': '42ECD5EC-722F-41DE-B6B8-83764C8016DF',
5410 'dependencies': [ 5414 'dependencies': [
5411 '../base/base.gyp:base', 5415 '../base/base.gyp:base',
5416 '../base/base.gyp:base_i18n',
5412 'convert_dict_lib', 5417 'convert_dict_lib',
5413 '../third_party/hunspell/hunspell.gyp:hunspell', 5418 '../third_party/hunspell/hunspell.gyp:hunspell',
5414 ], 5419 ],
5415 'sources': [ 5420 'sources': [
5416 'tools/convert_dict/convert_dict.cc', 5421 'tools/convert_dict/convert_dict.cc',
5417 ], 5422 ],
5418 }, 5423 },
5419 { 5424 {
5420 'target_name': 'convert_dict_lib', 5425 'target_name': 'convert_dict_lib',
5421 'product_name': 'convert_dict', 5426 'product_name': 'convert_dict',
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
5768 'target_name': 'browser_tests', 5773 'target_name': 'browser_tests',
5769 'type': 'executable', 5774 'type': 'executable',
5770 'dependencies': [ 5775 'dependencies': [
5771 'browser', 5776 'browser',
5772 'chrome', 5777 'chrome',
5773 'chrome_resources', 5778 'chrome_resources',
5774 'chrome_strings', 5779 'chrome_strings',
5775 'debugger', 5780 'debugger',
5776 'test_support_common', 5781 'test_support_common',
5777 '../app/app.gyp:app_base', 5782 '../app/app.gyp:app_base',
5783 '../base/base.gyp:base',
5784 '../base/base.gyp:base_i18n',
5778 '../base/base.gyp:test_support_base', 5785 '../base/base.gyp:test_support_base',
5779 '../skia/skia.gyp:skia', 5786 '../skia/skia.gyp:skia',
5780 '../testing/gtest.gyp:gtest', 5787 '../testing/gtest.gyp:gtest',
5781 '../third_party/icu/icu.gyp:icui18n', 5788 '../third_party/icu/icu.gyp:icui18n',
5782 '../third_party/icu/icu.gyp:icuuc', 5789 '../third_party/icu/icu.gyp:icuuc',
5783 ], 5790 ],
5784 'include_dirs': [ 5791 'include_dirs': [
5785 '..', 5792 '..',
5786 ], 5793 ],
5787 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], 5794 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ],
(...skipping 1108 matching lines...) Expand 10 before | Expand all | Expand 10 after
6896 ], # targets when chrome_personalization==1 6903 ], # targets when chrome_personalization==1
6897 }], 6904 }],
6898 ], # 'conditions' 6905 ], # 'conditions'
6899 } 6906 }
6900 6907
6901 # Local Variables: 6908 # Local Variables:
6902 # tab-width:2 6909 # tab-width:2
6903 # indent-tabs-mode:nil 6910 # indent-tabs-mode:nil
6904 # End: 6911 # End:
6905 # vim: set expandtab tabstop=2 shiftwidth=2: 6912 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | courgette/courgette.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698