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

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: 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
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 2669 matching lines...) Expand 10 before | Expand all | Expand 10 after
2680 # other sections and filtered out for non-ChromeOS platforms. 2680 # other sections and filtered out for non-ChromeOS platforms.
2681 'chrome_browser_chromeos_sources': [ 2681 'chrome_browser_chromeos_sources': [
2682 'browser/metrics/chromeos_metrics_provider.cc', 2682 'browser/metrics/chromeos_metrics_provider.cc',
2683 'browser/metrics/chromeos_metrics_provider.h', 2683 'browser/metrics/chromeos_metrics_provider.h',
2684 'browser/renderer_host/offline_resource_throttle.cc', 2684 'browser/renderer_host/offline_resource_throttle.cc',
2685 'browser/renderer_host/offline_resource_throttle.h', 2685 'browser/renderer_host/offline_resource_throttle.h',
2686 # This is technically also dependent on enable_plugins but we don't 2686 # This is technically also dependent on enable_plugins but we don't
2687 # support ChromeOS with enable_plugins==0. 2687 # support ChromeOS with enable_plugins==0.
2688 'browser/renderer_host/pepper/pepper_platform_verification_message_filter. cc', 2688 'browser/renderer_host/pepper/pepper_platform_verification_message_filter. cc',
2689 'browser/renderer_host/pepper/pepper_platform_verification_message_filter. h', 2689 'browser/renderer_host/pepper/pepper_platform_verification_message_filter. h',
2690 'browser/services/gcm/chromeos_gcm_connection_observer.cc',
2691 'browser/services/gcm/chromeos_gcm_connection_observer.h',
2692 ], 2690 ],
2693 # Used everywhere but ChromeOS. 2691 # Used everywhere but ChromeOS.
2694 'chrome_browser_non_chromeos_sources': [ 2692 'chrome_browser_non_chromeos_sources': [
2695 'browser/signin/signin_global_error.cc', 2693 'browser/signin/signin_global_error.cc',
2696 'browser/signin/signin_global_error.h', 2694 'browser/signin/signin_global_error.h',
2697 'browser/signin/signin_global_error_factory.cc', 2695 'browser/signin/signin_global_error_factory.cc',
2698 'browser/signin/signin_global_error_factory.h', 2696 'browser/signin/signin_global_error_factory.h',
2699 'browser/sync/sync_global_error_factory.cc', 2697 'browser/sync/sync_global_error_factory.cc',
2700 'browser/sync/sync_global_error_factory.h', 2698 'browser/sync/sync_global_error_factory.h',
2701 ], 2699 ],
(...skipping 930 matching lines...) Expand 10 before | Expand all | Expand 10 after
3632 'variables': { 3630 'variables': {
3633 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3631 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3634 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3632 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3635 }, 3633 },
3636 'includes': [ '../build/protoc.gypi' ] 3634 'includes': [ '../build/protoc.gypi' ]
3637 }, 3635 },
3638 ], 3636 ],
3639 },], 3637 },],
3640 ], 3638 ],
3641 } 3639 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698