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