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

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

Issue 407093015: GN: Make chrome/{browser,common,renderer} compile on mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: line wrap and remove gpu_memory_buffer_factory_x11.cc from non-x11 builds Created 6 years, 4 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 | Annotate | Revision Log
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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//components/nacl/nacl_defines.gni") 8 import("//components/nacl/nacl_defines.gni")
9 import("//tools/grit/grit_rule.gni") 9 import("//tools/grit/grit_rule.gni")
10 10
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 "//components/usb_service", 463 "//components/usb_service",
464 "//components/web_modal", 464 "//components/web_modal",
465 ] 465 ]
466 } else { 466 } else {
467 sources += rebase_path(gypi_values.chrome_browser_non_android_sources, 467 sources += rebase_path(gypi_values.chrome_browser_non_android_sources,
468 ".", "//chrome") 468 ".", "//chrome")
469 } 469 }
470 470
471 if (is_mac) { 471 if (is_mac) {
472 deps += [ 472 deps += [
473 #"../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:google_ toolbox_for_mac", TODO(GYP) 473 "//third_party/google_toolbox_for_mac",
474 #"../third_party/mozilla/mozilla.gyp:mozilla", TODO(GYP) 474 #"../third_party/mozilla/mozilla.gyp:mozilla", TODO(GYP)
475 ] 475 ]
476 libs += [ 476 libs += [
477 "Accelerate.framework", 477 "Accelerate.framework",
478 "AddressBook.framework", 478 "AddressBook.framework",
479 "AudioUnit.framework", 479 "AudioUnit.framework",
480 "DiskArbitration.framework", 480 "DiskArbitration.framework",
481 "IOKit.framework", 481 "IOKit.framework",
482 "ImageCaptureCore.framework", 482 "ImageCaptureCore.framework",
483 "OpenGL.framework", 483 "OpenGL.framework",
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 # TODO(GYP) write internal action 657 # TODO(GYP) write internal action
658 if (false) { #if (is_chrome_branded) { 658 if (false) { #if (is_chrome_branded) {
659 action("chrome_internal_resources_gen") { 659 action("chrome_internal_resources_gen") {
660 # TODO(GYP) 660 # TODO(GYP)
661 } 661 }
662 } else { 662 } else {
663 group("chrome_internal_resources_gen") { 663 group("chrome_internal_resources_gen") {
664 # Empty placeholder. 664 # Empty placeholder.
665 } 665 }
666 } 666 }
OLDNEW
« no previous file with comments | « build/secondary/third_party/google_toolbox_for_mac/BUILD.gn ('k') | chrome/browser/extensions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698