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

Side by Side Diff: chrome/chrome.gyp

Issue 174179: Mock the LinkDoctor for tests. Should greatly decrease ErrorPage test flakiness. (Closed)
Patch Set: sync with trunk Created 11 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
« no previous file with comments | « chrome/browser/tab_contents/tab_contents.cc ('k') | chrome/test/data/mock-link-doctor.html » ('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 # Define the common dependencies that contain all the actual 9 # Define the common dependencies that contain all the actual
10 # Chromium functionality. This list gets pulled in below by 10 # Chromium functionality. This list gets pulled in below by
(...skipping 1566 matching lines...) Expand 10 before | Expand all | Expand 10 after
1577 'browser/net/url_fetcher_protect.cc', 1577 'browser/net/url_fetcher_protect.cc',
1578 'browser/net/url_fetcher_protect.h', 1578 'browser/net/url_fetcher_protect.h',
1579 'browser/net/url_fixer_upper.cc', 1579 'browser/net/url_fixer_upper.cc',
1580 'browser/net/url_fixer_upper.h', 1580 'browser/net/url_fixer_upper.h',
1581 'browser/net/url_request_failed_dns_job.cc', 1581 'browser/net/url_request_failed_dns_job.cc',
1582 'browser/net/url_request_failed_dns_job.h', 1582 'browser/net/url_request_failed_dns_job.h',
1583 # TODO: These should be moved to test_support (see below), but 1583 # TODO: These should be moved to test_support (see below), but
1584 # are currently used by production code in automation_provider.cc. 1584 # are currently used by production code in automation_provider.cc.
1585 'browser/net/url_request_mock_http_job.cc', 1585 'browser/net/url_request_mock_http_job.cc',
1586 'browser/net/url_request_mock_http_job.h', 1586 'browser/net/url_request_mock_http_job.h',
1587 'browser/net/url_request_mock_link_doctor_job.cc',
1588 'browser/net/url_request_mock_link_doctor_job.h',
1587 'browser/net/url_request_mock_util.cc', 1589 'browser/net/url_request_mock_util.cc',
1588 'browser/net/url_request_mock_util.h', 1590 'browser/net/url_request_mock_util.h',
1589 'browser/net/url_request_slow_download_job.cc', 1591 'browser/net/url_request_slow_download_job.cc',
1590 'browser/net/url_request_slow_download_job.h', 1592 'browser/net/url_request_slow_download_job.h',
1591 'browser/net/url_request_slow_http_job.cc', 1593 'browser/net/url_request_slow_http_job.cc',
1592 'browser/net/url_request_slow_http_job.h', 1594 'browser/net/url_request_slow_http_job.h',
1593 'browser/net/url_request_tracking.cc', 1595 'browser/net/url_request_tracking.cc',
1594 'browser/net/url_request_tracking.h', 1596 'browser/net/url_request_tracking.h',
1595 'browser/omnibox_search_hint.cc', 1597 'browser/omnibox_search_hint.cc',
1596 'browser/omnibox_search_hint.h', 1598 'browser/omnibox_search_hint.h',
(...skipping 5004 matching lines...) Expand 10 before | Expand all | Expand 10 after
6601 'dependencies': [ 6603 'dependencies': [
6602 '../third_party/pthreads-win32/pthreads.gyp:pthreads', 6604 '../third_party/pthreads-win32/pthreads.gyp:pthreads',
6603 ], 6605 ],
6604 }], 6606 }],
6605 ], 6607 ],
6606 }, 6608 },
6607 ], # targets when chrome_personalization==1 and use_syncapi_stub==0 6609 ], # targets when chrome_personalization==1 and use_syncapi_stub==0
6608 }], 6610 }],
6609 ], # 'conditions' 6611 ], # 'conditions'
6610 } 6612 }
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/tab_contents.cc ('k') | chrome/test/data/mock-link-doctor.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698