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 3210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3221 'browser/dom_ui/keyboard_ui.h', | 3221 'browser/dom_ui/keyboard_ui.h', |
3222 ], | 3222 ], |
3223 }], | 3223 }], |
3224 ['OS=="linux"', { | 3224 ['OS=="linux"', { |
3225 'dependencies': [ | 3225 'dependencies': [ |
3226 '../build/linux/system.gyp:dbus-glib', | 3226 '../build/linux/system.gyp:dbus-glib', |
3227 '../build/linux/system.gyp:gconf', | 3227 '../build/linux/system.gyp:gconf', |
3228 '../build/linux/system.gyp:gtk', | 3228 '../build/linux/system.gyp:gtk', |
3229 '../build/linux/system.gyp:gtkprint', | 3229 '../build/linux/system.gyp:gtkprint', |
3230 '../build/linux/system.gyp:nss', | 3230 '../build/linux/system.gyp:nss', |
| 3231 '../third_party/undoview/undoview.gyp:undoview', |
3231 ], | 3232 ], |
3232 'link_settings': { | 3233 'link_settings': { |
3233 'libraries': [ | 3234 'libraries': [ |
3234 # For dlsym() in 'browser/zygote_main_linux.cc' | 3235 # For dlsym() in 'browser/zygote_main_linux.cc' |
3235 '-ldl', | 3236 '-ldl', |
3236 ], | 3237 ], |
3237 }, | 3238 }, |
3238 'sources!': [ | 3239 'sources!': [ |
3239 'browser/views/extensions/extension_view.cc', | 3240 'browser/views/extensions/extension_view.cc', |
3240 'browser/views/extensions/extension_view.h', | 3241 'browser/views/extensions/extension_view.h', |
(...skipping 815 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4056 ], | 4057 ], |
4057 }, | 4058 }, |
4058 ], | 4059 ], |
4059 } | 4060 } |
4060 | 4061 |
4061 # Local Variables: | 4062 # Local Variables: |
4062 # tab-width:2 | 4063 # tab-width:2 |
4063 # indent-tabs-mode:nil | 4064 # indent-tabs-mode:nil |
4064 # End: | 4065 # End: |
4065 # vim: set expandtab tabstop=2 shiftwidth=2: | 4066 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |