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

Side by Side Diff: chrome/chrome_browser_chromeos.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 | « build/linux/system.gyp ('k') | chrome/chrome_browser_extensions.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 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 26 matching lines...) Expand all
37 'common_net', 37 'common_net',
38 'contacts_proto', 38 'contacts_proto',
39 'debugger', 39 'debugger',
40 'drive_proto', 40 'drive_proto',
41 'feedback_proto', 41 'feedback_proto',
42 'in_memory_url_index_cache_proto', 42 'in_memory_url_index_cache_proto',
43 'installer_util', 43 'installer_util',
44 'safe_browsing_proto', 44 'safe_browsing_proto',
45 'safe_browsing_report_proto', 45 'safe_browsing_report_proto',
46 'variations_seed_proto', 46 'variations_seed_proto',
47 '../build/linux/system.gyp:dbus-glib', 47 '../build/linux/system.gyp:dbus',
48 '../build/temp_gyp/googleurl.gyp:googleurl', 48 '../build/temp_gyp/googleurl.gyp:googleurl',
49 '../chromeos/chromeos.gyp:chromeos', 49 '../chromeos/chromeos.gyp:chromeos',
50 '../content/content.gyp:content_browser', 50 '../content/content.gyp:content_browser',
51 '../content/content.gyp:content_common', 51 '../content/content.gyp:content_common',
52 '../crypto/crypto.gyp:crypto', 52 '../crypto/crypto.gyp:crypto',
53 '../dbus/dbus.gyp:dbus', 53 '../dbus/dbus.gyp:dbus',
54 '../device/device.gyp:device_bluetooth', 54 '../device/device.gyp:device_bluetooth',
55 '../media/media.gyp:media', 55 '../media/media.gyp:media',
56 '../net/net.gyp:net', 56 '../net/net.gyp:net',
57 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin 57 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin
(...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 'type': 'static_library', 739 'type': 'static_library',
740 'sources': [ 'browser/chromeos/drive/drive.proto' ], 740 'sources': [ 'browser/chromeos/drive/drive.proto' ],
741 'variables': { 741 'variables': {
742 'proto_in_dir': 'browser/chromeos/drive', 742 'proto_in_dir': 'browser/chromeos/drive',
743 'proto_out_dir': 'chrome/browser/chromeos/drive', 743 'proto_out_dir': 'chrome/browser/chromeos/drive',
744 }, 744 },
745 'includes': [ '../build/protoc.gypi' ] 745 'includes': [ '../build/protoc.gypi' ]
746 }, 746 },
747 ], 747 ],
748 } 748 }
OLDNEW
« no previous file with comments | « build/linux/system.gyp ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698