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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 11235031: Remove the dependency to dbus-glib from from the remaining places. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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_extensions', 8 'target_name': 'browser_extensions',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 ['exclude', '^browser/extensions/api/rtc_private/rtc_private_api.h'] , 648 ['exclude', '^browser/extensions/api/rtc_private/rtc_private_api.h'] ,
649 ['exclude', '^browser/extensions/api/terminal/terminal_extension_hel per.cc'], 649 ['exclude', '^browser/extensions/api/terminal/terminal_extension_hel per.cc'],
650 ['exclude', '^browser/extensions/api/terminal/terminal_extension_hel per.h'], 650 ['exclude', '^browser/extensions/api/terminal/terminal_extension_hel per.h'],
651 ['exclude', '^browser/extensions/api/terminal/terminal_private_api.c c'], 651 ['exclude', '^browser/extensions/api/terminal/terminal_private_api.c c'],
652 ['exclude', '^browser/extensions/api/terminal/terminal_private_api.h '], 652 ['exclude', '^browser/extensions/api/terminal/terminal_private_api.h '],
653 ['exclude', '^browser/extensions/extension_input_method_api.cc'], 653 ['exclude', '^browser/extensions/extension_input_method_api.cc'],
654 ['exclude', '^browser/extensions/extension_input_method_api.h'], 654 ['exclude', '^browser/extensions/extension_input_method_api.h'],
655 ], 655 ],
656 }, { # chromeos==1 656 }, { # chromeos==1
657 'dependencies': [ 657 'dependencies': [
658 '../build/linux/system.gyp:dbus-glib', 658 '../build/linux/system.gyp:dbus',
659 '../third_party/libevent/libevent.gyp:libevent', 659 '../third_party/libevent/libevent.gyp:libevent',
660 '../third_party/mozc/chrome/chromeos/renderer/chromeos_renderer.gyp: mozc_candidates_proto', 660 '../third_party/mozc/chrome/chromeos/renderer/chromeos_renderer.gyp: mozc_candidates_proto',
661 'browser/chromeos/input_method/input_method.gyp:gencode', 661 'browser/chromeos/input_method/input_method.gyp:gencode',
662 ], 662 ],
663 'sources!': [ 663 'sources!': [
664 'browser/extensions/default_apps.cc', 664 'browser/extensions/default_apps.cc',
665 'browser/extensions/default_apps.h', 665 'browser/extensions/default_apps.h',
666 ], 666 ],
667 }], 667 }],
668 ['enable_extensions==0', { 668 ['enable_extensions==0', {
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
869 'browser/extensions/app_host/update.cc', 869 'browser/extensions/app_host/update.cc',
870 'browser/extensions/app_host/update.h', 870 'browser/extensions/app_host/update.h',
871 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/app_host_exe_version.rc', 871 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/app_host_exe_version.rc',
872 ], 872 ],
873 }, 873 },
874 ], 874 ],
875 }, ], # 'OS=="win"' 875 }, ], # 'OS=="win"'
876 ], # 'conditions' 876 ], # 'conditions'
877 } 877 }
878 878
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698