| 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 4856 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4867 # Avoid gcc 4.5 miscompilation of template_url.cc | 4867 # Avoid gcc 4.5 miscompilation of template_url.cc |
| 4868 # as per http://crbug.com/41887 | 4868 # as per http://crbug.com/41887 |
| 4869 'cflags': [ | 4869 'cflags': [ |
| 4870 '-fno-ipa-cp', | 4870 '-fno-ipa-cp', |
| 4871 ], | 4871 ], |
| 4872 }], | 4872 }], |
| 4873 ], | 4873 ], |
| 4874 }], | 4874 }], |
| 4875 ['enable_plugin_installation==0', { | 4875 ['enable_plugin_installation==0', { |
| 4876 'sources!': [ | 4876 'sources!': [ |
| 4877 'browser/plugin_finder.cc', | 4877 # TODO(ibraaaa): Return plugin_installer.{h/cc}. |
| 4878 'browser/plugin_finder.h', | |
| 4879 'browser/plugin_installer.cc', | |
| 4880 'browser/plugin_installer.h', | |
| 4881 'browser/plugin_installer_observer.cc', | 4878 'browser/plugin_installer_observer.cc', |
| 4882 'browser/plugin_installer_observer.h', | 4879 'browser/plugin_installer_observer.h', |
| 4883 ], | 4880 ], |
| 4884 }], | 4881 }], |
| 4885 ['enable_protector_service==0', { | 4882 ['enable_protector_service==0', { |
| 4886 'sources!': [ | 4883 'sources!': [ |
| 4887 'browser/protector/base_prefs_change.cc', | 4884 'browser/protector/base_prefs_change.cc', |
| 4888 'browser/protector/base_prefs_change.h', | 4885 'browser/protector/base_prefs_change.h', |
| 4889 'browser/protector/base_setting_change.cc', | 4886 'browser/protector/base_setting_change.cc', |
| 4890 'browser/protector/base_setting_change.h', | 4887 'browser/protector/base_setting_change.h', |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5059 'includes': [ '../build/jni_generator.gypi' ], | 5056 'includes': [ '../build/jni_generator.gypi' ], |
| 5060 'dependencies': [ | 5057 'dependencies': [ |
| 5061 'android_jar_jni_headers', | 5058 'android_jar_jni_headers', |
| 5062 ], | 5059 ], |
| 5063 }, | 5060 }, |
| 5064 ], | 5061 ], |
| 5065 }, | 5062 }, |
| 5066 ], | 5063 ], |
| 5067 ], | 5064 ], |
| 5068 } | 5065 } |
| OLD | NEW |