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 3394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3405 'browser/password_manager/native_backend_kwallet_x.h', | 3405 'browser/password_manager/native_backend_kwallet_x.h', |
3406 'browser/password_manager/native_backend_kwallet_x.cc', | 3406 'browser/password_manager/native_backend_kwallet_x.cc', |
3407 'browser/platform_util_linux.cc', | 3407 'browser/platform_util_linux.cc', |
3408 ], | 3408 ], |
3409 'link_settings': { | 3409 'link_settings': { |
3410 'libraries': [ | 3410 'libraries': [ |
3411 '-lpulse', | 3411 '-lpulse', |
3412 ], | 3412 ], |
3413 }, | 3413 }, |
3414 }], | 3414 }], |
| 3415 ['use_gconf==0', { |
| 3416 'sources!': [ |
| 3417 'browser/gtk/gconf_titlebar_listener.cc', |
| 3418 'browser/gtk/gconf_titlebar_listener.h', |
| 3419 ], |
| 3420 }], |
3415 ['use_gnome_keyring==0', { | 3421 ['use_gnome_keyring==0', { |
3416 'sources!': [ | 3422 'sources!': [ |
3417 'browser/password_manager/native_backend_gnome_x.h', | 3423 'browser/password_manager/native_backend_gnome_x.h', |
3418 'browser/password_manager/native_backend_gnome_x.cc', | 3424 'browser/password_manager/native_backend_gnome_x.cc', |
3419 ], | 3425 ], |
3420 }], | 3426 }], |
3421 ['touchui==0', { | 3427 ['touchui==0', { |
3422 'sources!': [ | 3428 'sources!': [ |
3423 'browser/dom_ui/keyboard_ui.cc', | 3429 'browser/dom_ui/keyboard_ui.cc', |
3424 'browser/dom_ui/keyboard_ui.h', | 3430 'browser/dom_ui/keyboard_ui.h', |
(...skipping 890 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4315 ], | 4321 ], |
4316 }, | 4322 }, |
4317 ], | 4323 ], |
4318 } | 4324 } |
4319 | 4325 |
4320 # Local Variables: | 4326 # Local Variables: |
4321 # tab-width:2 | 4327 # tab-width:2 |
4322 # indent-tabs-mode:nil | 4328 # indent-tabs-mode:nil |
4323 # End: | 4329 # End: |
4324 # vim: set expandtab tabstop=2 shiftwidth=2: | 4330 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |