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 2267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2278 'CHROME_V8', | 2278 'CHROME_V8', |
2279 ], | 2279 ], |
2280 }], | 2280 }], |
2281 ['chromeos==0', { | 2281 ['chromeos==0', { |
2282 'sources/': [ | 2282 'sources/': [ |
2283 ['exclude', '^browser/chromeos'], | 2283 ['exclude', '^browser/chromeos'], |
2284 ], | 2284 ], |
2285 }], | 2285 }], |
2286 ['OS=="linux"', { | 2286 ['OS=="linux"', { |
2287 'dependencies': [ | 2287 'dependencies': [ |
| 2288 '../build/linux/system.gyp:dbus-glib', |
2288 # Temporarily disabled while we figure some stuff out. | 2289 # Temporarily disabled while we figure some stuff out. |
2289 # http://code.google.com/p/chromium/issues/detail?id=12351 | 2290 # http://code.google.com/p/chromium/issues/detail?id=12351 |
2290 # '../build/linux/system.gyp:dbus-glib', | |
2291 # '../build/linux/system.gyp:gnome-keyring', | 2291 # '../build/linux/system.gyp:gnome-keyring', |
2292 '../build/linux/system.gyp:gtk', | 2292 '../build/linux/system.gyp:gtk', |
2293 '../build/linux/system.gyp:gtkprint', | 2293 '../build/linux/system.gyp:gtkprint', |
2294 '../build/linux/system.gyp:nss', | 2294 '../build/linux/system.gyp:nss', |
2295 '../base/base.gyp:linux_versioninfo', | 2295 '../base/base.gyp:linux_versioninfo', |
2296 ], | 2296 ], |
2297 'link_settings': { | 2297 'link_settings': { |
2298 'libraries': [ | 2298 'libraries': [ |
2299 # For dlsym() in 'browser/zygote_main_linux.cc' | 2299 # For dlsym() in 'browser/zygote_main_linux.cc' |
2300 '-ldl', | 2300 '-ldl', |
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2904 ], | 2904 ], |
2905 }, | 2905 }, |
2906 ], | 2906 ], |
2907 } | 2907 } |
2908 | 2908 |
2909 # Local Variables: | 2909 # Local Variables: |
2910 # tab-width:2 | 2910 # tab-width:2 |
2911 # indent-tabs-mode:nil | 2911 # indent-tabs-mode:nil |
2912 # End: | 2912 # End: |
2913 # vim: set expandtab tabstop=2 shiftwidth=2: | 2913 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |