| 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 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 514 'browser/net/predictor_tab_helper.h', | 514 'browser/net/predictor_tab_helper.h', |
| 515 'browser/omnibox/omnibox_log.cc', | 515 'browser/omnibox/omnibox_log.cc', |
| 516 'browser/omnibox/omnibox_log.h', | 516 'browser/omnibox/omnibox_log.h', |
| 517 'browser/performance_monitor/performance_monitor.cc', | 517 'browser/performance_monitor/performance_monitor.cc', |
| 518 'browser/performance_monitor/performance_monitor.h', | 518 'browser/performance_monitor/performance_monitor.h', |
| 519 'browser/performance_monitor/process_metrics_history.cc', | 519 'browser/performance_monitor/process_metrics_history.cc', |
| 520 'browser/performance_monitor/process_metrics_history.h', | 520 'browser/performance_monitor/process_metrics_history.h', |
| 521 'browser/platform_util.h', | 521 'browser/platform_util.h', |
| 522 'browser/platform_util_android.cc', | 522 'browser/platform_util_android.cc', |
| 523 'browser/platform_util_chromeos.cc', | 523 'browser/platform_util_chromeos.cc', |
| 524 'browser/platform_util_internal.h', |
| 524 'browser/platform_util_mac.mm', | 525 'browser/platform_util_mac.mm', |
| 525 'browser/platform_util_win.cc', | 526 'browser/platform_util_win.cc', |
| 526 'browser/precache/most_visited_urls_provider.cc', | 527 'browser/precache/most_visited_urls_provider.cc', |
| 527 'browser/precache/most_visited_urls_provider.h', | 528 'browser/precache/most_visited_urls_provider.h', |
| 528 'browser/pref_service_flags_storage.cc', | 529 'browser/pref_service_flags_storage.cc', |
| 529 'browser/pref_service_flags_storage.h', | 530 'browser/pref_service_flags_storage.h', |
| 530 'browser/prefetch/prefetch.cc', | 531 'browser/prefetch/prefetch.cc', |
| 531 'browser/prefetch/prefetch.h', | 532 'browser/prefetch/prefetch.h', |
| 532 'browser/prefetch/prefetch_field_trial.cc', | 533 'browser/prefetch/prefetch_field_trial.cc', |
| 533 'browser/prefetch/prefetch_field_trial.h', | 534 'browser/prefetch/prefetch_field_trial.h', |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 776 'chrome_browser_non_chromeos_sources': [ | 777 'chrome_browser_non_chromeos_sources': [ |
| 777 'browser/signin/signin_global_error.cc', | 778 'browser/signin/signin_global_error.cc', |
| 778 'browser/signin/signin_global_error.h', | 779 'browser/signin/signin_global_error.h', |
| 779 'browser/signin/signin_global_error_factory.cc', | 780 'browser/signin/signin_global_error_factory.cc', |
| 780 'browser/signin/signin_global_error_factory.h', | 781 'browser/signin/signin_global_error_factory.h', |
| 781 'browser/sync/sync_global_error_factory.cc', | 782 'browser/sync/sync_global_error_factory.cc', |
| 782 'browser/sync/sync_global_error_factory.h', | 783 'browser/sync/sync_global_error_factory.h', |
| 783 ], | 784 ], |
| 784 # Everything but Android, iOS, and CrOS. | 785 # Everything but Android, iOS, and CrOS. |
| 785 'chrome_browser_desktop_sources': [ | 786 'chrome_browser_desktop_sources': [ |
| 787 'browser/platform_util.cc', |
| 786 'browser/profiles/avatar_menu_actions_desktop.cc', | 788 'browser/profiles/avatar_menu_actions_desktop.cc', |
| 787 'browser/profiles/avatar_menu_actions_desktop.h', | 789 'browser/profiles/avatar_menu_actions_desktop.h', |
| 788 'browser/profiles/avatar_menu_desktop.cc', | 790 'browser/profiles/avatar_menu_desktop.cc', |
| 789 'browser/profiles/avatar_menu_observer.h', | 791 'browser/profiles/avatar_menu_observer.h', |
| 790 'browser/profiles/profile_list_desktop.cc', | 792 'browser/profiles/profile_list_desktop.cc', |
| 791 'browser/profiles/profile_list_desktop.h', | 793 'browser/profiles/profile_list_desktop.h', |
| 792 ], | 794 ], |
| 793 # Miscellaneous files that were brought up on iOS before the decision not | 795 # Miscellaneous files that were brought up on iOS before the decision not |
| 794 # to use chrome/ for iOS. These, plus a few of the directory-specific | 796 # to use chrome/ for iOS. These, plus a few of the directory-specific |
| 795 # source lists below, are all that are built on iOS. These are built | 797 # source lists below, are all that are built on iOS. These are built |
| (...skipping 2930 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3726 'variables': { | 3728 'variables': { |
| 3727 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3729 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3728 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3730 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3729 }, | 3731 }, |
| 3730 'includes': [ '../build/protoc.gypi' ] | 3732 'includes': [ '../build/protoc.gypi' ] |
| 3731 }, | 3733 }, |
| 3732 ], | 3734 ], |
| 3733 },], | 3735 },], |
| 3734 ], | 3736 ], |
| 3735 } | 3737 } |
| OLD | NEW |