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 2627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2638 # other sections and filtered out for non-ChromeOS platforms. | 2638 # other sections and filtered out for non-ChromeOS platforms. |
2639 'chrome_browser_chromeos_sources': [ | 2639 'chrome_browser_chromeos_sources': [ |
2640 'browser/metrics/chromeos_metrics_provider.cc', | 2640 'browser/metrics/chromeos_metrics_provider.cc', |
2641 'browser/metrics/chromeos_metrics_provider.h', | 2641 'browser/metrics/chromeos_metrics_provider.h', |
2642 'browser/renderer_host/offline_resource_throttle.cc', | 2642 'browser/renderer_host/offline_resource_throttle.cc', |
2643 'browser/renderer_host/offline_resource_throttle.h', | 2643 'browser/renderer_host/offline_resource_throttle.h', |
2644 # This is technically also dependent on enable_plugins but we don't | 2644 # This is technically also dependent on enable_plugins but we don't |
2645 # support ChromeOS with enable_plugins==0. | 2645 # support ChromeOS with enable_plugins==0. |
2646 'browser/renderer_host/pepper/pepper_platform_verification_message_filter.
cc', | 2646 'browser/renderer_host/pepper/pepper_platform_verification_message_filter.
cc', |
2647 'browser/renderer_host/pepper/pepper_platform_verification_message_filter.
h', | 2647 'browser/renderer_host/pepper/pepper_platform_verification_message_filter.
h', |
| 2648 'browser/services/gcm/chromeos_gcm_connection_observer.cc', |
| 2649 'browser/services/gcm/chromeos_gcm_connection_observer.h', |
2648 ], | 2650 ], |
2649 # Used everywhere but ChromeOS. | 2651 # Used everywhere but ChromeOS. |
2650 'chrome_browser_non_chromeos_sources': [ | 2652 'chrome_browser_non_chromeos_sources': [ |
2651 # TODO(brettw) it's suspicious that these _desktop.cc files are compiled | 2653 # TODO(brettw) it's suspicious that these _desktop.cc files are compiled |
2652 # for Android. We should test removing them on Android. | 2654 # for Android. We should test removing them on Android. |
2653 'browser/profiles/avatar_menu_desktop.cc', | 2655 'browser/profiles/avatar_menu_desktop.cc', |
2654 'browser/profiles/avatar_menu_observer.h', | 2656 'browser/profiles/avatar_menu_observer.h', |
2655 'browser/profiles/avatar_menu_actions_desktop.cc', | 2657 'browser/profiles/avatar_menu_actions_desktop.cc', |
2656 'browser/profiles/avatar_menu_actions_desktop.h', | 2658 'browser/profiles/avatar_menu_actions_desktop.h', |
2657 'browser/profiles/profile_list_desktop.cc', | 2659 'browser/profiles/profile_list_desktop.cc', |
(...skipping 910 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3568 'variables': { | 3570 'variables': { |
3569 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3571 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3570 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3572 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3571 }, | 3573 }, |
3572 'includes': [ '../build/protoc.gypi' ] | 3574 'includes': [ '../build/protoc.gypi' ] |
3573 }, | 3575 }, |
3574 ], | 3576 ], |
3575 },], | 3577 },], |
3576 ], | 3578 ], |
3577 } | 3579 } |
OLD | NEW |