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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 597683005: GCM: D-Bus methods for wake-on-packet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolved DEPS conflict 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 2626 matching lines...) Expand 10 before | Expand all | Expand 10 after
2637 # other sections and filtered out for non-ChromeOS platforms. 2637 # other sections and filtered out for non-ChromeOS platforms.
2638 'chrome_browser_chromeos_sources': [ 2638 'chrome_browser_chromeos_sources': [
2639 'browser/metrics/chromeos_metrics_provider.cc', 2639 'browser/metrics/chromeos_metrics_provider.cc',
2640 'browser/metrics/chromeos_metrics_provider.h', 2640 'browser/metrics/chromeos_metrics_provider.h',
2641 'browser/renderer_host/offline_resource_throttle.cc', 2641 'browser/renderer_host/offline_resource_throttle.cc',
2642 'browser/renderer_host/offline_resource_throttle.h', 2642 'browser/renderer_host/offline_resource_throttle.h',
2643 # This is technically also dependent on enable_plugins but we don't 2643 # This is technically also dependent on enable_plugins but we don't
2644 # support ChromeOS with enable_plugins==0. 2644 # support ChromeOS with enable_plugins==0.
2645 'browser/renderer_host/pepper/pepper_platform_verification_message_filter. cc', 2645 'browser/renderer_host/pepper/pepper_platform_verification_message_filter. cc',
2646 'browser/renderer_host/pepper/pepper_platform_verification_message_filter. h', 2646 'browser/renderer_host/pepper/pepper_platform_verification_message_filter. h',
2647 'browser/services/gcm/chromeos_gcm_connection_observer.cc',
2648 'browser/services/gcm/chromeos_gcm_connection_observer.h',
2647 ], 2649 ],
2648 # Used everywhere but ChromeOS. 2650 # Used everywhere but ChromeOS.
2649 'chrome_browser_non_chromeos_sources': [ 2651 'chrome_browser_non_chromeos_sources': [
2650 # TODO(brettw) it's suspicious that these _desktop.cc files are compiled 2652 # TODO(brettw) it's suspicious that these _desktop.cc files are compiled
2651 # for Android. We should test removing them on Android. 2653 # for Android. We should test removing them on Android.
2652 'browser/profiles/avatar_menu_desktop.cc', 2654 'browser/profiles/avatar_menu_desktop.cc',
2653 'browser/profiles/avatar_menu_observer.h', 2655 'browser/profiles/avatar_menu_observer.h',
2654 'browser/profiles/avatar_menu_actions_desktop.cc', 2656 'browser/profiles/avatar_menu_actions_desktop.cc',
2655 'browser/profiles/avatar_menu_actions_desktop.h', 2657 'browser/profiles/avatar_menu_actions_desktop.h',
2656 'browser/profiles/profile_list_desktop.cc', 2658 'browser/profiles/profile_list_desktop.cc',
(...skipping 927 matching lines...) Expand 10 before | Expand all | Expand 10 after
3584 'variables': { 3586 'variables': {
3585 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3587 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3586 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3588 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3587 }, 3589 },
3588 'includes': [ '../build/protoc.gypi' ] 3590 'includes': [ '../build/protoc.gypi' ]
3589 }, 3591 },
3590 ], 3592 ],
3591 },], 3593 },],
3592 ], 3594 ],
3593 } 3595 }
OLDNEW
« no previous file with comments | « chrome/browser/services/gcm/gcm_profile_service_unittest.cc ('k') | chromeos/dbus/fake_shill_manager_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698