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 863 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
874 'browser/importer/importer_list.cc', | 874 'browser/importer/importer_list.cc', |
875 'browser/importer/importer_list.h', | 875 'browser/importer/importer_list.h', |
876 'browser/importer/importer_lock_dialog.h', | 876 'browser/importer/importer_lock_dialog.h', |
877 'browser/importer/importer_progress_observer.h', | 877 'browser/importer/importer_progress_observer.h', |
878 'browser/importer/importer_uma.cc', | 878 'browser/importer/importer_uma.cc', |
879 'browser/importer/importer_uma.h', | 879 'browser/importer/importer_uma.h', |
880 'browser/importer/in_process_importer_bridge.cc', | 880 'browser/importer/in_process_importer_bridge.cc', |
881 'browser/importer/in_process_importer_bridge.h', | 881 'browser/importer/in_process_importer_bridge.h', |
882 'browser/importer/profile_writer.cc', | 882 'browser/importer/profile_writer.cc', |
883 'browser/importer/profile_writer.h', | 883 'browser/importer/profile_writer.h', |
884 'browser/infobars/confirm_infobar_delegate.cc', | |
885 'browser/infobars/confirm_infobar_delegate.h', | |
886 'browser/infobars/infobar_service.cc', | 884 'browser/infobars/infobar_service.cc', |
887 'browser/infobars/infobar_service.h', | 885 'browser/infobars/infobar_service.h', |
888 'browser/infobars/insecure_content_infobar_delegate.cc', | 886 'browser/infobars/insecure_content_infobar_delegate.cc', |
889 'browser/infobars/insecure_content_infobar_delegate.h', | 887 'browser/infobars/insecure_content_infobar_delegate.h', |
890 'browser/infobars/simple_alert_infobar_delegate.cc', | 888 'browser/infobars/simple_alert_infobar_delegate.cc', |
891 'browser/infobars/simple_alert_infobar_delegate.h', | 889 'browser/infobars/simple_alert_infobar_delegate.h', |
892 'browser/install_verification/win/imported_module_verification.cc', | 890 'browser/install_verification/win/imported_module_verification.cc', |
893 'browser/install_verification/win/imported_module_verification.h', | 891 'browser/install_verification/win/imported_module_verification.h', |
894 'browser/install_verification/win/install_verification.cc', | 892 'browser/install_verification/win/install_verification.cc', |
895 'browser/install_verification/win/install_verification.h', | 893 'browser/install_verification/win/install_verification.h', |
(...skipping 2812 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3708 'package_name': 'org/chromium/chrome/browser', | 3706 'package_name': 'org/chromium/chrome/browser', |
3709 'template_deps': ['browser/android/tab_load_status.h'], | 3707 'template_deps': ['browser/android/tab_load_status.h'], |
3710 }, | 3708 }, |
3711 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3709 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3712 }, | 3710 }, |
3713 ], | 3711 ], |
3714 }, | 3712 }, |
3715 ], | 3713 ], |
3716 ], | 3714 ], |
3717 } | 3715 } |
OLD | NEW |