| 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 703 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 714 # Cross-platform Aura files. | 714 # Cross-platform Aura files. |
| 715 'chrome_browser_aura_sources': [ | 715 'chrome_browser_aura_sources': [ |
| 716 # This file is called _views but has aura calls in it. | 716 # This file is called _views but has aura calls in it. |
| 717 'browser/download/drag_download_item_views.cc', | 717 'browser/download/drag_download_item_views.cc', |
| 718 'browser/lifetime/application_lifetime_aura.cc', | 718 'browser/lifetime/application_lifetime_aura.cc', |
| 719 'browser/platform_util_aura.cc', | 719 'browser/platform_util_aura.cc', |
| 720 ], | 720 ], |
| 721 # ChromeOS-sources not ending in _chromeos (which would be included in | 721 # ChromeOS-sources not ending in _chromeos (which would be included in |
| 722 # other sections and filtered out for non-ChromeOS platforms. | 722 # other sections and filtered out for non-ChromeOS platforms. |
| 723 'chrome_browser_chromeos_sources': [ | 723 'chrome_browser_chromeos_sources': [ |
| 724 'browser/media/protected_media_identifier_infobar_delegate.cc', |
| 725 'browser/media/protected_media_identifier_infobar_delegate.h', |
| 726 'browser/media/protected_media_identifier_permission_context.cc', |
| 727 'browser/media/protected_media_identifier_permission_context.h', |
| 728 'browser/media/protected_media_identifier_permission_context_factory.cc', |
| 729 'browser/media/protected_media_identifier_permission_context_factory.h', |
| 724 'browser/metrics/chromeos_metrics_provider.cc', | 730 'browser/metrics/chromeos_metrics_provider.cc', |
| 725 'browser/metrics/chromeos_metrics_provider.h', | 731 'browser/metrics/chromeos_metrics_provider.h', |
| 726 'browser/renderer_host/offline_resource_throttle.cc', | 732 'browser/renderer_host/offline_resource_throttle.cc', |
| 727 'browser/renderer_host/offline_resource_throttle.h', | 733 'browser/renderer_host/offline_resource_throttle.h', |
| 728 # This is technically also dependent on enable_plugins but we don't | 734 # This is technically also dependent on enable_plugins but we don't |
| 729 # support ChromeOS with enable_plugins==0. | 735 # support ChromeOS with enable_plugins==0. |
| 730 'browser/renderer_host/pepper/pepper_platform_verification_message_filter.
cc', | 736 'browser/renderer_host/pepper/pepper_platform_verification_message_filter.
cc', |
| 731 'browser/renderer_host/pepper/pepper_platform_verification_message_filter.
h', | 737 'browser/renderer_host/pepper/pepper_platform_verification_message_filter.
h', |
| 732 ], | 738 ], |
| 733 # Used everywhere but ChromeOS. | 739 # Used everywhere but ChromeOS. |
| (...skipping 2954 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3688 'variables': { | 3694 'variables': { |
| 3689 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3695 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3690 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3696 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3691 }, | 3697 }, |
| 3692 'includes': [ '../build/protoc.gypi' ] | 3698 'includes': [ '../build/protoc.gypi' ] |
| 3693 }, | 3699 }, |
| 3694 ], | 3700 ], |
| 3695 },], | 3701 },], |
| 3696 ], | 3702 ], |
| 3697 } | 3703 } |
| OLD | NEW |