summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorQijiang Fan <fqj@chromium.org>2020-02-17 17:49:12 +0900
committerQijiang Fan <fqj@google.com>2020-02-18 12:12:50 +0000
commit991a472978a91cd467a6895bf47e1e6f8285b00a (patch)
tree43e48adb2294e9190d4b73b3dcb91fbc41c163c0 /BUILD.gn
parente4d2455964300c4402b68432d6a0eef3d7b17a74 (diff)
downloadplatform_external_libchrome-991a472978a91cd467a6895bf47e1e6f8285b00a.tar.gz
platform_external_libchrome-991a472978a91cd467a6895bf47e1e6f8285b00a.tar.bz2
platform_external_libchrome-991a472978a91cd467a6895bf47e1e6f8285b00a.zip
add missing files from same resvision of browser tree
BUILD.gn files are edit with little-effort, so many of the added files are not compiled in. This helps with future uprev. BUG=chromium:1048060 TEST=emerge Change-Id: I32b77ce2e40425a0a45c6672457ac736ca248ccd
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index b956970b2..66872482a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1,6 +1,9 @@
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+#
+# BUILD.gn doesn't compile all files in the directory to reduce build size.
+# Missing files can be added if needed.
import("//common-mk/mojom_bindings_generator.gni")
import("//common-mk/pkg_config.gni")