Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(333)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6883221: Linux: clean up the usage of "use_cups" gyp switch: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | printing/printing.gyp » ('j') | printing/printing.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698