| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser', | 8 'target_name': 'browser', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 719 'browser/history/download_database.h', | 719 'browser/history/download_database.h', |
| 720 'browser/history/download_row.cc', | 720 'browser/history/download_row.cc', |
| 721 'browser/history/download_row.h', | 721 'browser/history/download_row.h', |
| 722 'browser/history/expire_history_backend.cc', | 722 'browser/history/expire_history_backend.cc', |
| 723 'browser/history/expire_history_backend.h', | 723 'browser/history/expire_history_backend.h', |
| 724 'browser/history/history_backend.cc', | 724 'browser/history/history_backend.cc', |
| 725 'browser/history/history_backend.h', | 725 'browser/history/history_backend.h', |
| 726 'browser/history/history_backend_android.cc', | 726 'browser/history/history_backend_android.cc', |
| 727 'browser/history/history_database.cc', | 727 'browser/history/history_database.cc', |
| 728 'browser/history/history_database.h', | 728 'browser/history/history_database.h', |
| 729 'browser/history/history_database_delegate.cc', |
| 730 'browser/history/history_database_delegate.h', |
| 729 'browser/history/history_db_task.h', | 731 'browser/history/history_db_task.h', |
| 730 'browser/history/history_details.h', | 732 'browser/history/history_details.h', |
| 731 'browser/history/history_marshaling.h', | 733 'browser/history/history_marshaling.h', |
| 732 'browser/history/history_marshaling_android.h', | 734 'browser/history/history_marshaling_android.h', |
| 733 'browser/history/history_notifications.cc', | 735 'browser/history/history_notifications.cc', |
| 734 'browser/history/history_notifications.h', | 736 'browser/history/history_notifications.h', |
| 735 'browser/history/history_publisher.cc', | 737 'browser/history/history_publisher.cc', |
| 736 'browser/history/history_publisher.h', | 738 'browser/history/history_publisher.h', |
| 737 'browser/history/history_publisher_none.cc', | 739 'browser/history/history_publisher_none.cc', |
| 738 'browser/history/history_publisher_win.cc', | 740 'browser/history/history_publisher_win.cc', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 783 'browser/history/top_sites_database.cc', | 785 'browser/history/top_sites_database.cc', |
| 784 'browser/history/top_sites_database.h', | 786 'browser/history/top_sites_database.h', |
| 785 'browser/history/top_sites_impl.cc', | 787 'browser/history/top_sites_impl.cc', |
| 786 'browser/history/top_sites_impl.h', | 788 'browser/history/top_sites_impl.h', |
| 787 'browser/history/top_sites_likely_impl.cc', | 789 'browser/history/top_sites_likely_impl.cc', |
| 788 'browser/history/top_sites_likely_impl.h', | 790 'browser/history/top_sites_likely_impl.h', |
| 789 'browser/history/typed_url_syncable_service.cc', | 791 'browser/history/typed_url_syncable_service.cc', |
| 790 'browser/history/typed_url_syncable_service.h', | 792 'browser/history/typed_url_syncable_service.h', |
| 791 'browser/history/url_database.cc', | 793 'browser/history/url_database.cc', |
| 792 'browser/history/url_database.h', | 794 'browser/history/url_database.h', |
| 795 'browser/history/url_database_observer.h', |
| 793 'browser/history/url_index_private_data.cc', | 796 'browser/history/url_index_private_data.cc', |
| 794 'browser/history/url_index_private_data.h', | 797 'browser/history/url_index_private_data.h', |
| 795 'browser/history/visit_database.cc', | 798 'browser/history/visit_database.cc', |
| 796 'browser/history/visit_database.h', | 799 'browser/history/visit_database.h', |
| 797 'browser/history/visit_filter.cc', | 800 'browser/history/visit_filter.cc', |
| 798 'browser/history/visit_filter.h', | 801 'browser/history/visit_filter.h', |
| 799 'browser/history/visit_tracker.cc', | 802 'browser/history/visit_tracker.cc', |
| 800 'browser/history/visit_tracker.h', | 803 'browser/history/visit_tracker.h', |
| 801 'browser/history/visitsegment_database.cc', | 804 'browser/history/visitsegment_database.cc', |
| 802 'browser/history/visitsegment_database.h', | 805 'browser/history/visitsegment_database.h', |
| (...skipping 2155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2958 'browser/chrome_browser_main_posix.cc', | 2961 'browser/chrome_browser_main_posix.cc', |
| 2959 'browser/chrome_browser_main_posix.h', | 2962 'browser/chrome_browser_main_posix.h', |
| 2960 'browser/chrome_process_singleton.cc', | 2963 'browser/chrome_process_singleton.cc', |
| 2961 'browser/process_singleton.cc', | 2964 'browser/process_singleton.cc', |
| 2962 | 2965 |
| 2963 # Android uses a different invalidation service | 2966 # Android uses a different invalidation service |
| 2964 'browser/invalidation/ticl_invalidation_service.cc', | 2967 'browser/invalidation/ticl_invalidation_service.cc', |
| 2965 'browser/invalidation/ticl_invalidation_service.h', | 2968 'browser/invalidation/ticl_invalidation_service.h', |
| 2966 | 2969 |
| 2967 'browser/sync/glue/synced_tab_delegate.cc', | 2970 'browser/sync/glue/synced_tab_delegate.cc', |
| 2971 |
| 2972 # Android defines it's own history_database_delegate |
| 2973 'browser/history/history_database_delegate.cc', |
| 2968 ], | 2974 ], |
| 2969 'sources/': [ | 2975 'sources/': [ |
| 2970 ['exclude', '^browser/captive_portal/'], | 2976 ['exclude', '^browser/captive_portal/'], |
| 2971 ['exclude', '^browser/diagnostics/'], | 2977 ['exclude', '^browser/diagnostics/'], |
| 2972 ['exclude', '^browser/first_run/'], | 2978 ['exclude', '^browser/first_run/'], |
| 2973 ['include', '^browser/first_run/first_run.cc'], # For ctor/dtor of a
struct. | 2979 ['include', '^browser/first_run/first_run.cc'], # For ctor/dtor of a
struct. |
| 2974 ['exclude', '^browser/importer/'], | 2980 ['exclude', '^browser/importer/'], |
| 2975 ['exclude', '^browser/media_galleries/'], | 2981 ['exclude', '^browser/media_galleries/'], |
| 2976 ['exclude', '^browser/service/'], | 2982 ['exclude', '^browser/service/'], |
| 2977 ['exclude', '^browser/sync/glue/app_'], | 2983 ['exclude', '^browser/sync/glue/app_'], |
| (...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3340 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3346 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3341 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3347 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3342 }, | 3348 }, |
| 3343 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3349 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3344 }, | 3350 }, |
| 3345 ], | 3351 ], |
| 3346 }, | 3352 }, |
| 3347 ], | 3353 ], |
| 3348 ], | 3354 ], |
| 3349 } | 3355 } |
| OLD | NEW |