| OLD | NEW |
| 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("//native_client/build/config/nacl_defines.gni") | 8 import("//native_client/build/config/nacl_defines.gni") |
| 9 import("//tools/grit/grit_rule.gni") | 9 import("//tools/grit/grit_rule.gni") |
| 10 | 10 |
| (...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 462 "//components/usb_service", | 462 "//components/usb_service", |
| 463 "//components/web_modal", | 463 "//components/web_modal", |
| 464 ] | 464 ] |
| 465 } else { | 465 } else { |
| 466 sources += rebase_path(gypi_values.chrome_browser_non_android_sources, | 466 sources += rebase_path(gypi_values.chrome_browser_non_android_sources, |
| 467 ".", "//chrome") | 467 ".", "//chrome") |
| 468 } | 468 } |
| 469 | 469 |
| 470 if (is_mac) { | 470 if (is_mac) { |
| 471 deps += [ | 471 deps += [ |
| 472 #"../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:google_
toolbox_for_mac", TODO(GYP) | 472 "//third_party/google_toolbox_for_mac", |
| 473 #"../third_party/mozilla/mozilla.gyp:mozilla", TODO(GYP) | 473 #"../third_party/mozilla/mozilla.gyp:mozilla", TODO(GYP) |
| 474 ] | 474 ] |
| 475 libs += [ | 475 libs += [ |
| 476 "Accelerate.framework", | 476 "Accelerate.framework", |
| 477 "AddressBook.framework", | 477 "AddressBook.framework", |
| 478 "AudioUnit.framework", | 478 "AudioUnit.framework", |
| 479 "DiskArbitration.framework", | 479 "DiskArbitration.framework", |
| 480 "IOKit.framework", | 480 "IOKit.framework", |
| 481 "ImageCaptureCore.framework", | 481 "ImageCaptureCore.framework", |
| 482 "OpenGL.framework", | 482 "OpenGL.framework", |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 656 # TODO(GYP) write internal action | 656 # TODO(GYP) write internal action |
| 657 if (false) { #if (is_chrome_branded) { | 657 if (false) { #if (is_chrome_branded) { |
| 658 action("chrome_internal_resources_gen") { | 658 action("chrome_internal_resources_gen") { |
| 659 # TODO(GYP) | 659 # TODO(GYP) |
| 660 } | 660 } |
| 661 } else { | 661 } else { |
| 662 group("chrome_internal_resources_gen") { | 662 group("chrome_internal_resources_gen") { |
| 663 # Empty placeholder. | 663 # Empty placeholder. |
| 664 } | 664 } |
| 665 } | 665 } |
| OLD | NEW |