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

Side by Side Diff: content/content_browser.gypi

Issue 1755973002: Move non-content specific parts of content::MachBroker into base::MachPortBroker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove libbsm from content build rules. Created 4 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
« no previous file with comments | « content/browser/mach_broker_mac_unittest.cc ('k') | no next file » | 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/mime_util/mime_util.gyp:mime_util', 10 '../components/mime_util/mime_util.gyp:mime_util',
(...skipping 2072 matching lines...) Expand 10 before | Expand all | Expand 10 after
2083 ], 2083 ],
2084 'sources!': [ 2084 'sources!': [
2085 'browser/geolocation/empty_wifi_data_provider.cc', 2085 'browser/geolocation/empty_wifi_data_provider.cc',
2086 ], 2086 ],
2087 'dependencies': [ 2087 'dependencies': [
2088 '../media/media.gyp:media', 2088 '../media/media.gyp:media',
2089 '../third_party/mozilla/mozilla.gyp:mozilla', 2089 '../third_party/mozilla/mozilla.gyp:mozilla',
2090 '../third_party/sudden_motion_sensor/sudden_motion_sensor.gyp:sudden_mot ion_sensor', 2090 '../third_party/sudden_motion_sensor/sudden_motion_sensor.gyp:sudden_mot ion_sensor',
2091 '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_wid get_mac', 2091 '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_wid get_mac',
2092 ], 2092 ],
2093 'link_settings': {
2094 'libraries': [
2095 '$(SDKROOT)/usr/lib/libbsm.dylib',
2096 ],
2097 },
2098 }], 2093 }],
2099 ['chromeos==1', { 2094 ['chromeos==1', {
2100 'dependencies': [ 2095 'dependencies': [
2101 '../build/linux/system.gyp:dbus', 2096 '../build/linux/system.gyp:dbus',
2102 '../chromeos/chromeos.gyp:chromeos', 2097 '../chromeos/chromeos.gyp:chromeos',
2103 '../chromeos/chromeos.gyp:power_manager_proto', 2098 '../chromeos/chromeos.gyp:power_manager_proto',
2104 ], 2099 ],
2105 'sources!': [ 2100 'sources!': [
2106 'browser/device_sensors/data_fetcher_shared_memory_default.cc', 2101 'browser/device_sensors/data_fetcher_shared_memory_default.cc',
2107 'browser/geolocation/wifi_data_provider_linux.cc', 2102 'browser/geolocation/wifi_data_provider_linux.cc',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
2196 ['enable_webvr==1 and OS=="android"', { 2191 ['enable_webvr==1 and OS=="android"', {
2197 'sources': [ 2192 'sources': [
2198 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2193 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2199 'browser/vr/android/cardboard/cardboard_vr_device.h', 2194 'browser/vr/android/cardboard/cardboard_vr_device.h',
2200 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2195 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2201 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2196 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2202 ], 2197 ],
2203 }], 2198 }],
2204 ], 2199 ],
2205 } 2200 }
OLDNEW
« no previous file with comments | « content/browser/mach_broker_mac_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698