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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 226883002: WiFi client for GCD bootstrapping (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 3453 matching lines...) Expand 10 before | Expand all | Expand 10 after
3464 'browser/local_discovery/privet_http_asynchronous_factory_impl.cc', 3464 'browser/local_discovery/privet_http_asynchronous_factory_impl.cc',
3465 'browser/local_discovery/privet_http_asynchronous_factory_impl.h', 3465 'browser/local_discovery/privet_http_asynchronous_factory_impl.h',
3466 ] 3466 ]
3467 }], 3467 }],
3468 ['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', { 3468 ['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', {
3469 'sources!': [ 3469 'sources!': [
3470 'browser/autofill/validation_rules_storage_factory.cc', 3470 'browser/autofill/validation_rules_storage_factory.cc',
3471 'browser/autofill/validation_rules_storage_factory.h', 3471 'browser/autofill/validation_rules_storage_factory.h',
3472 ], 3472 ],
3473 }], 3473 }],
3474 [ 'OS=="mac" or OS=="win"', {
3475 'sources': [
3476 'browser/local_discovery/wifi/wifi_client.h',
3477 'browser/local_discovery/wifi/wifi_service_client.cc',
3478 'browser/local_discovery/wifi/wifi_service_client.h',
3479 ],
3480 }],
3474 ], 3481 ],
3475 }, 3482 },
3476 { 3483 {
3477 # Protobuf compiler / generator for the fraudulent certificate reporting 3484 # Protobuf compiler / generator for the fraudulent certificate reporting
3478 # protocol buffer. 3485 # protocol buffer.
3479 'target_name': 'cert_logger_proto', 3486 'target_name': 'cert_logger_proto',
3480 'type': 'static_library', 3487 'type': 'static_library',
3481 'sources': [ 'browser/net/cert_logger.proto', ], 3488 'sources': [ 'browser/net/cert_logger.proto', ],
3482 'variables': { 3489 'variables': {
3483 'proto_in_dir': 'browser/net', 3490 'proto_in_dir': 'browser/net',
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
3719 'package_name': 'org/chromium/chrome/browser', 3726 'package_name': 'org/chromium/chrome/browser',
3720 'template_deps': ['browser/android/tab_load_status.h'], 3727 'template_deps': ['browser/android/tab_load_status.h'],
3721 }, 3728 },
3722 'includes': [ '../build/android/java_cpp_template.gypi' ], 3729 'includes': [ '../build/android/java_cpp_template.gypi' ],
3723 }, 3730 },
3724 ], 3731 ],
3725 }, 3732 },
3726 ], 3733 ],
3727 ], 3734 ],
3728 } 3735 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698