summaryrefslogtreecommitdiffstats
path: root/components/pairing
diff options
context:
space:
mode:
authorcmasone <cmasone@chromium.org>2014-09-09 10:51:52 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-09 17:54:42 +0000
commit418e04caaf5701fac99ae766ab60f2e65279fccd (patch)
tree46650323294b0c5af13f24647ee134552379d9ea /components/pairing
parent94a808acb20aa64a5c3c75dd1f1eeac2f8b0dca1 (diff)
downloadchromium_src-418e04caaf5701fac99ae766ab60f2e65279fccd.zip
chromium_src-418e04caaf5701fac99ae766ab60f2e65279fccd.tar.gz
chromium_src-418e04caaf5701fac99ae766ab60f2e65279fccd.tar.bz2
GN: Fix some breakage for os==chromeos build
build/config/linux/BUILD.gn: * Usage of generate_library_loader for libbrlapi was incorrect; there * was nothing provided for "functions". This is now an empty list. chrome/chrome_common.gypi chrome/common/BUILD.gn * Reference to a removed file, chrome_version_info_linux.cc chromeos/BUILD.gn components/pairing/BUILD.gn * Usage of removed proto_{in,out}_dir in proto_library rules. content/gpu/BUILD.gn * Typo in reference to third_party/libva:libva_config ui/views/BUILD.gn * Attempt to filter source files out of * gypi_values.views_unittests_sources by subdirectory path. Fortunately * that variable already doesn't include the files that were supposed * to be filtered out, so the rule is simply removed. BUG=388412 TEST=Create a target that builds //mojo/public, build with os==chromeos R=brettw@chromium.org Review URL: https://codereview.chromium.org/550423002 Cr-Commit-Position: refs/heads/master@{#293964}
Diffstat (limited to 'components/pairing')
-rw-r--r--components/pairing/BUILD.gn2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/pairing/BUILD.gn b/components/pairing/BUILD.gn
index 02011ef..c381883 100644
--- a/components/pairing/BUILD.gn
+++ b/components/pairing/BUILD.gn
@@ -48,6 +48,4 @@ proto_library("proto") {
sources = [
"pairing_api.proto",
]
- 'proto_in_dir' = 'pairing'
- 'proto_out_dir' = 'components/pairing'
}