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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 343053002: Credential passing for WifiManager in Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 2463 matching lines...) Expand 10 before | Expand all | Expand 10 after
2474 'browser/rlz/rlz_chromeos.cc', 2474 'browser/rlz/rlz_chromeos.cc',
2475 'browser/rlz/rlz_mac.cc', 2475 'browser/rlz/rlz_mac.cc',
2476 'browser/rlz/rlz_win.cc', 2476 'browser/rlz/rlz_win.cc',
2477 'browser/rlz/rlz.h', 2477 'browser/rlz/rlz.h',
2478 ], 2478 ],
2479 'chrome_browser_wifi_bootstrapping_sources': [ 2479 'chrome_browser_wifi_bootstrapping_sources': [
2480 'browser/local_discovery/wifi/bootstrapping_device_lister.cc', 2480 'browser/local_discovery/wifi/bootstrapping_device_lister.cc',
2481 'browser/local_discovery/wifi/bootstrapping_device_lister.h', 2481 'browser/local_discovery/wifi/bootstrapping_device_lister.h',
2482 'browser/local_discovery/wifi/bootstrapping_network_switcher.cc', 2482 'browser/local_discovery/wifi/bootstrapping_network_switcher.cc',
2483 'browser/local_discovery/wifi/bootstrapping_network_switcher.h', 2483 'browser/local_discovery/wifi/bootstrapping_network_switcher.h',
2484 'browser/local_discovery/wifi/credential_getter_win.cc',
2485 'browser/local_discovery/wifi/credential_getter_win.h',
2484 'browser/local_discovery/wifi/wifi_manager.cc', 2486 'browser/local_discovery/wifi/wifi_manager.cc',
2485 'browser/local_discovery/wifi/wifi_manager.h', 2487 'browser/local_discovery/wifi/wifi_manager.h',
2486 ], 2488 ],
2487 # Parts of wifi bootstrapping (above) used everywhere except chromeos. 2489 # Parts of wifi bootstrapping (above) used everywhere except chromeos.
2488 'chrome_browser_win_mac_wifi_bootstrapping_sources': [ 2490 'chrome_browser_win_mac_wifi_bootstrapping_sources': [
2489 'browser/local_discovery/wifi/wifi_manager_nonchromeos.cc', 2491 'browser/local_discovery/wifi/wifi_manager_nonchromeos.cc',
2490 'browser/local_discovery/wifi/wifi_manager_nonchromeos.h', 2492 'browser/local_discovery/wifi/wifi_manager_nonchromeos.h',
2491 ], 2493 ],
2492 # Files to use when configuration policy is enabled that are also shared 2494 # Files to use when configuration policy is enabled that are also shared
2493 # with iOS (iOS normally doesn't shared file lists). Non-iOS policy files 2495 # with iOS (iOS normally doesn't shared file lists). Non-iOS policy files
(...skipping 1092 matching lines...) Expand 10 before | Expand all | Expand 10 after
3586 'variables': { 3588 'variables': {
3587 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3589 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3588 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3590 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3589 }, 3591 },
3590 'includes': [ '../build/protoc.gypi' ] 3592 'includes': [ '../build/protoc.gypi' ]
3591 }, 3593 },
3592 ], 3594 ],
3593 },], 3595 },],
3594 ], 3596 ],
3595 } 3597 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698