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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 320683002: Extracted PrivetV1HTTPClient with Privet v1 specific operations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
« no previous file with comments | « chrome/browser/ui/webui/print_preview/print_preview_handler.cc ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 963 matching lines...) Expand 10 before | Expand all | Expand 10 after
974 'browser/local_discovery/privet_confirm_api_flow.cc', 974 'browser/local_discovery/privet_confirm_api_flow.cc',
975 'browser/local_discovery/privet_confirm_api_flow.h', 975 'browser/local_discovery/privet_confirm_api_flow.h',
976 'browser/local_discovery/privet_constants.cc', 976 'browser/local_discovery/privet_constants.cc',
977 'browser/local_discovery/privet_constants.h', 977 'browser/local_discovery/privet_constants.h',
978 'browser/local_discovery/privet_device_lister.cc', 978 'browser/local_discovery/privet_device_lister.cc',
979 'browser/local_discovery/privet_device_lister.h', 979 'browser/local_discovery/privet_device_lister.h',
980 'browser/local_discovery/privet_device_lister_impl.cc', 980 'browser/local_discovery/privet_device_lister_impl.cc',
981 'browser/local_discovery/privet_device_lister_impl.h', 981 'browser/local_discovery/privet_device_lister_impl.h',
982 'browser/local_discovery/privet_device_resolver.cc', 982 'browser/local_discovery/privet_device_resolver.cc',
983 'browser/local_discovery/privet_device_resolver.h', 983 'browser/local_discovery/privet_device_resolver.h',
984 'browser/local_discovery/privet_http.cc',
984 'browser/local_discovery/privet_http.h', 985 'browser/local_discovery/privet_http.h',
985 'browser/local_discovery/privet_http_asynchronous_factory_mac.cc', 986 'browser/local_discovery/privet_http_asynchronous_factory_mac.cc',
986 'browser/local_discovery/privet_http_asynchronous_factory_mac.h', 987 'browser/local_discovery/privet_http_asynchronous_factory_mac.h',
987 'browser/local_discovery/privet_http_impl.cc', 988 'browser/local_discovery/privet_http_impl.cc',
988 'browser/local_discovery/privet_http_impl.h', 989 'browser/local_discovery/privet_http_impl.h',
989 'browser/local_discovery/privet_local_printer_lister.h', 990 'browser/local_discovery/privet_local_printer_lister.h',
990 'browser/local_discovery/privet_local_printer_lister.cc', 991 'browser/local_discovery/privet_local_printer_lister.cc',
991 'browser/local_discovery/privet_url_fetcher.cc', 992 'browser/local_discovery/privet_url_fetcher.cc',
992 'browser/local_discovery/privet_url_fetcher.h', 993 'browser/local_discovery/privet_url_fetcher.h',
993 'browser/local_discovery/privetv3_crypto_provider.cc', 994 'browser/local_discovery/privetv3_crypto_provider.cc',
(...skipping 2784 matching lines...) Expand 10 before | Expand all | Expand 10 after
3778 'package_name': 'org/chromium/chrome/browser', 3779 'package_name': 'org/chromium/chrome/browser',
3779 'template_deps': ['browser/android/tab_load_status.h'], 3780 'template_deps': ['browser/android/tab_load_status.h'],
3780 }, 3781 },
3781 'includes': [ '../build/android/java_cpp_template.gypi' ], 3782 'includes': [ '../build/android/java_cpp_template.gypi' ],
3782 }, 3783 },
3783 ], 3784 ],
3784 }, 3785 },
3785 ], 3786 ],
3786 ], 3787 ],
3787 } 3788 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/print_preview/print_preview_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698