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

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: Fixed nits 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 1504 matching lines...) Expand 10 before | Expand all | Expand 10 after
1515 'browser/net/connect_interceptor.h', 1515 'browser/net/connect_interceptor.h',
1516 'browser/net/connection_tester.cc', 1516 'browser/net/connection_tester.cc',
1517 'browser/net/connection_tester.h', 1517 'browser/net/connection_tester.h',
1518 'browser/net/crl_set_fetcher.cc', 1518 'browser/net/crl_set_fetcher.cc',
1519 'browser/net/crl_set_fetcher.h', 1519 'browser/net/crl_set_fetcher.h',
1520 'browser/net/gaia/gaia_oauth_consumer.h', 1520 'browser/net/gaia/gaia_oauth_consumer.h',
1521 'browser/net/gaia/gaia_oauth_fetcher.cc', 1521 'browser/net/gaia/gaia_oauth_fetcher.cc',
1522 'browser/net/gaia/gaia_oauth_fetcher.h', 1522 'browser/net/gaia/gaia_oauth_fetcher.h',
1523 'browser/net/load_timing_observer.cc', 1523 'browser/net/load_timing_observer.cc',
1524 'browser/net/load_timing_observer.h', 1524 'browser/net/load_timing_observer.h',
1525 'browser/net/http_intercept_job_factory.cc',
1526 'browser/net/http_intercept_job_factory.h',
1525 'browser/net/http_pipelining_compatibility_client.cc', 1527 'browser/net/http_pipelining_compatibility_client.cc',
1526 'browser/net/http_pipelining_compatibility_client.h', 1528 'browser/net/http_pipelining_compatibility_client.h',
1527 'browser/net/http_server_properties_manager.h', 1529 'browser/net/http_server_properties_manager.h',
1528 'browser/net/http_server_properties_manager.cc', 1530 'browser/net/http_server_properties_manager.cc',
1529 'browser/net/load_time_stats.cc', 1531 'browser/net/load_time_stats.cc',
1530 'browser/net/load_time_stats.h', 1532 'browser/net/load_time_stats.h',
1531 'browser/net/net_log_logger.cc', 1533 'browser/net/net_log_logger.cc',
1532 'browser/net/net_log_logger.h', 1534 'browser/net/net_log_logger.h',
1533 'browser/net/net_pref_observer.cc', 1535 'browser/net/net_pref_observer.cc',
1534 'browser/net/net_pref_observer.h', 1536 'browser/net/net_pref_observer.h',
(...skipping 4090 matching lines...) Expand 10 before | Expand all | Expand 10 after
5625 'includes': [ '../build/jni_generator.gypi' ], 5627 'includes': [ '../build/jni_generator.gypi' ],
5626 'dependencies': [ 5628 'dependencies': [
5627 'android_jar_jni_headers', 5629 'android_jar_jni_headers',
5628 ], 5630 ],
5629 }, 5631 },
5630 ], 5632 ],
5631 }, 5633 },
5632 ], 5634 ],
5633 ], 5635 ],
5634 } 5636 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698