| 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 5420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5431 # Avoid gcc 4.5 miscompilation of template_url.cc | 5431 # Avoid gcc 4.5 miscompilation of template_url.cc |
| 5432 # as per http://crbug.com/41887 | 5432 # as per http://crbug.com/41887 |
| 5433 'cflags': [ | 5433 'cflags': [ |
| 5434 '-fno-ipa-cp', | 5434 '-fno-ipa-cp', |
| 5435 ], | 5435 ], |
| 5436 }], | 5436 }], |
| 5437 ], | 5437 ], |
| 5438 }], | 5438 }], |
| 5439 ['enable_plugin_installation==0', { | 5439 ['enable_plugin_installation==0', { |
| 5440 'sources!': [ | 5440 'sources!': [ |
| 5441 'browser/plugin_finder.cc', | 5441 # TODO(ibraaaa): Return plugin_installer.{h/cc}. |
| 5442 'browser/plugin_finder.h', | |
| 5443 'browser/plugin_installer.cc', | |
| 5444 'browser/plugin_installer.h', | |
| 5445 'browser/plugin_installer_observer.cc', | 5442 'browser/plugin_installer_observer.cc', |
| 5446 'browser/plugin_installer_observer.h', | 5443 'browser/plugin_installer_observer.h', |
| 5447 ], | 5444 ], |
| 5448 }], | 5445 }], |
| 5449 ['enable_protector_service==0', { | 5446 ['enable_protector_service==0', { |
| 5450 'sources!': [ | 5447 'sources!': [ |
| 5451 'browser/protector/base_prefs_change.cc', | 5448 'browser/protector/base_prefs_change.cc', |
| 5452 'browser/protector/base_prefs_change.h', | 5449 'browser/protector/base_prefs_change.h', |
| 5453 'browser/protector/base_setting_change.cc', | 5450 'browser/protector/base_setting_change.cc', |
| 5454 'browser/protector/base_setting_change.h', | 5451 'browser/protector/base_setting_change.h', |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5643 'includes': [ '../build/jni_generator.gypi' ], | 5640 'includes': [ '../build/jni_generator.gypi' ], |
| 5644 'dependencies': [ | 5641 'dependencies': [ |
| 5645 'android_jar_jni_headers', | 5642 'android_jar_jni_headers', |
| 5646 ], | 5643 ], |
| 5647 }, | 5644 }, |
| 5648 ], | 5645 ], |
| 5649 }, | 5646 }, |
| 5650 ], | 5647 ], |
| 5651 ], | 5648 ], |
| 5652 } | 5649 } |
| OLD | NEW |