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 1202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1213 'browser/performance_monitor/startup_timer.cc', | 1213 'browser/performance_monitor/startup_timer.cc', |
1214 'browser/performance_monitor/startup_timer.h', | 1214 'browser/performance_monitor/startup_timer.h', |
1215 'browser/platform_util.h', | 1215 'browser/platform_util.h', |
1216 'browser/platform_util_android.cc', | 1216 'browser/platform_util_android.cc', |
1217 'browser/platform_util_aura.cc', | 1217 'browser/platform_util_aura.cc', |
1218 'browser/platform_util_chromeos.cc', | 1218 'browser/platform_util_chromeos.cc', |
1219 'browser/platform_util_common_linux.cc', | 1219 'browser/platform_util_common_linux.cc', |
1220 'browser/platform_util_linux.cc', | 1220 'browser/platform_util_linux.cc', |
1221 'browser/platform_util_mac.mm', | 1221 'browser/platform_util_mac.mm', |
1222 'browser/platform_util_win.cc', | 1222 'browser/platform_util_win.cc', |
1223 'browser/plugin_data_remover_helper.cc', | 1223 'browser/plugins/plugin_data_remover_helper.cc', |
1224 'browser/plugin_data_remover_helper.h', | 1224 'browser/plugins/plugin_data_remover_helper.h', |
1225 'browser/plugin_finder.cc', | 1225 'browser/plugins/plugin_finder.cc', |
1226 'browser/plugin_finder.h', | 1226 'browser/plugins/plugin_finder.h', |
1227 'browser/plugin_installer.cc', | 1227 'browser/plugins/plugin_installer.cc', |
1228 'browser/plugin_installer.h', | 1228 'browser/plugins/plugin_installer.h', |
1229 'browser/plugin_infobar_delegates.cc', | 1229 'browser/plugins/plugin_infobar_delegates.cc', |
1230 'browser/plugin_infobar_delegates.h', | 1230 'browser/plugins/plugin_infobar_delegates.h', |
1231 'browser/plugin_installer_observer.cc', | 1231 'browser/plugins/plugin_installer_observer.cc', |
1232 'browser/plugin_installer_observer.h', | 1232 'browser/plugins/plugin_installer_observer.h', |
1233 'browser/plugin_observer.cc', | 1233 'browser/plugins/plugin_observer.cc', |
1234 'browser/plugin_observer.h', | 1234 'browser/plugins/plugin_observer.h', |
1235 'browser/plugin_prefs.cc', | 1235 'browser/plugins/plugin_prefs.cc', |
1236 'browser/plugin_prefs.h', | 1236 'browser/plugins/plugin_prefs.h', |
1237 'browser/plugin_prefs_factory.cc', | 1237 'browser/plugins/plugin_prefs_factory.cc', |
1238 'browser/plugin_prefs_factory.h', | 1238 'browser/plugins/plugin_prefs_factory.h', |
1239 'browser/plugin_status_pref_setter.cc', | 1239 'browser/plugins/plugin_status_pref_setter.cc', |
1240 'browser/plugin_status_pref_setter.h', | 1240 'browser/plugins/plugin_status_pref_setter.h', |
1241 'browser/policy/async_policy_loader.cc', | 1241 'browser/policy/async_policy_loader.cc', |
1242 'browser/policy/async_policy_loader.h', | 1242 'browser/policy/async_policy_loader.h', |
1243 'browser/policy/async_policy_provider.cc', | 1243 'browser/policy/async_policy_provider.cc', |
1244 'browser/policy/async_policy_provider.h', | 1244 'browser/policy/async_policy_provider.h', |
1245 'browser/policy/app_pack_updater.cc', | 1245 'browser/policy/app_pack_updater.cc', |
1246 'browser/policy/app_pack_updater.h', | 1246 'browser/policy/app_pack_updater.h', |
1247 'browser/policy/auto_enrollment_client.cc', | 1247 'browser/policy/auto_enrollment_client.cc', |
1248 'browser/policy/auto_enrollment_client.h', | 1248 'browser/policy/auto_enrollment_client.h', |
1249 'browser/policy/browser_policy_connector.cc', | 1249 'browser/policy/browser_policy_connector.cc', |
1250 'browser/policy/browser_policy_connector.h', | 1250 'browser/policy/browser_policy_connector.h', |
(...skipping 1415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2666 # as per http://crbug.com/41887 | 2666 # as per http://crbug.com/41887 |
2667 'cflags': [ | 2667 'cflags': [ |
2668 '-fno-ipa-cp', | 2668 '-fno-ipa-cp', |
2669 ], | 2669 ], |
2670 }], | 2670 }], |
2671 ], | 2671 ], |
2672 }], | 2672 }], |
2673 ['enable_plugin_installation==0', { | 2673 ['enable_plugin_installation==0', { |
2674 'sources!': [ | 2674 'sources!': [ |
2675 # TODO(ibraaaa): Return plugin_installer.{h/cc}. | 2675 # TODO(ibraaaa): Return plugin_installer.{h/cc}. |
2676 'browser/plugin_installer_observer.cc', | 2676 'browser/plugins/plugin_installer_observer.cc', |
2677 'browser/plugin_installer_observer.h', | 2677 'browser/plugins/plugin_installer_observer.h', |
2678 ], | 2678 ], |
2679 }], | 2679 }], |
2680 ['enable_protector_service==0', { | 2680 ['enable_protector_service==0', { |
2681 'sources!': [ | 2681 'sources!': [ |
2682 'browser/protector/base_prefs_change.cc', | 2682 'browser/protector/base_prefs_change.cc', |
2683 'browser/protector/base_prefs_change.h', | 2683 'browser/protector/base_prefs_change.h', |
2684 'browser/protector/base_setting_change.cc', | 2684 'browser/protector/base_setting_change.cc', |
2685 'browser/protector/base_setting_change.h', | 2685 'browser/protector/base_setting_change.h', |
2686 'browser/protector/default_search_provider_change.cc', | 2686 'browser/protector/default_search_provider_change.cc', |
2687 'browser/protector/prefs_backup_invalid_change.cc', | 2687 'browser/protector/prefs_backup_invalid_change.cc', |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2837 'includes': [ '../build/jni_generator.gypi' ], | 2837 'includes': [ '../build/jni_generator.gypi' ], |
2838 'dependencies': [ | 2838 'dependencies': [ |
2839 'android_jar_jni_headers', | 2839 'android_jar_jni_headers', |
2840 ], | 2840 ], |
2841 }, | 2841 }, |
2842 ], | 2842 ], |
2843 }, | 2843 }, |
2844 ], | 2844 ], |
2845 ], | 2845 ], |
2846 } | 2846 } |
OLD | NEW |