| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser', | 9 'target_name': 'browser', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 1170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1181 'browser/plugin_data_remover_helper.cc', | 1181 'browser/plugin_data_remover_helper.cc', |
| 1182 'browser/plugin_data_remover_helper.h', | 1182 'browser/plugin_data_remover_helper.h', |
| 1183 'browser/plugin_finder.cc', | 1183 'browser/plugin_finder.cc', |
| 1184 'browser/plugin_finder.h', | 1184 'browser/plugin_finder.h', |
| 1185 'browser/plugin_installer.cc', | 1185 'browser/plugin_installer.cc', |
| 1186 'browser/plugin_installer.h', | 1186 'browser/plugin_installer.h', |
| 1187 'browser/plugin_infobar_delegates.cc', | 1187 'browser/plugin_infobar_delegates.cc', |
| 1188 'browser/plugin_infobar_delegates.h', | 1188 'browser/plugin_infobar_delegates.h', |
| 1189 'browser/plugin_installer_observer.cc', | 1189 'browser/plugin_installer_observer.cc', |
| 1190 'browser/plugin_installer_observer.h', | 1190 'browser/plugin_installer_observer.h', |
| 1191 'browser/plugin_metadata.cc', |
| 1192 'browser/plugin_metadata.h', |
| 1191 'browser/plugin_observer.cc', | 1193 'browser/plugin_observer.cc', |
| 1192 'browser/plugin_observer.h', | 1194 'browser/plugin_observer.h', |
| 1193 'browser/plugin_prefs.cc', | 1195 'browser/plugin_prefs.cc', |
| 1194 'browser/plugin_prefs.h', | 1196 'browser/plugin_prefs.h', |
| 1195 'browser/plugin_prefs_factory.cc', | 1197 'browser/plugin_prefs_factory.cc', |
| 1196 'browser/plugin_prefs_factory.h', | 1198 'browser/plugin_prefs_factory.h', |
| 1197 'browser/plugin_status_pref_setter.cc', | 1199 'browser/plugin_status_pref_setter.cc', |
| 1198 'browser/plugin_status_pref_setter.h', | 1200 'browser/plugin_status_pref_setter.h', |
| 1199 'browser/policy/async_policy_loader.cc', | 1201 'browser/policy/async_policy_loader.cc', |
| 1200 'browser/policy/async_policy_loader.h', | 1202 'browser/policy/async_policy_loader.h', |
| (...skipping 1400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2601 # Avoid gcc 4.5 miscompilation of template_url.cc | 2603 # Avoid gcc 4.5 miscompilation of template_url.cc |
| 2602 # as per http://crbug.com/41887 | 2604 # as per http://crbug.com/41887 |
| 2603 'cflags': [ | 2605 'cflags': [ |
| 2604 '-fno-ipa-cp', | 2606 '-fno-ipa-cp', |
| 2605 ], | 2607 ], |
| 2606 }], | 2608 }], |
| 2607 ], | 2609 ], |
| 2608 }], | 2610 }], |
| 2609 ['enable_plugin_installation==0', { | 2611 ['enable_plugin_installation==0', { |
| 2610 'sources!': [ | 2612 'sources!': [ |
| 2611 # TODO(ibraaaa): Return plugin_installer.{h/cc}. | 2613 'browser/plugin_installer.cc', |
| 2614 'browser/plugin_installer.h', |
| 2612 'browser/plugin_installer_observer.cc', | 2615 'browser/plugin_installer_observer.cc', |
| 2613 'browser/plugin_installer_observer.h', | 2616 'browser/plugin_installer_observer.h', |
| 2614 ], | 2617 ], |
| 2615 }], | 2618 }], |
| 2616 ['enable_protector_service==0', { | 2619 ['enable_protector_service==0', { |
| 2617 'sources!': [ | 2620 'sources!': [ |
| 2618 'browser/protector/base_prefs_change.cc', | 2621 'browser/protector/base_prefs_change.cc', |
| 2619 'browser/protector/base_prefs_change.h', | 2622 'browser/protector/base_prefs_change.h', |
| 2620 'browser/protector/base_setting_change.cc', | 2623 'browser/protector/base_setting_change.cc', |
| 2621 'browser/protector/base_setting_change.h', | 2624 'browser/protector/base_setting_change.h', |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2772 'includes': [ '../build/jni_generator.gypi' ], | 2775 'includes': [ '../build/jni_generator.gypi' ], |
| 2773 'dependencies': [ | 2776 'dependencies': [ |
| 2774 'android_jar_jni_headers', | 2777 'android_jar_jni_headers', |
| 2775 ], | 2778 ], |
| 2776 }, | 2779 }, |
| 2777 ], | 2780 ], |
| 2778 }, | 2781 }, |
| 2779 ], | 2782 ], |
| 2780 ], | 2783 ], |
| 2781 } | 2784 } |
| OLD | NEW |