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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10836248: Turned job_factory into a pure virtual class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Latest merge Created 8 years, 4 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1522 matching lines...) Expand 10 before | Expand all | Expand 10 after
1533 'browser/net/connect_interceptor.h', 1533 'browser/net/connect_interceptor.h',
1534 'browser/net/connection_tester.cc', 1534 'browser/net/connection_tester.cc',
1535 'browser/net/connection_tester.h', 1535 'browser/net/connection_tester.h',
1536 'browser/net/crl_set_fetcher.cc', 1536 'browser/net/crl_set_fetcher.cc',
1537 'browser/net/crl_set_fetcher.h', 1537 'browser/net/crl_set_fetcher.h',
1538 'browser/net/gaia/gaia_oauth_consumer.h', 1538 'browser/net/gaia/gaia_oauth_consumer.h',
1539 'browser/net/gaia/gaia_oauth_fetcher.cc', 1539 'browser/net/gaia/gaia_oauth_fetcher.cc',
1540 'browser/net/gaia/gaia_oauth_fetcher.h', 1540 'browser/net/gaia/gaia_oauth_fetcher.h',
1541 'browser/net/load_timing_observer.cc', 1541 'browser/net/load_timing_observer.cc',
1542 'browser/net/load_timing_observer.h', 1542 'browser/net/load_timing_observer.h',
1543 'browser/net/http_intercept_job_factory.cc',
1544 'browser/net/http_intercept_job_factory.h',
1543 'browser/net/http_pipelining_compatibility_client.cc', 1545 'browser/net/http_pipelining_compatibility_client.cc',
1544 'browser/net/http_pipelining_compatibility_client.h', 1546 'browser/net/http_pipelining_compatibility_client.h',
1545 'browser/net/http_server_properties_manager.h', 1547 'browser/net/http_server_properties_manager.h',
1546 'browser/net/http_server_properties_manager.cc', 1548 'browser/net/http_server_properties_manager.cc',
1547 'browser/net/load_time_stats.cc', 1549 'browser/net/load_time_stats.cc',
1548 'browser/net/load_time_stats.h', 1550 'browser/net/load_time_stats.h',
1549 'browser/net/net_log_logger.cc', 1551 'browser/net/net_log_logger.cc',
1550 'browser/net/net_log_logger.h', 1552 'browser/net/net_log_logger.h',
1551 'browser/net/net_pref_observer.cc', 1553 'browser/net/net_pref_observer.cc',
1552 'browser/net/net_pref_observer.h', 1554 'browser/net/net_pref_observer.h',
(...skipping 4100 matching lines...) Expand 10 before | Expand all | Expand 10 after
5653 'includes': [ '../build/jni_generator.gypi' ], 5655 'includes': [ '../build/jni_generator.gypi' ],
5654 'dependencies': [ 5656 'dependencies': [
5655 'android_jar_jni_headers', 5657 'android_jar_jni_headers',
5656 ], 5658 ],
5657 }, 5659 },
5658 ], 5660 ],
5659 }, 5661 },
5660 ], 5662 ],
5661 ], 5663 ],
5662 } 5664 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_impl_io_data.cc ('k') | content/shell/shell_url_request_context_getter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698