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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 256913005: In browser process implementation of ServiceDiscoveryClient. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tue 04/29/2014 14:32:52.76 Created 6 years, 7 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/service_discovery_client_mdns.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 3448 matching lines...) Expand 10 before | Expand all | Expand 10 after
3459 'browser/local_discovery/storage/privet_filesystem_operations.cc', 3459 'browser/local_discovery/storage/privet_filesystem_operations.cc',
3460 'browser/local_discovery/storage/privet_filesystem_operations.h', 3460 'browser/local_discovery/storage/privet_filesystem_operations.h',
3461 'browser/local_discovery/privet_local_printer_lister.h', 3461 'browser/local_discovery/privet_local_printer_lister.h',
3462 'browser/local_discovery/privet_local_printer_lister.cc', 3462 'browser/local_discovery/privet_local_printer_lister.cc',
3463 ] 3463 ]
3464 }], 3464 }],
3465 ['enable_mdns==1', { 3465 ['enable_mdns==1', {
3466 'sources' : [ 3466 'sources' : [
3467 'browser/local_discovery/privet_traffic_detector.cc', 3467 'browser/local_discovery/privet_traffic_detector.cc',
3468 'browser/local_discovery/privet_traffic_detector.h', 3468 'browser/local_discovery/privet_traffic_detector.h',
3469 'browser/local_discovery/service_discovery_client_mdns.cc',
3470 'browser/local_discovery/service_discovery_client_mdns.h',
3469 'browser/local_discovery/service_discovery_client_utility.cc', 3471 'browser/local_discovery/service_discovery_client_utility.cc',
3470 'browser/local_discovery/service_discovery_client_utility.h', 3472 'browser/local_discovery/service_discovery_client_utility.h',
3471 'browser/local_discovery/service_discovery_host_client.cc', 3473 'browser/local_discovery/service_discovery_host_client.cc',
3472 'browser/local_discovery/service_discovery_host_client.h', 3474 'browser/local_discovery/service_discovery_host_client.h',
3473 'browser/local_discovery/privet_http_asynchronous_factory_impl.cc', 3475 'browser/local_discovery/privet_http_asynchronous_factory_impl.cc',
3474 'browser/local_discovery/privet_http_asynchronous_factory_impl.h', 3476 'browser/local_discovery/privet_http_asynchronous_factory_impl.h',
3475 ] 3477 ]
3476 }], 3478 }],
3477 ['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', { 3479 ['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', {
3478 'sources!': [ 3480 'sources!': [
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
3728 'package_name': 'org/chromium/chrome/browser', 3730 'package_name': 'org/chromium/chrome/browser',
3729 'template_deps': ['browser/android/tab_load_status.h'], 3731 'template_deps': ['browser/android/tab_load_status.h'],
3730 }, 3732 },
3731 'includes': [ '../build/android/java_cpp_template.gypi' ], 3733 'includes': [ '../build/android/java_cpp_template.gypi' ],
3732 }, 3734 },
3733 ], 3735 ],
3734 }, 3736 },
3735 ], 3737 ],
3736 ], 3738 ],
3737 } 3739 }
OLDNEW
« no previous file with comments | « chrome/browser/local_discovery/service_discovery_client_mdns.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698