| 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 1215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1226 'browser/plugins/plugin_data_remover_helper.cc', | 1226 'browser/plugins/plugin_data_remover_helper.cc', |
| 1227 'browser/plugins/plugin_data_remover_helper.h', | 1227 'browser/plugins/plugin_data_remover_helper.h', |
| 1228 'browser/plugins/plugin_finder.cc', | 1228 'browser/plugins/plugin_finder.cc', |
| 1229 'browser/plugins/plugin_finder.h', | 1229 'browser/plugins/plugin_finder.h', |
| 1230 'browser/plugins/plugin_installer.cc', | 1230 'browser/plugins/plugin_installer.cc', |
| 1231 'browser/plugins/plugin_installer.h', | 1231 'browser/plugins/plugin_installer.h', |
| 1232 'browser/plugins/plugin_infobar_delegates.cc', | 1232 'browser/plugins/plugin_infobar_delegates.cc', |
| 1233 'browser/plugins/plugin_infobar_delegates.h', | 1233 'browser/plugins/plugin_infobar_delegates.h', |
| 1234 'browser/plugins/plugin_installer_observer.cc', | 1234 'browser/plugins/plugin_installer_observer.cc', |
| 1235 'browser/plugins/plugin_installer_observer.h', | 1235 'browser/plugins/plugin_installer_observer.h', |
| 1236 'browser/plugins/plugin_metadata.cc', |
| 1237 'browser/plugins/plugin_metadata.h', |
| 1236 'browser/plugins/plugin_observer.cc', | 1238 'browser/plugins/plugin_observer.cc', |
| 1237 'browser/plugins/plugin_observer.h', | 1239 'browser/plugins/plugin_observer.h', |
| 1238 'browser/plugins/plugin_prefs.cc', | 1240 'browser/plugins/plugin_prefs.cc', |
| 1239 'browser/plugins/plugin_prefs.h', | 1241 'browser/plugins/plugin_prefs.h', |
| 1240 'browser/plugins/plugin_prefs_factory.cc', | 1242 'browser/plugins/plugin_prefs_factory.cc', |
| 1241 'browser/plugins/plugin_prefs_factory.h', | 1243 'browser/plugins/plugin_prefs_factory.h', |
| 1242 'browser/plugins/plugin_status_pref_setter.cc', | 1244 'browser/plugins/plugin_status_pref_setter.cc', |
| 1243 'browser/plugins/plugin_status_pref_setter.h', | 1245 'browser/plugins/plugin_status_pref_setter.h', |
| 1244 'browser/policy/async_policy_loader.cc', | 1246 'browser/policy/async_policy_loader.cc', |
| 1245 'browser/policy/async_policy_loader.h', | 1247 'browser/policy/async_policy_loader.h', |
| (...skipping 1418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2664 # Avoid gcc 4.5 miscompilation of template_url.cc | 2666 # Avoid gcc 4.5 miscompilation of template_url.cc |
| 2665 # as per http://crbug.com/41887 | 2667 # as per http://crbug.com/41887 |
| 2666 'cflags': [ | 2668 'cflags': [ |
| 2667 '-fno-ipa-cp', | 2669 '-fno-ipa-cp', |
| 2668 ], | 2670 ], |
| 2669 }], | 2671 }], |
| 2670 ], | 2672 ], |
| 2671 }], | 2673 }], |
| 2672 ['enable_plugin_installation==0', { | 2674 ['enable_plugin_installation==0', { |
| 2673 'sources!': [ | 2675 'sources!': [ |
| 2674 # TODO(ibraaaa): Return plugin_installer.{h/cc}. | 2676 'browser/plugins/plugin_installer.cc', |
| 2677 'browser/plugins/plugin_installer.h', |
| 2675 'browser/plugins/plugin_installer_observer.cc', | 2678 'browser/plugins/plugin_installer_observer.cc', |
| 2676 'browser/plugins/plugin_installer_observer.h', | 2679 'browser/plugins/plugin_installer_observer.h', |
| 2677 ], | 2680 ], |
| 2678 }], | 2681 }], |
| 2679 ['enable_protector_service==0', { | 2682 ['enable_protector_service==0', { |
| 2680 'sources!': [ | 2683 'sources!': [ |
| 2681 'browser/protector/base_prefs_change.cc', | 2684 'browser/protector/base_prefs_change.cc', |
| 2682 'browser/protector/base_prefs_change.h', | 2685 'browser/protector/base_prefs_change.h', |
| 2683 'browser/protector/base_setting_change.cc', | 2686 'browser/protector/base_setting_change.cc', |
| 2684 'browser/protector/base_setting_change.h', | 2687 'browser/protector/base_setting_change.h', |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2836 'includes': [ '../build/jni_generator.gypi' ], | 2839 'includes': [ '../build/jni_generator.gypi' ], |
| 2837 'dependencies': [ | 2840 'dependencies': [ |
| 2838 'android_jar_jni_headers', | 2841 'android_jar_jni_headers', |
| 2839 ], | 2842 ], |
| 2840 }, | 2843 }, |
| 2841 ], | 2844 ], |
| 2842 }, | 2845 }, |
| 2843 ], | 2846 ], |
| 2844 ], | 2847 ], |
| 2845 } | 2848 } |
| OLD | NEW |