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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10913238: SPDY proxy authentication support. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 3 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1565 matching lines...) Expand 10 before | Expand all | Expand 10 after
1576 'browser/sessions/session_backend_unittest.cc', 1576 'browser/sessions/session_backend_unittest.cc',
1577 'browser/sessions/session_service_unittest.cc', 1577 'browser/sessions/session_service_unittest.cc',
1578 'browser/shell_integration_unittest.cc', 1578 'browser/shell_integration_unittest.cc',
1579 'browser/signin/signin_manager_unittest.cc', 1579 'browser/signin/signin_manager_unittest.cc',
1580 'browser/signin/signin_manager_fake.cc', 1580 'browser/signin/signin_manager_fake.cc',
1581 'browser/signin/signin_manager_fake.h', 1581 'browser/signin/signin_manager_fake.h',
1582 'browser/signin/signin_tracker_unittest.cc', 1582 'browser/signin/signin_tracker_unittest.cc',
1583 'browser/signin/token_service_unittest.cc', 1583 'browser/signin/token_service_unittest.cc',
1584 'browser/signin/token_service_unittest.h', 1584 'browser/signin/token_service_unittest.h',
1585 'browser/signin/ubertoken_fetcher_unittest.cc', 1585 'browser/signin/ubertoken_fetcher_unittest.cc',
1586 'browser/spdyproxy/http_auth_handler_spdyproxy_unittest.cc',
1586 'browser/speech/extension_api/tts_extension_api_controller_unittest.cc', 1587 'browser/speech/extension_api/tts_extension_api_controller_unittest.cc',
1587 'browser/speech/speech_recognition_bubble_controller_unittest.cc', 1588 'browser/speech/speech_recognition_bubble_controller_unittest.cc',
1588 'browser/spellchecker/spellcheck_platform_mac_unittest.cc', 1589 'browser/spellchecker/spellcheck_platform_mac_unittest.cc',
1589 'browser/spellchecker/spellcheck_profile_unittest.cc', 1590 'browser/spellchecker/spellcheck_profile_unittest.cc',
1590 'browser/spellchecker/spelling_service_client_unittest.cc', 1591 'browser/spellchecker/spelling_service_client_unittest.cc',
1591 'browser/status_icons/status_icon_unittest.cc', 1592 'browser/status_icons/status_icon_unittest.cc',
1592 'browser/status_icons/status_tray_unittest.cc', 1593 'browser/status_icons/status_tray_unittest.cc',
1593 'browser/sync/about_sync_util_unittest.cc', 1594 'browser/sync/about_sync_util_unittest.cc',
1594 'browser/sync/abstract_profile_sync_service_test.cc', 1595 'browser/sync/abstract_profile_sync_service_test.cc',
1595 'browser/sync/abstract_profile_sync_service_test.h', 1596 'browser/sync/abstract_profile_sync_service_test.h',
(...skipping 3166 matching lines...) Expand 10 before | Expand all | Expand 10 after
4762 '--result', '<@(_outputs)', 4763 '--result', '<@(_outputs)',
4763 '--isolate', 'browser_tests.isolate', 4764 '--isolate', 'browser_tests.isolate',
4764 ], 4765 ],
4765 }, 4766 },
4766 ], 4767 ],
4767 }, 4768 },
4768 ], 4769 ],
4769 }], 4770 }],
4770 ], # 'conditions' 4771 ], # 'conditions'
4771 } 4772 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698