diff options
author | cmasone <cmasone@chromium.org> | 2014-09-09 10:51:52 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-09 17:54:42 +0000 |
commit | 418e04caaf5701fac99ae766ab60f2e65279fccd (patch) | |
tree | 46650323294b0c5af13f24647ee134552379d9ea /chromeos | |
parent | 94a808acb20aa64a5c3c75dd1f1eeac2f8b0dca1 (diff) | |
download | chromium_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 'chromeos')
-rw-r--r-- | chromeos/BUILD.gn | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn index 22af317..c237ca1 100644 --- a/chromeos/BUILD.gn +++ b/chromeos/BUILD.gn @@ -12,6 +12,4 @@ proto_library("power_manager_proto") { "//third_party/cros_system_api/dbus/power_manager/power_supply_properties.proto", "//third_party/cros_system_api/dbus/power_manager/suspend.proto", ] - proto_in_dir = "//third_party/cros_system_api/dbus/power_manager" - proto_out_dir = "chromeos/dbus/power_manager" } |