| 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 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 504 'browser/native_window_notification_source.h', | 504 'browser/native_window_notification_source.h', |
| 505 'browser/omnibox/omnibox_log.cc', | 505 'browser/omnibox/omnibox_log.cc', |
| 506 'browser/omnibox/omnibox_log.h', | 506 'browser/omnibox/omnibox_log.h', |
| 507 'browser/performance_monitor/performance_monitor.cc', | 507 'browser/performance_monitor/performance_monitor.cc', |
| 508 'browser/performance_monitor/performance_monitor.h', | 508 'browser/performance_monitor/performance_monitor.h', |
| 509 'browser/performance_monitor/process_metrics_history.cc', | 509 'browser/performance_monitor/process_metrics_history.cc', |
| 510 'browser/performance_monitor/process_metrics_history.h', | 510 'browser/performance_monitor/process_metrics_history.h', |
| 511 'browser/platform_util.h', | 511 'browser/platform_util.h', |
| 512 'browser/platform_util_android.cc', | 512 'browser/platform_util_android.cc', |
| 513 'browser/platform_util_chromeos.cc', | 513 'browser/platform_util_chromeos.cc', |
| 514 'browser/platform_util_internal.h', |
| 514 'browser/platform_util_mac.mm', | 515 'browser/platform_util_mac.mm', |
| 515 'browser/platform_util_win.cc', | 516 'browser/platform_util_win.cc', |
| 516 'browser/precache/most_visited_urls_provider.cc', | 517 'browser/precache/most_visited_urls_provider.cc', |
| 517 'browser/precache/most_visited_urls_provider.h', | 518 'browser/precache/most_visited_urls_provider.h', |
| 518 'browser/pref_service_flags_storage.cc', | 519 'browser/pref_service_flags_storage.cc', |
| 519 'browser/pref_service_flags_storage.h', | 520 'browser/pref_service_flags_storage.h', |
| 520 'browser/prefetch/prefetch.cc', | 521 'browser/prefetch/prefetch.cc', |
| 521 'browser/prefetch/prefetch.h', | 522 'browser/prefetch/prefetch.h', |
| 522 'browser/prefetch/prefetch_field_trial.cc', | 523 'browser/prefetch/prefetch_field_trial.cc', |
| 523 'browser/prefetch/prefetch_field_trial.h', | 524 'browser/prefetch/prefetch_field_trial.h', |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 748 'chrome_browser_non_chromeos_sources': [ | 749 'chrome_browser_non_chromeos_sources': [ |
| 749 'browser/signin/signin_global_error.cc', | 750 'browser/signin/signin_global_error.cc', |
| 750 'browser/signin/signin_global_error.h', | 751 'browser/signin/signin_global_error.h', |
| 751 'browser/signin/signin_global_error_factory.cc', | 752 'browser/signin/signin_global_error_factory.cc', |
| 752 'browser/signin/signin_global_error_factory.h', | 753 'browser/signin/signin_global_error_factory.h', |
| 753 'browser/sync/sync_global_error_factory.cc', | 754 'browser/sync/sync_global_error_factory.cc', |
| 754 'browser/sync/sync_global_error_factory.h', | 755 'browser/sync/sync_global_error_factory.h', |
| 755 ], | 756 ], |
| 756 # Everything but Android, iOS, and CrOS. | 757 # Everything but Android, iOS, and CrOS. |
| 757 'chrome_browser_desktop_sources': [ | 758 'chrome_browser_desktop_sources': [ |
| 759 'browser/platform_util.cc', |
| 758 'browser/profiles/avatar_menu_desktop.cc', | 760 'browser/profiles/avatar_menu_desktop.cc', |
| 759 'browser/profiles/avatar_menu_observer.h', | 761 'browser/profiles/avatar_menu_observer.h', |
| 760 'browser/profiles/avatar_menu_actions_desktop.cc', | 762 'browser/profiles/avatar_menu_actions_desktop.cc', |
| 761 'browser/profiles/avatar_menu_actions_desktop.h', | 763 'browser/profiles/avatar_menu_actions_desktop.h', |
| 762 'browser/profiles/profile_list_desktop.cc', | 764 'browser/profiles/profile_list_desktop.cc', |
| 763 'browser/profiles/profile_list_desktop.h', | 765 'browser/profiles/profile_list_desktop.h', |
| 764 ], | 766 ], |
| 765 # Miscellaneous files that were brought up on iOS before the decision not | 767 # Miscellaneous files that were brought up on iOS before the decision not |
| 766 # to use chrome/ for iOS. These, plus a few of the directory-specific | 768 # to use chrome/ for iOS. These, plus a few of the directory-specific |
| 767 # source lists below, are all that are built on iOS. These are built | 769 # source lists below, are all that are built on iOS. These are built |
| (...skipping 2929 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3697 'variables': { | 3699 'variables': { |
| 3698 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3700 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3699 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3701 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3700 }, | 3702 }, |
| 3701 'includes': [ '../build/protoc.gypi' ] | 3703 'includes': [ '../build/protoc.gypi' ] |
| 3702 }, | 3704 }, |
| 3703 ], | 3705 ], |
| 3704 },], | 3706 },], |
| 3705 ], | 3707 ], |
| 3706 } | 3708 } |
| OLD | NEW |