| 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 937 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 948 'browser/importer/profile_writer.cc', | 948 'browser/importer/profile_writer.cc', |
| 949 'browser/importer/profile_writer.h', | 949 'browser/importer/profile_writer.h', |
| 950 'browser/infobars/confirm_infobar_delegate.cc', | 950 'browser/infobars/confirm_infobar_delegate.cc', |
| 951 'browser/infobars/confirm_infobar_delegate.h', | 951 'browser/infobars/confirm_infobar_delegate.h', |
| 952 'browser/infobars/infobar.cc', | 952 'browser/infobars/infobar.cc', |
| 953 'browser/infobars/infobar.h', | 953 'browser/infobars/infobar.h', |
| 954 'browser/infobars/infobar_container.cc', | 954 'browser/infobars/infobar_container.cc', |
| 955 'browser/infobars/infobar_container.h', | 955 'browser/infobars/infobar_container.h', |
| 956 'browser/infobars/infobar_delegate.cc', | 956 'browser/infobars/infobar_delegate.cc', |
| 957 'browser/infobars/infobar_delegate.h', | 957 'browser/infobars/infobar_delegate.h', |
| 958 'browser/infobars/infobar_manager.cc', |
| 959 'browser/infobars/infobar_manager.h', |
| 958 'browser/infobars/infobar_service.cc', | 960 'browser/infobars/infobar_service.cc', |
| 959 'browser/infobars/infobar_service.h', | 961 'browser/infobars/infobar_service.h', |
| 960 'browser/infobars/insecure_content_infobar_delegate.cc', | 962 'browser/infobars/insecure_content_infobar_delegate.cc', |
| 961 'browser/infobars/insecure_content_infobar_delegate.h', | 963 'browser/infobars/insecure_content_infobar_delegate.h', |
| 962 'browser/infobars/simple_alert_infobar_delegate.cc', | 964 'browser/infobars/simple_alert_infobar_delegate.cc', |
| 963 'browser/infobars/simple_alert_infobar_delegate.h', | 965 'browser/infobars/simple_alert_infobar_delegate.h', |
| 964 'browser/install_verification/win/imported_module_verification.cc', | 966 'browser/install_verification/win/imported_module_verification.cc', |
| 965 'browser/install_verification/win/imported_module_verification.h', | 967 'browser/install_verification/win/imported_module_verification.h', |
| 966 'browser/install_verification/win/install_verification.cc', | 968 'browser/install_verification/win/install_verification.cc', |
| 967 'browser/install_verification/win/install_verification.h', | 969 'browser/install_verification/win/install_verification.h', |
| (...skipping 2913 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3881 'package_name': 'org/chromium/chrome/browser', | 3883 'package_name': 'org/chromium/chrome/browser', |
| 3882 'template_deps': ['browser/android/tab_load_status.h'], | 3884 'template_deps': ['browser/android/tab_load_status.h'], |
| 3883 }, | 3885 }, |
| 3884 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3886 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3885 }, | 3887 }, |
| 3886 ], | 3888 ], |
| 3887 }, | 3889 }, |
| 3888 ], | 3890 ], |
| 3889 ], | 3891 ], |
| 3890 } | 3892 } |
| OLD | NEW |