| 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 2754 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2765 ], | 2765 ], |
| 2766 'sources!': [ | 2766 'sources!': [ |
| 2767 'browser/autocomplete/keyword_extensions_delegate_impl.cc', | 2767 'browser/autocomplete/keyword_extensions_delegate_impl.cc', |
| 2768 'browser/autocomplete/keyword_extensions_delegate_impl.h', | 2768 'browser/autocomplete/keyword_extensions_delegate_impl.h', |
| 2769 'browser/content_settings/content_settings_custom_extension_provider
.cc', | 2769 'browser/content_settings/content_settings_custom_extension_provider
.cc', |
| 2770 'browser/content_settings/content_settings_custom_extension_provider
.h', | 2770 'browser/content_settings/content_settings_custom_extension_provider
.h', |
| 2771 'browser/content_settings/content_settings_internal_extension_provid
er.cc', | 2771 'browser/content_settings/content_settings_internal_extension_provid
er.cc', |
| 2772 'browser/content_settings/content_settings_internal_extension_provid
er.h', | 2772 'browser/content_settings/content_settings_internal_extension_provid
er.h', |
| 2773 'browser/renderer_host/chrome_extension_message_filter.cc', | 2773 'browser/renderer_host/chrome_extension_message_filter.cc', |
| 2774 'browser/renderer_host/chrome_extension_message_filter.h', | 2774 'browser/renderer_host/chrome_extension_message_filter.h', |
| 2775 'browser/safe_json_parser.cc', |
| 2776 'browser/safe_json_parser.h', |
| 2775 ], | 2777 ], |
| 2776 }], | 2778 }], |
| 2777 ['enable_background==0', { | 2779 ['enable_background==0', { |
| 2778 'sources/': [ | 2780 'sources/': [ |
| 2779 ['exclude', '^browser/background/'], | 2781 ['exclude', '^browser/background/'], |
| 2780 ], | 2782 ], |
| 2781 }], | 2783 }], |
| 2782 ['enable_task_manager==0', { | 2784 ['enable_task_manager==0', { |
| 2783 'sources/': [ | 2785 'sources/': [ |
| 2784 ['exclude', '^browser/task_manager/'], | 2786 ['exclude', '^browser/task_manager/'], |
| (...skipping 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3817 'package_name': 'org/chromium/chrome/browser', | 3819 'package_name': 'org/chromium/chrome/browser', |
| 3818 'template_deps': ['browser/android/tab_load_status.h'], | 3820 'template_deps': ['browser/android/tab_load_status.h'], |
| 3819 }, | 3821 }, |
| 3820 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3822 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3821 }, | 3823 }, |
| 3822 ], | 3824 ], |
| 3823 }, | 3825 }, |
| 3824 ], | 3826 ], |
| 3825 ], | 3827 ], |
| 3826 } | 3828 } |
| OLD | NEW |