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