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 862 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
873 'browser/importer/nss_decryptor_system_nss.cc', | 873 'browser/importer/nss_decryptor_system_nss.cc', |
874 'browser/importer/nss_decryptor_system_nss.h', | 874 'browser/importer/nss_decryptor_system_nss.h', |
875 'browser/importer/nss_decryptor_win.cc', | 875 'browser/importer/nss_decryptor_win.cc', |
876 'browser/importer/nss_decryptor_win.h', | 876 'browser/importer/nss_decryptor_win.h', |
877 'browser/importer/profile_import_process_messages.cc', | 877 'browser/importer/profile_import_process_messages.cc', |
878 'browser/importer/profile_import_process_messages.h', | 878 'browser/importer/profile_import_process_messages.h', |
879 'browser/importer/profile_writer.cc', | 879 'browser/importer/profile_writer.cc', |
880 'browser/importer/profile_writer.h', | 880 'browser/importer/profile_writer.h', |
881 'browser/importer/safari_importer.h', | 881 'browser/importer/safari_importer.h', |
882 'browser/importer/safari_importer.mm', | 882 'browser/importer/safari_importer.mm', |
883 'browser/importer/toolbar_importer.cc', | |
884 'browser/importer/toolbar_importer.h', | |
885 'browser/importer/toolbar_importer_utils.cc', | |
886 'browser/importer/toolbar_importer_utils.h', | |
887 'browser/infobars/confirm_infobar_delegate.cc', | 883 'browser/infobars/confirm_infobar_delegate.cc', |
888 'browser/infobars/confirm_infobar_delegate.h', | 884 'browser/infobars/confirm_infobar_delegate.h', |
889 'browser/infobars/infobar.cc', | 885 'browser/infobars/infobar.cc', |
890 'browser/infobars/infobar.h', | 886 'browser/infobars/infobar.h', |
891 'browser/infobars/infobar_container.cc', | 887 'browser/infobars/infobar_container.cc', |
892 'browser/infobars/infobar_container.h', | 888 'browser/infobars/infobar_container.h', |
893 'browser/infobars/infobar_delegate.cc', | 889 'browser/infobars/infobar_delegate.cc', |
894 'browser/infobars/infobar_delegate.h', | 890 'browser/infobars/infobar_delegate.h', |
895 'browser/infobars/infobar_service.cc', | 891 'browser/infobars/infobar_service.cc', |
896 'browser/infobars/infobar_service.h', | 892 'browser/infobars/infobar_service.h', |
(...skipping 2447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3344 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3340 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3345 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3341 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3346 }, | 3342 }, |
3347 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3343 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3348 }, | 3344 }, |
3349 ], | 3345 ], |
3350 }, | 3346 }, |
3351 ], | 3347 ], |
3352 ], | 3348 ], |
3353 } | 3349 } |
OLD | NEW |