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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6648002: Make DBUS an optional dependency so Chromium can be built without it.... Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 9 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 3418 matching lines...) Expand 10 before | Expand all | Expand 10 after
3429 '-lpulse', 3429 '-lpulse',
3430 ], 3430 ],
3431 }, 3431 },
3432 }], 3432 }],
3433 ['use_gconf==0', { 3433 ['use_gconf==0', {
3434 'sources!': [ 3434 'sources!': [
3435 'browser/ui/gtk/gconf_titlebar_listener.cc', 3435 'browser/ui/gtk/gconf_titlebar_listener.cc',
3436 'browser/ui/gtk/gconf_titlebar_listener.h', 3436 'browser/ui/gtk/gconf_titlebar_listener.h',
3437 ], 3437 ],
3438 }], 3438 }],
3439 ['use_dbus==0', {
3440 'sources!': [
3441 'browser/password_manager/native_backend_kwallet_x.cc',
3442 'browser/password_manager/native_backend_kwallet_x.h',
3443 ],
3444 }],
3439 ['use_gnome_keyring==0', { 3445 ['use_gnome_keyring==0', {
3440 'sources!': [ 3446 'sources!': [
3441 'browser/password_manager/native_backend_gnome_x.cc', 3447 'browser/password_manager/native_backend_gnome_x.cc',
3442 'browser/password_manager/native_backend_gnome_x.h', 3448 'browser/password_manager/native_backend_gnome_x.h',
3443 ], 3449 ],
3444 }], 3450 }],
3445 ['touchui==0', { 3451 ['touchui==0', {
3446 'sources/': [ 3452 'sources/': [
3447 ['exclude', '^browser/chromeos/webui/login/'], 3453 ['exclude', '^browser/chromeos/webui/login/'],
3448 ['exclude', '^browser/webui/keyboard_ui.*'], 3454 ['exclude', '^browser/webui/keyboard_ui.*'],
(...skipping 994 matching lines...) Expand 10 before | Expand all | Expand 10 after
4443 ], 4449 ],
4444 }, 4450 },
4445 ], 4451 ],
4446 } 4452 }
4447 4453
4448 # Local Variables: 4454 # Local Variables:
4449 # tab-width:2 4455 # tab-width:2
4450 # indent-tabs-mode:nil 4456 # indent-tabs-mode:nil
4451 # End: 4457 # End:
4452 # vim: set expandtab tabstop=2 shiftwidth=2: 4458 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | content/browser/geolocation/wifi_data_provider_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698