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

Side by Side Diff: ui/base/BUILD.gn

Issue 1902593003: [Mac/GN] Do not specify any default_libs to link. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « build/config/BUILD.gn ('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 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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/sanitizers/sanitizers.gni") 7 import("//build/config/sanitizers/sanitizers.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//ui/base/ui_features.gni") 10 import("//ui/base/ui_features.gni")
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 sources -= [ 508 sources -= [
509 "cursor/image_cursors.cc", 509 "cursor/image_cursors.cc",
510 "cursor/image_cursors.h", 510 "cursor/image_cursors.h",
511 "dragdrop/drag_utils.cc", 511 "dragdrop/drag_utils.cc",
512 "dragdrop/drag_utils.h", 512 "dragdrop/drag_utils.h",
513 ] 513 ]
514 514
515 libs += [ 515 libs += [
516 "Accelerate.framework", 516 "Accelerate.framework",
517 "AudioUnit.framework", 517 "AudioUnit.framework",
518 "Carbon.framework",
518 "CoreVideo.framework", 519 "CoreVideo.framework",
519 ] 520 ]
520 } 521 }
521 522
522 if (use_x11 || ozone_platform_x11) { 523 if (use_x11 || ozone_platform_x11) {
523 #'all_dependent_settings': { 524 #'all_dependent_settings': {
524 #'ldflags': [ 525 #'ldflags': [
525 #'-L<(PRODUCT_DIR)', 526 #'-L<(PRODUCT_DIR)',
526 #], 527 #],
527 #}, 528 #},
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 if (is_mac) { 955 if (is_mac) {
955 mac_framework_bundle("ui_unittests_framework") { 956 mac_framework_bundle("ui_unittests_framework") {
956 testonly = true 957 testonly = true
957 deps = [ 958 deps = [
958 "//ui/resources:ui_test_pak_bundle_data", 959 "//ui/resources:ui_test_pak_bundle_data",
959 ] 960 ]
960 info_plist = "test/framework-Info.plist" 961 info_plist = "test/framework-Info.plist"
961 output_name = "ui_unittests Framework" 962 output_name = "ui_unittests Framework"
962 } 963 }
963 } 964 }
OLDNEW
« no previous file with comments | « build/config/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698