OLD | NEW |
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 2642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2653 # other sections and filtered out for non-ChromeOS platforms. | 2653 # other sections and filtered out for non-ChromeOS platforms. |
2654 'chrome_browser_chromeos_sources': [ | 2654 'chrome_browser_chromeos_sources': [ |
2655 'browser/metrics/chromeos_metrics_provider.cc', | 2655 'browser/metrics/chromeos_metrics_provider.cc', |
2656 'browser/metrics/chromeos_metrics_provider.h', | 2656 'browser/metrics/chromeos_metrics_provider.h', |
2657 'browser/renderer_host/offline_resource_throttle.cc', | 2657 'browser/renderer_host/offline_resource_throttle.cc', |
2658 'browser/renderer_host/offline_resource_throttle.h', | 2658 'browser/renderer_host/offline_resource_throttle.h', |
2659 # This is technically also dependent on enable_plugins but we don't | 2659 # This is technically also dependent on enable_plugins but we don't |
2660 # support ChromeOS with enable_plugins==0. | 2660 # support ChromeOS with enable_plugins==0. |
2661 'browser/renderer_host/pepper/pepper_platform_verification_message_filter.
cc', | 2661 'browser/renderer_host/pepper/pepper_platform_verification_message_filter.
cc', |
2662 'browser/renderer_host/pepper/pepper_platform_verification_message_filter.
h', | 2662 'browser/renderer_host/pepper/pepper_platform_verification_message_filter.
h', |
| 2663 'browser/services/gcm/chromeos_gcm_connection_observer.cc', |
| 2664 'browser/services/gcm/chromeos_gcm_connection_observer.h', |
2663 ], | 2665 ], |
2664 # Used everywhere but ChromeOS. | 2666 # Used everywhere but ChromeOS. |
2665 'chrome_browser_non_chromeos_sources': [ | 2667 'chrome_browser_non_chromeos_sources': [ |
2666 # TODO(brettw) it's suspicious that these _desktop.cc files are compiled | 2668 # TODO(brettw) it's suspicious that these _desktop.cc files are compiled |
2667 # for Android. We should test removing them on Android. | 2669 # for Android. We should test removing them on Android. |
2668 'browser/profiles/avatar_menu_desktop.cc', | 2670 'browser/profiles/avatar_menu_desktop.cc', |
2669 'browser/profiles/avatar_menu_observer.h', | 2671 'browser/profiles/avatar_menu_observer.h', |
2670 'browser/profiles/avatar_menu_actions_desktop.cc', | 2672 'browser/profiles/avatar_menu_actions_desktop.cc', |
2671 'browser/profiles/avatar_menu_actions_desktop.h', | 2673 'browser/profiles/avatar_menu_actions_desktop.h', |
2672 'browser/profiles/profile_list_desktop.cc', | 2674 'browser/profiles/profile_list_desktop.cc', |
(...skipping 902 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3575 'variables': { | 3577 'variables': { |
3576 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3578 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3577 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3579 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3578 }, | 3580 }, |
3579 'includes': [ '../build/protoc.gypi' ] | 3581 'includes': [ '../build/protoc.gypi' ] |
3580 }, | 3582 }, |
3581 ], | 3583 ], |
3582 },], | 3584 },], |
3583 ], | 3585 ], |
3584 } | 3586 } |
OLD | NEW |