diff options
author | jbroman@chromium.org <jbroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-08 17:42:14 +0000 |
---|---|---|
committer | jbroman@chromium.org <jbroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-08 17:42:14 +0000 |
commit | 1d6b6064f7d1644cd78618009bac0cdee6c6e8e1 (patch) | |
tree | 6239ae54311ae1d862e894d6f043eeedf270fe36 | |
parent | 69c8b39fc8ffb99b98ef3e5996b499095bc9efd0 (diff) | |
download | chromium_src-1d6b6064f7d1644cd78618009bac0cdee6c6e8e1.zip chromium_src-1d6b6064f7d1644cd78618009bac0cdee6c6e8e1.tar.gz chromium_src-1d6b6064f7d1644cd78618009bac0cdee6c6e8e1.tar.bz2 |
Move libusb/BUILD.gn to the main tree.
This seems to be equivalent to the current gyp file.
Tested with:
gn gen out/Release_gn
ninja -C out/Release_gn libusb
BUG=
Review URL: https://codereview.chromium.org/226363005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262447 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | BUILD.gn | 1 | ||||
-rw-r--r-- | third_party/libusb/BUILD.gn (renamed from tools/gn/secondary/third_party/libusb/BUILD.gn) | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -36,6 +36,7 @@ group("root") { #"//third_party/icu:icudata", #"//third_party/leveldatabase", "//third_party/libpng", + "//third_party/libusb", "//third_party/re2", "//third_party/zlib", "//tools/gn", diff --git a/tools/gn/secondary/third_party/libusb/BUILD.gn b/third_party/libusb/BUILD.gn index b374316..837e53c 100644 --- a/tools/gn/secondary/third_party/libusb/BUILD.gn +++ b/third_party/libusb/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2013 The Chromium Authors. All rights reserved. +# Copyright 2014 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. |