diff options
author | mukai <mukai@chromium.org> | 2014-10-09 12:05:17 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-09 19:05:31 +0000 |
commit | 6ba7355aaae75a21af22663f26543186bd61f4cb (patch) | |
tree | 8bb552d9dcf70ac8103e3a4a3e7498f339fec432 /ash/BUILD.gn | |
parent | d346fbf66936bcc5a1d2b602caf5cfb388f59bf2 (diff) | |
download | chromium_src-6ba7355aaae75a21af22663f26543186bd61f4cb.zip chromium_src-6ba7355aaae75a21af22663f26543186bd61f4cb.tar.gz chromium_src-6ba7355aaae75a21af22663f26543186bd61f4cb.tar.bz2 |
Add //chromeos GN target.
This CL depends on https://codereview.chromium.org/637643003/
BUG=None
R=cmasone@chromium.org, oshima@chromium.org
TBR=armansito@chromium.org, sky@chromium.org, mkwst@chromium.org, brettw@chromium.org
TEST=chromeos_unittests / ash_shell works
Review URL: https://codereview.chromium.org/637093002
Cr-Commit-Position: refs/heads/master@{#298951}
Diffstat (limited to 'ash/BUILD.gn')
-rw-r--r-- | ash/BUILD.gn | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/ash/BUILD.gn b/ash/BUILD.gn index e0580f0..f7d0beb 100644 --- a/ash/BUILD.gn +++ b/ash/BUILD.gn @@ -81,9 +81,8 @@ component("ash") { "//device/bluetooth", "//ui/display", "//ui/display/util", - #'../chromeos/chromeos.gyp:chromeos', TODO(GYP) - # Ash #includes power_supply_properties.pb.h directly. - #'../chromeos/chromeos.gyp:power_manager_proto', TODO(GYP) + "//chromeos", + "//chromeos:power_manager_proto", "//ui/chromeos/resources", "//ui/chromeos/strings", "//ui/chromeos:ui_chromeos", @@ -305,8 +304,8 @@ test("ash_unittests") { "//ui/display", "//ui/display:test_util", "//ui/display/types", - #'../chromeos/chromeos.gyp:chromeos_test_support_without_gmock', TODO(GYP) - #'../chromeos/chromeos.gyp:power_manager_proto', TODO(GYP) + "//chromeos:power_manager_proto", + "//chromeos:test_support_without_gmock", ] } else { sources -= [ |