| 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 3397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3408 'browser/password_manager/native_backend_gnome_x.cc', | 3408 'browser/password_manager/native_backend_gnome_x.cc', |
| 3409 'browser/password_manager/native_backend_kwallet_x.h', | 3409 'browser/password_manager/native_backend_kwallet_x.h', |
| 3410 'browser/password_manager/native_backend_kwallet_x.cc', | 3410 'browser/password_manager/native_backend_kwallet_x.cc', |
| 3411 'browser/platform_util_linux.cc', | 3411 'browser/platform_util_linux.cc', |
| 3412 ], | 3412 ], |
| 3413 'link_settings': { | 3413 'link_settings': { |
| 3414 'libraries': [ | 3414 'libraries': [ |
| 3415 '-lpulse', | 3415 '-lpulse', |
| 3416 ], | 3416 ], |
| 3417 }, | 3417 }, |
| 3418 'dependencies': [ |
| 3419 '../build/linux/system.gyp:xtst', |
| 3420 ], |
| 3418 }], | 3421 }], |
| 3419 ['use_gconf==0', { | 3422 ['use_gconf==0', { |
| 3420 'sources!': [ | 3423 'sources!': [ |
| 3421 'browser/gtk/gconf_titlebar_listener.cc', | 3424 'browser/gtk/gconf_titlebar_listener.cc', |
| 3422 'browser/gtk/gconf_titlebar_listener.h', | 3425 'browser/gtk/gconf_titlebar_listener.h', |
| 3423 ], | 3426 ], |
| 3424 }], | 3427 }], |
| 3425 ['use_gnome_keyring==0', { | 3428 ['use_gnome_keyring==0', { |
| 3426 'sources!': [ | 3429 'sources!': [ |
| 3427 'browser/password_manager/native_backend_gnome_x.h', | 3430 'browser/password_manager/native_backend_gnome_x.h', |
| (...skipping 873 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4301 ], | 4304 ], |
| 4302 }, | 4305 }, |
| 4303 ], | 4306 ], |
| 4304 } | 4307 } |
| 4305 | 4308 |
| 4306 # Local Variables: | 4309 # Local Variables: |
| 4307 # tab-width:2 | 4310 # tab-width:2 |
| 4308 # indent-tabs-mode:nil | 4311 # indent-tabs-mode:nil |
| 4309 # End: | 4312 # End: |
| 4310 # vim: set expandtab tabstop=2 shiftwidth=2: | 4313 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |