| 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 827 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 838 'browser/importer/toolbar_importer_utils.cc', | 838 'browser/importer/toolbar_importer_utils.cc', |
| 839 'browser/importer/toolbar_importer_utils.h', | 839 'browser/importer/toolbar_importer_utils.h', |
| 840 'browser/infobars/confirm_infobar_delegate.cc', | 840 'browser/infobars/confirm_infobar_delegate.cc', |
| 841 'browser/infobars/confirm_infobar_delegate.h', | 841 'browser/infobars/confirm_infobar_delegate.h', |
| 842 'browser/infobars/infobar.cc', | 842 'browser/infobars/infobar.cc', |
| 843 'browser/infobars/infobar.h', | 843 'browser/infobars/infobar.h', |
| 844 'browser/infobars/infobar_container.cc', | 844 'browser/infobars/infobar_container.cc', |
| 845 'browser/infobars/infobar_container.h', | 845 'browser/infobars/infobar_container.h', |
| 846 'browser/infobars/infobar_delegate.cc', | 846 'browser/infobars/infobar_delegate.cc', |
| 847 'browser/infobars/infobar_delegate.h', | 847 'browser/infobars/infobar_delegate.h', |
| 848 'browser/infobars/infobar_service.cc', |
| 848 'browser/infobars/infobar_service.h', | 849 'browser/infobars/infobar_service.h', |
| 849 'browser/infobars/infobar_tab_helper.cc', | |
| 850 'browser/infobars/infobar_tab_helper.h', | |
| 851 'browser/infobars/insecure_content_infobar_delegate.cc', | 850 'browser/infobars/insecure_content_infobar_delegate.cc', |
| 852 'browser/infobars/insecure_content_infobar_delegate.h', | 851 'browser/infobars/insecure_content_infobar_delegate.h', |
| 853 'browser/infobars/simple_alert_infobar_delegate.cc', | 852 'browser/infobars/simple_alert_infobar_delegate.cc', |
| 854 'browser/infobars/simple_alert_infobar_delegate.h', | 853 'browser/infobars/simple_alert_infobar_delegate.h', |
| 855 'browser/internal_auth.cc', | 854 'browser/internal_auth.cc', |
| 856 'browser/internal_auth.h', | 855 'browser/internal_auth.h', |
| 857 'browser/intranet_redirect_detector.cc', | 856 'browser/intranet_redirect_detector.cc', |
| 858 'browser/intranet_redirect_detector.h', | 857 'browser/intranet_redirect_detector.h', |
| 859 'browser/io_thread.cc', | 858 'browser/io_thread.cc', |
| 860 'browser/io_thread.h', | 859 'browser/io_thread.h', |
| (...skipping 2183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3044 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3043 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3045 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3044 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3046 }, | 3045 }, |
| 3047 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3046 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3048 }, | 3047 }, |
| 3049 ], | 3048 ], |
| 3050 }, | 3049 }, |
| 3051 ], | 3050 ], |
| 3052 ], | 3051 ], |
| 3053 } | 3052 } |
| OLD | NEW |