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 816 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
827 # there's no value in building any of chrome/ for iOS. | 827 # there's no value in building any of chrome/ for iOS. |
828 'chrome_browser_ios_sources': [ | 828 'chrome_browser_ios_sources': [ |
829 'browser/browser_process.cc', | 829 'browser/browser_process.cc', |
830 'browser/browser_process.h', | 830 'browser/browser_process.h', |
831 'browser/browser_process_platform_part_base.cc', | 831 'browser/browser_process_platform_part_base.cc', |
832 'browser/browser_process_platform_part_base.h', | 832 'browser/browser_process_platform_part_base.h', |
833 'browser/password_manager/password_manager_util_ios.mm', | 833 'browser/password_manager/password_manager_util_ios.mm', |
834 ], | 834 ], |
835 # Desktop Linux and ChromeOS. | 835 # Desktop Linux and ChromeOS. |
836 'chrome_browser_linux_sources': [ | 836 'chrome_browser_linux_sources': [ |
| 837 'browser/metrics/drive_metrics_provider_linux.cc', |
837 'browser/renderer_context_menu/spellchecker_submenu_observer_hunspell.cc', | 838 'browser/renderer_context_menu/spellchecker_submenu_observer_hunspell.cc', |
838 ], | 839 ], |
839 # Desktop linux, doesn't count ChromeOS. | 840 # Desktop linux, doesn't count ChromeOS. |
840 'chrome_browser_linux_desktop_sources': [ | 841 'chrome_browser_linux_desktop_sources': [ |
841 'browser/first_run/upgrade_util.cc', | 842 'browser/first_run/upgrade_util.cc', |
842 'browser/first_run/upgrade_util_linux.cc', | 843 'browser/first_run/upgrade_util_linux.cc', |
843 'browser/first_run/upgrade_util_linux.h', | 844 'browser/first_run/upgrade_util_linux.h', |
844 'browser/fullscreen_aurax11.cc', | 845 'browser/fullscreen_aurax11.cc', |
845 'browser/icon_loader_auralinux.cc', | 846 'browser/icon_loader_auralinux.cc', |
846 'browser/password_manager/native_backend_kwallet_x.cc', | 847 'browser/password_manager/native_backend_kwallet_x.cc', |
(...skipping 2970 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3817 'variables': { | 3818 'variables': { |
3818 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3819 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3819 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3820 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3820 }, | 3821 }, |
3821 'includes': [ '../build/protoc.gypi' ] | 3822 'includes': [ '../build/protoc.gypi' ] |
3822 }, | 3823 }, |
3823 ], | 3824 ], |
3824 },], | 3825 },], |
3825 ], | 3826 ], |
3826 } | 3827 } |
OLD | NEW |