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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2835018: Group plugins in about:plugins and show update link for out-of-date ones. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: Fix compile errors in unit test. 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 863 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 'browser/page_menu_model_unittest.cc', 874 'browser/page_menu_model_unittest.cc',
875 'browser/parsers/metadata_parser_filebase_unittest.cc', 875 'browser/parsers/metadata_parser_filebase_unittest.cc',
876 'browser/password_manager/encryptor_unittest.cc', 876 'browser/password_manager/encryptor_unittest.cc',
877 'browser/password_manager/login_database_unittest.cc', 877 'browser/password_manager/login_database_unittest.cc',
878 'browser/password_manager/password_form_data.cc', 878 'browser/password_manager/password_form_data.cc',
879 'browser/password_manager/password_form_manager_unittest.cc', 879 'browser/password_manager/password_form_manager_unittest.cc',
880 'browser/password_manager/password_manager_unittest.cc', 880 'browser/password_manager/password_manager_unittest.cc',
881 'browser/password_manager/password_store_default_unittest.cc', 881 'browser/password_manager/password_store_default_unittest.cc',
882 'browser/password_manager/password_store_mac_unittest.cc', 882 'browser/password_manager/password_store_mac_unittest.cc',
883 'browser/password_manager/password_store_win_unittest.cc', 883 'browser/password_manager/password_store_win_unittest.cc',
884 'browser/password_manager/password_store_x_unittest.cc', 884 'browser/plugin_updater_unittest.cc',
885 'browser/pref_member_unittest.cc', 885 'browser/pref_member_unittest.cc',
886 'browser/pref_service_unittest.cc', 886 'browser/pref_service_unittest.cc',
887 'browser/preferences_mock_mac.cc', 887 'browser/preferences_mock_mac.cc',
888 'browser/preferences_mock_mac.h', 888 'browser/preferences_mock_mac.h',
889 'browser/printing/print_dialog_cloud_unittest.cc', 889 'browser/printing/print_dialog_cloud_unittest.cc',
890 'browser/printing/print_job_unittest.cc', 890 'browser/printing/print_job_unittest.cc',
891 'browser/privacy_blacklist/blacklist_interceptor_unittest.cc', 891 'browser/privacy_blacklist/blacklist_interceptor_unittest.cc',
892 'browser/privacy_blacklist/blacklist_unittest.cc', 892 'browser/privacy_blacklist/blacklist_unittest.cc',
893 'browser/process_info_snapshot_mac_unittest.cc', 893 'browser/process_info_snapshot_mac_unittest.cc',
894 'browser/profile_manager_unittest.cc', 894 'browser/profile_manager_unittest.cc',
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
1492 'browser/chromeos/login/mock_authenticator.h', 1492 'browser/chromeos/login/mock_authenticator.h',
1493 'browser/chromeos/login/network_screen_browsertest.cc', 1493 'browser/chromeos/login/network_screen_browsertest.cc',
1494 'browser/chromeos/login/screen_locker_browsertest.cc', 1494 'browser/chromeos/login/screen_locker_browsertest.cc',
1495 'browser/chromeos/login/screen_locker_tester.cc', 1495 'browser/chromeos/login/screen_locker_tester.cc',
1496 'browser/chromeos/login/screen_locker_tester.h', 1496 'browser/chromeos/login/screen_locker_tester.h',
1497 'browser/chromeos/login/wizard_controller_browsertest.cc', 1497 'browser/chromeos/login/wizard_controller_browsertest.cc',
1498 'browser/chromeos/notifications/notification_browsertest.cc', 1498 'browser/chromeos/notifications/notification_browsertest.cc',
1499 'browser/chromeos/options/wifi_config_view_browsertest.cc', 1499 'browser/chromeos/options/wifi_config_view_browsertest.cc',
1500 'browser/chromeos/panels/panel_browsertest.cc', 1500 'browser/chromeos/panels/panel_browsertest.cc',
1501 'browser/chromeos/status/clock_menu_button_browsertest.cc', 1501 'browser/chromeos/status/clock_menu_button_browsertest.cc',
1502 'browser/chromeos/status/language_menu_button_browsertest.cc', 1502 'browser/chromeos/status/language_menu_button_browsertest.cc',
1503 'browser/chromeos/status/power_menu_button_browsertest.cc', 1503 'browser/chromeos/status/power_menu_button_browsertest.cc',
1504 ], 1504 ],
1505 }], 1505 }],
1506 ['OS=="linux" and toolkit_views==0', { 1506 ['OS=="linux" and toolkit_views==0', {
1507 'sources': [ 1507 'sources': [
1508 'browser/extensions/browser_action_test_util_gtk.cc', 1508 'browser/extensions/browser_action_test_util_gtk.cc',
1509 'browser/gtk/view_id_util_browsertest.cc', 1509 'browser/gtk/view_id_util_browsertest.cc',
1510 ], 1510 ],
1511 }], 1511 }],
1512 ['OS=="mac"', { 1512 ['OS=="mac"', {
(...skipping 972 matching lines...) Expand 10 before | Expand all | Expand 10 after
2485 # TODO(jrg): 2485 # TODO(jrg):
2486 # Technically I want inputs to be the list of 2486 # Technically I want inputs to be the list of
2487 # executables created in <@(_dependencies) but use of 2487 # executables created in <@(_dependencies) but use of
2488 # that variable lists the dep by dep name, not their 2488 # that variable lists the dep by dep name, not their
2489 # output executable name. 2489 # output executable name.
2490 # Is there a better way to force this action to run, always? 2490 # Is there a better way to force this action to run, always?
2491 # 2491 #
2492 # If a test bundle is added to this coverage_build target it 2492 # If a test bundle is added to this coverage_build target it
2493 # necessarily means this file (chrome_tests.gypi) is changed, 2493 # necessarily means this file (chrome_tests.gypi) is changed,
2494 # so the action is run (coverage_bundles.py is generated). 2494 # so the action is run (coverage_bundles.py is generated).
2495 # Exceptions to that rule are theoretically possible 2495 # Exceptions to that rule are theoretically possible
2496 # (e.g. re-gyp with a GYP_DEFINES set). 2496 # (e.g. re-gyp with a GYP_DEFINES set).
2497 # Else it's the same list of bundles as last time. They are 2497 # Else it's the same list of bundles as last time. They are
2498 # built (since on the deps list) but the action may not run. 2498 # built (since on the deps list) but the action may not run.
2499 # For now, things work, but it's less than ideal. 2499 # For now, things work, but it's less than ideal.
2500 'inputs': [ 'chrome_tests.gypi' ], 2500 'inputs': [ 'chrome_tests.gypi' ],
2501 'outputs': [ '<(PRODUCT_DIR)/coverage_bundles.py' ], 2501 'outputs': [ '<(PRODUCT_DIR)/coverage_bundles.py' ],
2502 'action_name': 'coverage_build', 2502 'action_name': 'coverage_build',
2503 'action': [ 'python', '-c', 2503 'action': [ 'python', '-c',
2504 'import os; ' 2504 'import os; '
2505 'f = open(' \ 2505 'f = open(' \
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
2555 ] 2555 ]
2556 }], # 'coverage!=0' 2556 }], # 'coverage!=0'
2557 ], # 'conditions' 2557 ], # 'conditions'
2558 } 2558 }
2559 2559
2560 # Local Variables: 2560 # Local Variables:
2561 # tab-width:2 2561 # tab-width:2
2562 # indent-tabs-mode:nil 2562 # indent-tabs-mode:nil
2563 # End: 2563 # End:
2564 # vim: set expandtab tabstop=2 shiftwidth=2: 2564 # 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