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

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

Issue 1961473003: [Mac/GN] Set up the component build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 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
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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 libs += [ "jnigraphics" ] 372 libs += [ "jnigraphics" ]
373 } 373 }
374 374
375 if (is_mac) { 375 if (is_mac) {
376 sources -= [ 376 sources -= [
377 "device_sensors/data_fetcher_shared_memory_default.cc", 377 "device_sensors/data_fetcher_shared_memory_default.cc",
378 "geolocation/empty_wifi_data_provider.cc", 378 "geolocation/empty_wifi_data_provider.cc",
379 "geolocation/empty_wifi_data_provider.h", 379 "geolocation/empty_wifi_data_provider.h",
380 ] 380 ]
381 deps += [ 381 deps += [
382 "//media",
382 "//sandbox/mac:sandbox", 383 "//sandbox/mac:sandbox",
383 "//third_party/mozilla", 384 "//third_party/mozilla",
384 "//third_party/sudden_motion_sensor", 385 "//third_party/sudden_motion_sensor",
385 "//ui/accelerated_widget_mac", 386 "//ui/accelerated_widget_mac",
386 ] 387 ]
388 libs += [
389 "Carbon.framework",
390 "QuartzCore.framework",
391 "IOSurface.framework",
392 ]
387 } 393 }
388 394
389 if (is_chromeos) { 395 if (is_chromeos) {
390 sources -= [ "device_sensors/data_fetcher_shared_memory_default.cc" ] 396 sources -= [ "device_sensors/data_fetcher_shared_memory_default.cc" ]
391 deps += [ 397 deps += [
392 "//chromeos", 398 "//chromeos",
393 "//chromeos:power_manager_proto", 399 "//chromeos:power_manager_proto",
394 ] 400 ]
395 } 401 }
396 402
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 if (!is_component_build) { 543 if (!is_component_build) {
538 public_deps = [ 544 public_deps = [
539 ":browser", 545 ":browser",
540 ] 546 ]
541 } else { 547 } else {
542 public_deps = [ 548 public_deps = [
543 "//third_party/leveldatabase", 549 "//third_party/leveldatabase",
544 ] 550 ]
545 } 551 }
546 } 552 }
OLDNEW
« no previous file with comments | « components/wifi/BUILD.gn ('k') | content/shell/BUILD.gn » ('j') | content/shell/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698