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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 131503013: Added PrivetDeviceResolver to resolve a device and parse it as a privet device (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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/local_discovery/privet_device_resolver.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 966 matching lines...) Expand 10 before | Expand all | Expand 10 after
977 'browser/local_discovery/device_description.cc', 977 'browser/local_discovery/device_description.cc',
978 'browser/local_discovery/device_description.h', 978 'browser/local_discovery/device_description.h',
979 'browser/local_discovery/privet_confirm_api_flow.cc', 979 'browser/local_discovery/privet_confirm_api_flow.cc',
980 'browser/local_discovery/privet_confirm_api_flow.h', 980 'browser/local_discovery/privet_confirm_api_flow.h',
981 'browser/local_discovery/privet_constants.cc', 981 'browser/local_discovery/privet_constants.cc',
982 'browser/local_discovery/privet_constants.h', 982 'browser/local_discovery/privet_constants.h',
983 'browser/local_discovery/privet_device_lister.cc', 983 'browser/local_discovery/privet_device_lister.cc',
984 'browser/local_discovery/privet_device_lister.h', 984 'browser/local_discovery/privet_device_lister.h',
985 'browser/local_discovery/privet_device_lister_impl.cc', 985 'browser/local_discovery/privet_device_lister_impl.cc',
986 'browser/local_discovery/privet_device_lister_impl.h', 986 'browser/local_discovery/privet_device_lister_impl.h',
987 'browser/local_discovery/privet_device_resolver.cc',
988 'browser/local_discovery/privet_device_resolver.h',
987 'browser/local_discovery/privet_http.h', 989 'browser/local_discovery/privet_http.h',
988 'browser/local_discovery/privet_http_impl.cc', 990 'browser/local_discovery/privet_http_impl.cc',
989 'browser/local_discovery/privet_http_impl.h', 991 'browser/local_discovery/privet_http_impl.h',
990 'browser/local_discovery/privet_local_printer_lister.h', 992 'browser/local_discovery/privet_local_printer_lister.h',
991 'browser/local_discovery/privet_local_printer_lister.cc', 993 'browser/local_discovery/privet_local_printer_lister.cc',
992 'browser/local_discovery/privet_url_fetcher.cc', 994 'browser/local_discovery/privet_url_fetcher.cc',
993 'browser/local_discovery/privet_url_fetcher.h', 995 'browser/local_discovery/privet_url_fetcher.h',
994 'browser/local_discovery/pwg_raster_converter.cc', 996 'browser/local_discovery/pwg_raster_converter.cc',
995 'browser/local_discovery/pwg_raster_converter.h', 997 'browser/local_discovery/pwg_raster_converter.h',
996 'browser/local_discovery/service_discovery_client_mac.h', 998 'browser/local_discovery/service_discovery_client_mac.h',
(...skipping 2720 matching lines...) Expand 10 before | Expand all | Expand 10 after
3717 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3719 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3718 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3720 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3719 }, 3721 },
3720 'includes': [ '../build/android/java_cpp_template.gypi' ], 3722 'includes': [ '../build/android/java_cpp_template.gypi' ],
3721 }, 3723 },
3722 ], 3724 ],
3723 }, 3725 },
3724 ], 3726 ],
3725 ], 3727 ],
3726 } 3728 }
OLDNEW
« no previous file with comments | « chrome/browser/local_discovery/privet_device_resolver.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698