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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 722043004: Clean up wake on wifi handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 6 years, 1 month 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
« no previous file with comments | « chrome/browser/services/gcm/gcm_profile_service.cc ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | 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 '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 2690 matching lines...) Expand 10 before | Expand all | Expand 10 after
2701 # other sections and filtered out for non-ChromeOS platforms. 2701 # other sections and filtered out for non-ChromeOS platforms.
2702 'chrome_browser_chromeos_sources': [ 2702 'chrome_browser_chromeos_sources': [
2703 'browser/metrics/chromeos_metrics_provider.cc', 2703 'browser/metrics/chromeos_metrics_provider.cc',
2704 'browser/metrics/chromeos_metrics_provider.h', 2704 'browser/metrics/chromeos_metrics_provider.h',
2705 'browser/renderer_host/offline_resource_throttle.cc', 2705 'browser/renderer_host/offline_resource_throttle.cc',
2706 'browser/renderer_host/offline_resource_throttle.h', 2706 'browser/renderer_host/offline_resource_throttle.h',
2707 # This is technically also dependent on enable_plugins but we don't 2707 # This is technically also dependent on enable_plugins but we don't
2708 # support ChromeOS with enable_plugins==0. 2708 # support ChromeOS with enable_plugins==0.
2709 'browser/renderer_host/pepper/pepper_platform_verification_message_filter. cc', 2709 'browser/renderer_host/pepper/pepper_platform_verification_message_filter. cc',
2710 'browser/renderer_host/pepper/pepper_platform_verification_message_filter. h', 2710 'browser/renderer_host/pepper/pepper_platform_verification_message_filter. h',
2711 'browser/services/gcm/chromeos_gcm_connection_observer.cc',
2712 'browser/services/gcm/chromeos_gcm_connection_observer.h',
2713 ], 2711 ],
2714 # Used everywhere but ChromeOS. 2712 # Used everywhere but ChromeOS.
2715 'chrome_browser_non_chromeos_sources': [ 2713 'chrome_browser_non_chromeos_sources': [
2716 'browser/signin/signin_global_error.cc', 2714 'browser/signin/signin_global_error.cc',
2717 'browser/signin/signin_global_error.h', 2715 'browser/signin/signin_global_error.h',
2718 'browser/signin/signin_global_error_factory.cc', 2716 'browser/signin/signin_global_error_factory.cc',
2719 'browser/signin/signin_global_error_factory.h', 2717 'browser/signin/signin_global_error_factory.h',
2720 'browser/sync/sync_global_error_factory.cc', 2718 'browser/sync/sync_global_error_factory.cc',
2721 'browser/sync/sync_global_error_factory.h', 2719 'browser/sync/sync_global_error_factory.h',
2722 ], 2720 ],
(...skipping 940 matching lines...) Expand 10 before | Expand all | Expand 10 after
3663 'variables': { 3661 'variables': {
3664 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3662 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3665 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3663 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3666 }, 3664 },
3667 'includes': [ '../build/protoc.gypi' ] 3665 'includes': [ '../build/protoc.gypi' ]
3668 }, 3666 },
3669 ], 3667 ],
3670 },], 3668 },],
3671 ], 3669 ],
3672 } 3670 }
OLDNEW
« no previous file with comments | « chrome/browser/services/gcm/gcm_profile_service.cc ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698