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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2811037: Group plugins in about:plugins and show update link for out-of-date ones. (Closed) Base URL: git://codf21.jail.google.com/chromium.git
Patch Set: Fix some HTML issues. Created 10 years, 5 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'browser_tests_sources_views_specific': [ 7 'browser_tests_sources_views_specific': [
8 'browser/extensions/browser_action_test_util_views.cc', 8 'browser/extensions/browser_action_test_util_views.cc',
9 'browser/views/browser_actions_container_browsertest.cc', 9 'browser/views/browser_actions_container_browsertest.cc',
10 ], 10 ],
(...skipping 879 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 'browser/page_menu_model_unittest.cc', 890 'browser/page_menu_model_unittest.cc',
891 'browser/parsers/metadata_parser_filebase_unittest.cc', 891 'browser/parsers/metadata_parser_filebase_unittest.cc',
892 'browser/password_manager/encryptor_unittest.cc', 892 'browser/password_manager/encryptor_unittest.cc',
893 'browser/password_manager/login_database_unittest.cc', 893 'browser/password_manager/login_database_unittest.cc',
894 'browser/password_manager/password_form_data.cc', 894 'browser/password_manager/password_form_data.cc',
895 'browser/password_manager/password_form_manager_unittest.cc', 895 'browser/password_manager/password_form_manager_unittest.cc',
896 'browser/password_manager/password_manager_unittest.cc', 896 'browser/password_manager/password_manager_unittest.cc',
897 'browser/password_manager/password_store_default_unittest.cc', 897 'browser/password_manager/password_store_default_unittest.cc',
898 'browser/password_manager/password_store_mac_unittest.cc', 898 'browser/password_manager/password_store_mac_unittest.cc',
899 'browser/password_manager/password_store_win_unittest.cc', 899 'browser/password_manager/password_store_win_unittest.cc',
900 'browser/password_manager/password_store_x_unittest.cc', 900 'browser/plugin_updater_unittest.cc',
901 'browser/pref_member_unittest.cc', 901 'browser/pref_member_unittest.cc',
902 'browser/pref_service_unittest.cc', 902 'browser/pref_service_unittest.cc',
903 'browser/preferences_mock_mac.cc', 903 'browser/preferences_mock_mac.cc',
904 'browser/preferences_mock_mac.h', 904 'browser/preferences_mock_mac.h',
905 'browser/printing/print_dialog_cloud_unittest.cc', 905 'browser/printing/print_dialog_cloud_unittest.cc',
906 'browser/printing/print_job_unittest.cc', 906 'browser/printing/print_job_unittest.cc',
907 'browser/privacy_blacklist/blacklist_interceptor_unittest.cc', 907 'browser/privacy_blacklist/blacklist_interceptor_unittest.cc',
908 'browser/privacy_blacklist/blacklist_unittest.cc', 908 'browser/privacy_blacklist/blacklist_unittest.cc',
909 'browser/process_info_snapshot_mac_unittest.cc', 909 'browser/process_info_snapshot_mac_unittest.cc',
910 'browser/profile_manager_unittest.cc', 910 'browser/profile_manager_unittest.cc',
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
1515 'browser/chromeos/login/mock_authenticator.h', 1515 'browser/chromeos/login/mock_authenticator.h',
1516 'browser/chromeos/login/network_screen_browsertest.cc', 1516 'browser/chromeos/login/network_screen_browsertest.cc',
1517 'browser/chromeos/login/screen_locker_browsertest.cc', 1517 'browser/chromeos/login/screen_locker_browsertest.cc',
1518 'browser/chromeos/login/screen_locker_tester.cc', 1518 'browser/chromeos/login/screen_locker_tester.cc',
1519 'browser/chromeos/login/screen_locker_tester.h', 1519 'browser/chromeos/login/screen_locker_tester.h',
1520 'browser/chromeos/login/wizard_controller_browsertest.cc', 1520 'browser/chromeos/login/wizard_controller_browsertest.cc',
1521 'browser/chromeos/notifications/notification_browsertest.cc', 1521 'browser/chromeos/notifications/notification_browsertest.cc',
1522 'browser/chromeos/options/wifi_config_view_browsertest.cc', 1522 'browser/chromeos/options/wifi_config_view_browsertest.cc',
1523 'browser/chromeos/panels/panel_browsertest.cc', 1523 'browser/chromeos/panels/panel_browsertest.cc',
1524 'browser/chromeos/status/clock_menu_button_browsertest.cc', 1524 'browser/chromeos/status/clock_menu_button_browsertest.cc',
1525 'browser/chromeos/status/language_menu_button_browsertest.cc', 1525 'browser/chromeos/status/language_menu_button_browsertest.cc',
1526 'browser/chromeos/status/power_menu_button_browsertest.cc', 1526 'browser/chromeos/status/power_menu_button_browsertest.cc',
1527 ], 1527 ],
1528 }], 1528 }],
1529 ['OS=="linux" and toolkit_views==0', { 1529 ['OS=="linux" and toolkit_views==0', {
1530 'sources': [ 1530 'sources': [
1531 'browser/extensions/browser_action_test_util_gtk.cc', 1531 'browser/extensions/browser_action_test_util_gtk.cc',
1532 'browser/gtk/view_id_util_browsertest.cc', 1532 'browser/gtk/view_id_util_browsertest.cc',
1533 ], 1533 ],
1534 }], 1534 }],
1535 ['OS=="mac"', { 1535 ['OS=="mac"', {
(...skipping 911 matching lines...) Expand 10 before | Expand all | Expand 10 after
2447 # TODO(jrg): 2447 # TODO(jrg):
2448 # Technically I want inputs to be the list of 2448 # Technically I want inputs to be the list of
2449 # executables created in <@(_dependencies) but use of 2449 # executables created in <@(_dependencies) but use of
2450 # that variable lists the dep by dep name, not their 2450 # that variable lists the dep by dep name, not their
2451 # output executable name. 2451 # output executable name.
2452 # Is there a better way to force this action to run, always? 2452 # Is there a better way to force this action to run, always?
2453 # 2453 #
2454 # If a test bundle is added to this coverage_build target it 2454 # If a test bundle is added to this coverage_build target it
2455 # necessarily means this file (chrome_tests.gypi) is changed, 2455 # necessarily means this file (chrome_tests.gypi) is changed,
2456 # so the action is run (coverage_bundles.py is generated). 2456 # so the action is run (coverage_bundles.py is generated).
2457 # Exceptions to that rule are theoretically possible 2457 # Exceptions to that rule are theoretically possible
2458 # (e.g. re-gyp with a GYP_DEFINES set). 2458 # (e.g. re-gyp with a GYP_DEFINES set).
2459 # Else it's the same list of bundles as last time. They are 2459 # Else it's the same list of bundles as last time. They are
2460 # built (since on the deps list) but the action may not run. 2460 # built (since on the deps list) but the action may not run.
2461 # For now, things work, but it's less than ideal. 2461 # For now, things work, but it's less than ideal.
2462 'inputs': [ 'chrome_tests.gypi' ], 2462 'inputs': [ 'chrome_tests.gypi' ],
2463 'outputs': [ '<(PRODUCT_DIR)/coverage_bundles.py' ], 2463 'outputs': [ '<(PRODUCT_DIR)/coverage_bundles.py' ],
2464 'action_name': 'coverage_build', 2464 'action_name': 'coverage_build',
2465 'action': [ 'python', '-c', 2465 'action': [ 'python', '-c',
2466 'import os; ' 2466 'import os; '
2467 'f = open(' \ 2467 'f = open(' \
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
2517 ] 2517 ]
2518 }], # 'coverage!=0' 2518 }], # 'coverage!=0'
2519 ], # 'conditions' 2519 ], # 'conditions'
2520 } 2520 }
2521 2521
2522 # Local Variables: 2522 # Local Variables:
2523 # tab-width:2 2523 # tab-width:2
2524 # indent-tabs-mode:nil 2524 # indent-tabs-mode:nil
2525 # End: 2525 # End:
2526 # vim: set expandtab tabstop=2 shiftwidth=2: 2526 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698