| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser', | 8 'target_name': 'browser', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 3835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3846 'browser/ui/views/extensions/extension_view.h', | 3846 'browser/ui/views/extensions/extension_view.h', |
| 3847 ], | 3847 ], |
| 3848 'sources': [ | 3848 'sources': [ |
| 3849 'browser/crash_handler_host_linux.h', | 3849 'browser/crash_handler_host_linux.h', |
| 3850 'browser/first_run/upgrade_util.cc', | 3850 'browser/first_run/upgrade_util.cc', |
| 3851 'browser/first_run/upgrade_util.h', | 3851 'browser/first_run/upgrade_util.h', |
| 3852 ], | 3852 ], |
| 3853 'conditions': [ | 3853 'conditions': [ |
| 3854 ['use_gnome_keyring==1', { | 3854 ['use_gnome_keyring==1', { |
| 3855 'dependencies': [ | 3855 'dependencies': [ |
| 3856 '../build/linux/system.gyp:gnome-keyring', | 3856 '../build/linux/system.gyp:gnome_keyring', |
| 3857 ], | 3857 ], |
| 3858 }], | 3858 }], |
| 3859 ['linux_breakpad==1', { | 3859 ['linux_breakpad==1', { |
| 3860 'sources': [ | 3860 'sources': [ |
| 3861 'app/breakpad_linux.cc', | 3861 'app/breakpad_linux.cc', |
| 3862 'app/breakpad_linux.h', | 3862 'app/breakpad_linux.h', |
| 3863 'browser/crash_handler_host_linux.cc', | 3863 'browser/crash_handler_host_linux.cc', |
| 3864 ], | 3864 ], |
| 3865 'dependencies': [ | 3865 'dependencies': [ |
| 3866 '../breakpad/breakpad.gyp:breakpad_client', | 3866 '../breakpad/breakpad.gyp:breakpad_client', |
| (...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4815 ], | 4815 ], |
| 4816 'export_dependent_settings': [ | 4816 'export_dependent_settings': [ |
| 4817 'in_memory_url_index_cache_proto', | 4817 'in_memory_url_index_cache_proto', |
| 4818 ], | 4818 ], |
| 4819 # This target exports a hard dependency because it includes generated | 4819 # This target exports a hard dependency because it includes generated |
| 4820 # header files. | 4820 # header files. |
| 4821 'hard_dependency': 1, | 4821 'hard_dependency': 1, |
| 4822 }, | 4822 }, |
| 4823 ], | 4823 ], |
| 4824 } | 4824 } |
| OLD | NEW |