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

Side by Side Diff: content/browser/BUILD.gn

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 | « base/mac/mach_port_broker_unittest.cc ('k') | content/browser/mach_broker_mac.h » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//content/browser/browser.gni") 7 import("//content/browser/browser.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 9
10 source_set("browser") { 10 source_set("browser") {
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 "device_sensors/data_fetcher_shared_memory_default.cc", 396 "device_sensors/data_fetcher_shared_memory_default.cc",
397 "geolocation/empty_wifi_data_provider.cc", 397 "geolocation/empty_wifi_data_provider.cc",
398 "geolocation/empty_wifi_data_provider.h", 398 "geolocation/empty_wifi_data_provider.h",
399 ] 399 ]
400 deps += [ 400 deps += [
401 "//sandbox/mac:sandbox", 401 "//sandbox/mac:sandbox",
402 "//third_party/mozilla", 402 "//third_party/mozilla",
403 "//third_party/sudden_motion_sensor", 403 "//third_party/sudden_motion_sensor",
404 "//ui/accelerated_widget_mac", 404 "//ui/accelerated_widget_mac",
405 ] 405 ]
406 libs += [ 406 libs += [ "QTKit.framework" ]
407 "bsm",
408 "QTKit.framework",
409 ]
410 } 407 }
411 408
412 if (is_chromeos) { 409 if (is_chromeos) {
413 sources -= [ "device_sensors/data_fetcher_shared_memory_default.cc" ] 410 sources -= [ "device_sensors/data_fetcher_shared_memory_default.cc" ]
414 deps += [ 411 deps += [
415 "//chromeos", 412 "//chromeos",
416 "//chromeos:power_manager_proto", 413 "//chromeos:power_manager_proto",
417 ] 414 ]
418 } 415 }
419 416
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 528
532 if (enable_webvr && is_android) { 529 if (enable_webvr && is_android) {
533 sources += [ 530 sources += [
534 "vr/android/cardboard/cardboard_vr_device.cc", 531 "vr/android/cardboard/cardboard_vr_device.cc",
535 "vr/android/cardboard/cardboard_vr_device.h", 532 "vr/android/cardboard/cardboard_vr_device.h",
536 "vr/android/cardboard/cardboard_vr_device_provider.cc", 533 "vr/android/cardboard/cardboard_vr_device_provider.cc",
537 "vr/android/cardboard/cardboard_vr_device_provider.h", 534 "vr/android/cardboard/cardboard_vr_device_provider.h",
538 ] 535 ]
539 } 536 }
540 } 537 }
OLDNEW
« no previous file with comments | « base/mac/mach_port_broker_unittest.cc ('k') | content/browser/mach_broker_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698