| 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 652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 663 'browser/automation/automation_resource_message_filter.cc', | 663 'browser/automation/automation_resource_message_filter.cc', |
| 664 'browser/automation/automation_resource_message_filter.h', | 664 'browser/automation/automation_resource_message_filter.h', |
| 665 'browser/automation/automation_resource_tracker.cc', | 665 'browser/automation/automation_resource_tracker.cc', |
| 666 'browser/automation/automation_resource_tracker.h', | 666 'browser/automation/automation_resource_tracker.h', |
| 667 'browser/automation/automation_tab_tracker.h', | 667 'browser/automation/automation_tab_tracker.h', |
| 668 'browser/automation/url_request_automation_job.cc', | 668 'browser/automation/url_request_automation_job.cc', |
| 669 'browser/automation/url_request_automation_job.h', | 669 'browser/automation/url_request_automation_job.h', |
| 670 'browser/automation/automation_window_tracker.h', | 670 'browser/automation/automation_window_tracker.h', |
| 671 'browser/automation/extension_port_container.cc', | 671 'browser/automation/extension_port_container.cc', |
| 672 'browser/automation/extension_port_container.h', | 672 'browser/automation/extension_port_container.h', |
| 673 'browser/automation/ui_controls.cc', | 673 'browser/automation/ui_controls_linux.cc', |
| 674 'browser/automation/ui_controls_win.cc', |
| 674 'browser/automation/ui_controls.h', | 675 'browser/automation/ui_controls.h', |
| 675 'browser/back_forward_menu_model.cc', | 676 'browser/back_forward_menu_model.cc', |
| 676 'browser/back_forward_menu_model.h', | 677 'browser/back_forward_menu_model.h', |
| 677 'browser/back_forward_menu_model_views.cc', | 678 'browser/back_forward_menu_model_views.cc', |
| 678 'browser/back_forward_menu_model_views.h', | 679 'browser/back_forward_menu_model_views.h', |
| 679 'browser/blocked_popup_container.cc', | 680 'browser/blocked_popup_container.cc', |
| 680 'browser/blocked_popup_container.h', | 681 'browser/blocked_popup_container.h', |
| 681 'browser/bookmarks/bookmark_codec.cc', | 682 'browser/bookmarks/bookmark_codec.cc', |
| 682 'browser/bookmarks/bookmark_codec.h', | 683 'browser/bookmarks/bookmark_codec.h', |
| 683 'browser/bookmarks/bookmark_context_menu_controller.cc', | 684 'browser/bookmarks/bookmark_context_menu_controller.cc', |
| (...skipping 1744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2428 ['include', 'browser/views/tabs/tab_overview_message_listener.cc
'], | 2429 ['include', 'browser/views/tabs/tab_overview_message_listener.cc
'], |
| 2429 ['include', 'browser/views/tabs/tab_overview_message_listener.h'
], | 2430 ['include', 'browser/views/tabs/tab_overview_message_listener.h'
], |
| 2430 ['include', 'browser/views/tabs/tab_overview_types.cc'], | 2431 ['include', 'browser/views/tabs/tab_overview_types.cc'], |
| 2431 ['include', 'browser/views/tabs/tab_overview_types.h'], | 2432 ['include', 'browser/views/tabs/tab_overview_types.h'], |
| 2432 ], | 2433 ], |
| 2433 }], | 2434 }], |
| 2434 ], | 2435 ], |
| 2435 # Exclude files that should be excluded for all non-Windows platforms. | 2436 # Exclude files that should be excluded for all non-Windows platforms. |
| 2436 'sources!': [ | 2437 'sources!': [ |
| 2437 'browser/autocomplete/autocomplete_accessibility.cc', | 2438 'browser/autocomplete/autocomplete_accessibility.cc', |
| 2438 'browser/automation/ui_controls.cc', | |
| 2439 'browser/bookmarks/bookmark_menu_controller.cc', | 2439 'browser/bookmarks/bookmark_menu_controller.cc', |
| 2440 'browser/bookmarks/bookmark_menu_controller.h', | 2440 'browser/bookmarks/bookmark_menu_controller.h', |
| 2441 'browser/browser_accessibility.cc', | 2441 'browser/browser_accessibility.cc', |
| 2442 'browser/browser_accessibility_manager.cc', | 2442 'browser/browser_accessibility_manager.cc', |
| 2443 'browser/extensions/extension_creator.cc', | 2443 'browser/extensions/extension_creator.cc', |
| 2444 'browser/dom_ui/html_dialog_contents.cc', | 2444 'browser/dom_ui/html_dialog_contents.cc', |
| 2445 'browser/encoding_menu_controller_delegate.cc', | 2445 'browser/encoding_menu_controller_delegate.cc', |
| 2446 'browser/external_tab_container.cc', | 2446 'browser/external_tab_container.cc', |
| 2447 'browser/google_update.cc', | 2447 'browser/google_update.cc', |
| 2448 'browser/history/history_indexer.idl', | 2448 'browser/history/history_indexer.idl', |
| (...skipping 1022 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3471 ['OS=="linux"', { | 3471 ['OS=="linux"', { |
| 3472 'dependencies': [ | 3472 'dependencies': [ |
| 3473 # Needed for the following #include chain: | 3473 # Needed for the following #include chain: |
| 3474 # test/unit/run_all_unittests.cc | 3474 # test/unit/run_all_unittests.cc |
| 3475 # test/unit/chrome_test_suite.h | 3475 # test/unit/chrome_test_suite.h |
| 3476 # gtk/gtk.h | 3476 # gtk/gtk.h |
| 3477 '../build/linux/system.gyp:gtk', | 3477 '../build/linux/system.gyp:gtk', |
| 3478 ], | 3478 ], |
| 3479 }], | 3479 }], |
| 3480 ], | 3480 ], |
| 3481 }, |
| 3482 { |
| 3483 'target_name': 'automated_ui_tests', |
| 3484 'type': 'executable', |
| 3485 'msvs_guid': 'D2250C20-3A94-4FB9-AF73-11BC5B73884B', |
| 3486 'dependencies': [ |
| 3487 'browser', |
| 3488 'renderer', |
| 3489 'test_support_common', |
| 3490 'test_support_ui', |
| 3491 'theme_resources', |
| 3492 '../base/base.gyp:base', |
| 3493 '../skia/skia.gyp:skia', |
| 3494 '../third_party/libxml/libxml.gyp:libxml', |
| 3495 '../testing/gtest.gyp:gtest', |
| 3496 ], |
| 3497 'include_dirs': [ |
| 3498 '..', |
| 3499 ], |
| 3500 'sources': [ |
| 3501 'test/automated_ui_tests/automated_ui_tests.cc', |
| 3502 'test/automated_ui_tests/automated_ui_tests.h', |
| 3503 |
| 3504 'tools/build/win/precompiled_wtl.h', |
| 3505 'tools/build/win/precompiled_wtl.cc', |
| 3506 ], |
| 3507 'conditions': [ |
| 3508 ['OS=="win"', { |
| 3509 'include_dirs': [ |
| 3510 'third_party/wtl/include', |
| 3511 ], |
| 3512 'configurations': { |
| 3513 'Debug': { |
| 3514 'msvs_precompiled_header': 'tools/build/win/precompiled_wtl.h', |
| 3515 'msvs_precompiled_source': 'tools/build/win/precompiled_wtl.cc', |
| 3516 }, |
| 3517 }, |
| 3518 }], |
| 3519 ], |
| 3481 }, | 3520 }, |
| 3482 { | 3521 { |
| 3483 'target_name': 'ui_tests', | 3522 'target_name': 'ui_tests', |
| 3484 'type': 'executable', | 3523 'type': 'executable', |
| 3485 'msvs_guid': '76235B67-1C27-4627-8A33-4B2E1EF93EDE', | 3524 'msvs_guid': '76235B67-1C27-4627-8A33-4B2E1EF93EDE', |
| 3486 'dependencies': [ | 3525 'dependencies': [ |
| 3487 'chrome', | 3526 'chrome', |
| 3488 'browser', | 3527 'browser', |
| 3489 'debugger', | 3528 'debugger', |
| 3490 'common', | 3529 'common', |
| (...skipping 1397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4888 'test/activex_test_control/activex_test_control.rgs', | 4927 'test/activex_test_control/activex_test_control.rgs', |
| 4889 'test/activex_test_control/chrome_test_control.bmp', | 4928 'test/activex_test_control/chrome_test_control.bmp', |
| 4890 'test/activex_test_control/chrome_test_control.cc', | 4929 'test/activex_test_control/chrome_test_control.cc', |
| 4891 'test/activex_test_control/chrome_test_control.h', | 4930 'test/activex_test_control/chrome_test_control.h', |
| 4892 'test/activex_test_control/chrome_test_control.rgs', | 4931 'test/activex_test_control/chrome_test_control.rgs', |
| 4893 'test/activex_test_control/chrome_test_control_cp.h', | 4932 'test/activex_test_control/chrome_test_control_cp.h', |
| 4894 'test/activex_test_control/resource.h', | 4933 'test/activex_test_control/resource.h', |
| 4895 ], | 4934 ], |
| 4896 }, | 4935 }, |
| 4897 { | 4936 { |
| 4898 'target_name': 'automated_ui_tests', | |
| 4899 'type': 'executable', | |
| 4900 'msvs_guid': 'D2250C20-3A94-4FB9-AF73-11BC5B73884B', | |
| 4901 'dependencies': [ | |
| 4902 'browser', | |
| 4903 'renderer', | |
| 4904 'test_support_common', | |
| 4905 'test_support_ui', | |
| 4906 'theme_resources', | |
| 4907 '../base/base.gyp:base', | |
| 4908 '../skia/skia.gyp:skia', | |
| 4909 '../third_party/libxml/libxml.gyp:libxml', | |
| 4910 '../testing/gtest.gyp:gtest', | |
| 4911 ], | |
| 4912 'include_dirs': [ | |
| 4913 '..', | |
| 4914 'third_party/wtl/include', | |
| 4915 ], | |
| 4916 'sources': [ | |
| 4917 'test/automated_ui_tests/automated_ui_tests.cc', | |
| 4918 'test/automated_ui_tests/automated_ui_tests.h', | |
| 4919 'tools/build/win/precompiled_wtl.h', | |
| 4920 'tools/build/win/precompiled_wtl.cc', | |
| 4921 ], | |
| 4922 'configurations': { | |
| 4923 'Debug': { | |
| 4924 'msvs_precompiled_header': 'tools/build/win/precompiled_wtl.h', | |
| 4925 'msvs_precompiled_source': 'tools/build/win/precompiled_wtl.cc', | |
| 4926 }, | |
| 4927 }, | |
| 4928 }, | |
| 4929 { | |
| 4930 'target_name': 'automation', | 4937 'target_name': 'automation', |
| 4931 'type': '<(library)', | 4938 'type': '<(library)', |
| 4932 'msvs_guid': '1556EF78-C7E6-43C8-951F-F6B43AC0DD12', | 4939 'msvs_guid': '1556EF78-C7E6-43C8-951F-F6B43AC0DD12', |
| 4933 'dependencies': [ | 4940 'dependencies': [ |
| 4934 'theme_resources', | 4941 'theme_resources', |
| 4935 '../skia/skia.gyp:skia', | 4942 '../skia/skia.gyp:skia', |
| 4936 ], | 4943 ], |
| 4937 'include_dirs': [ | 4944 'include_dirs': [ |
| 4938 '..', | 4945 '..', |
| 4939 ], | 4946 ], |
| (...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5435 # Use outputs of this action as inputs for the main target build. | 5442 # Use outputs of this action as inputs for the main target build. |
| 5436 # Seems as a misnomer but makes this happy on Linux (scons). | 5443 # Seems as a misnomer but makes this happy on Linux (scons). |
| 5437 'process_outputs_as_sources': 1, | 5444 'process_outputs_as_sources': 1, |
| 5438 }, | 5445 }, |
| 5439 ], # 'actions' | 5446 ], # 'actions' |
| 5440 }, | 5447 }, |
| 5441 ] | 5448 ] |
| 5442 }], | 5449 }], |
| 5443 ], # 'conditions' | 5450 ], # 'conditions' |
| 5444 } | 5451 } |
| OLD | NEW |