| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 3464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3475 'browser/first_run/upgrade_util.cc', | 3475 'browser/first_run/upgrade_util.cc', |
| 3476 'browser/first_run/upgrade_util.h', | 3476 'browser/first_run/upgrade_util.h', |
| 3477 'browser/first_run/upgrade_util_linux.cc', | 3477 'browser/first_run/upgrade_util_linux.cc', |
| 3478 'browser/password_manager/native_backend_gnome_x.cc', | 3478 'browser/password_manager/native_backend_gnome_x.cc', |
| 3479 'browser/password_manager/native_backend_gnome_x.h', | 3479 'browser/password_manager/native_backend_gnome_x.h', |
| 3480 'browser/password_manager/native_backend_kwallet_x.cc', | 3480 'browser/password_manager/native_backend_kwallet_x.cc', |
| 3481 'browser/password_manager/native_backend_kwallet_x.h', | 3481 'browser/password_manager/native_backend_kwallet_x.h', |
| 3482 'browser/platform_util_linux.cc', | 3482 'browser/platform_util_linux.cc', |
| 3483 ], | 3483 ], |
| 3484 }], | 3484 }], |
| 3485 ['use_cups==1', { |
| 3486 'dependencies': [ |
| 3487 '../printing/printing.gyp:cups', |
| 3488 ], |
| 3489 }], |
| 3485 ['use_gconf==0', { | 3490 ['use_gconf==0', { |
| 3486 'sources!': [ | 3491 'sources!': [ |
| 3487 'browser/ui/gtk/gconf_titlebar_listener.cc', | 3492 'browser/ui/gtk/gconf_titlebar_listener.cc', |
| 3488 'browser/ui/gtk/gconf_titlebar_listener.h', | 3493 'browser/ui/gtk/gconf_titlebar_listener.h', |
| 3489 ], | 3494 ], |
| 3490 }], | 3495 }], |
| 3491 ['use_gnome_keyring==0', { | 3496 ['use_gnome_keyring==0', { |
| 3492 'sources!': [ | 3497 'sources!': [ |
| 3493 'browser/password_manager/native_backend_gnome_x.cc', | 3498 'browser/password_manager/native_backend_gnome_x.cc', |
| 3494 'browser/password_manager/native_backend_gnome_x.h', | 3499 'browser/password_manager/native_backend_gnome_x.h', |
| (...skipping 968 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4463 'hard_dependency': 1, | 4468 'hard_dependency': 1, |
| 4464 }, | 4469 }, |
| 4465 ], | 4470 ], |
| 4466 } | 4471 } |
| 4467 | 4472 |
| 4468 # Local Variables: | 4473 # Local Variables: |
| 4469 # tab-width:2 | 4474 # tab-width:2 |
| 4470 # indent-tabs-mode:nil | 4475 # indent-tabs-mode:nil |
| 4471 # End: | 4476 # End: |
| 4472 # vim: set expandtab tabstop=2 shiftwidth=2: | 4477 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |