| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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': '<(library)', | 9 'type': '<(library)', |
| 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| (...skipping 3199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3210 'browser/dom_ui/keyboard_ui.h', | 3210 'browser/dom_ui/keyboard_ui.h', |
| 3211 ], | 3211 ], |
| 3212 }], | 3212 }], |
| 3213 ['OS=="linux"', { | 3213 ['OS=="linux"', { |
| 3214 'dependencies': [ | 3214 'dependencies': [ |
| 3215 '../build/linux/system.gyp:dbus-glib', | 3215 '../build/linux/system.gyp:dbus-glib', |
| 3216 '../build/linux/system.gyp:gconf', | 3216 '../build/linux/system.gyp:gconf', |
| 3217 '../build/linux/system.gyp:gtk', | 3217 '../build/linux/system.gyp:gtk', |
| 3218 '../build/linux/system.gyp:gtkprint', | 3218 '../build/linux/system.gyp:gtkprint', |
| 3219 '../build/linux/system.gyp:nss', | 3219 '../build/linux/system.gyp:nss', |
| 3220 '../third_party/undoview/undoview.gyp:undoview', |
| 3220 ], | 3221 ], |
| 3221 'link_settings': { | 3222 'link_settings': { |
| 3222 'libraries': [ | 3223 'libraries': [ |
| 3223 # For dlsym() in 'browser/zygote_main_linux.cc' | 3224 # For dlsym() in 'browser/zygote_main_linux.cc' |
| 3224 '-ldl', | 3225 '-ldl', |
| 3225 ], | 3226 ], |
| 3226 }, | 3227 }, |
| 3227 'sources!': [ | 3228 'sources!': [ |
| 3228 'browser/views/extensions/extension_view.cc', | 3229 'browser/views/extensions/extension_view.cc', |
| 3229 'browser/views/extensions/extension_view.h', | 3230 'browser/views/extensions/extension_view.h', |
| (...skipping 815 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4045 ], | 4046 ], |
| 4046 }, | 4047 }, |
| 4047 ], | 4048 ], |
| 4048 } | 4049 } |
| 4049 | 4050 |
| 4050 # Local Variables: | 4051 # Local Variables: |
| 4051 # tab-width:2 | 4052 # tab-width:2 |
| 4052 # indent-tabs-mode:nil | 4053 # indent-tabs-mode:nil |
| 4053 # End: | 4054 # End: |
| 4054 # vim: set expandtab tabstop=2 shiftwidth=2: | 4055 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |