diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-10 16:56:07 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-10 16:56:07 +0000 |
commit | 5c5b8bf111701f23caeb867b76fb16d9b4684c30 (patch) | |
tree | b6f19219b98053619930f3d304768d6c33dd49bf /components/BUILD.gn | |
parent | f04dc7be24de4f01e2f9d16a2296de56dba02de5 (diff) | |
download | chromium_src-5c5b8bf111701f23caeb867b76fb16d9b4684c30.zip chromium_src-5c5b8bf111701f23caeb867b76fb16d9b4684c30.tar.gz chromium_src-5c5b8bf111701f23caeb867b76fb16d9b4684c30.tar.bz2 |
Revert 282355 "Add chrome/browser/ui to the GN build."
> Add chrome/browser/ui to the GN build.
>
> This moves the intermediate grit files:
> ui/ui_resources -> ui/resources
> ui/ui_strings -> ui/strings
> in the GYP build to put it in line with the GN one (and also what one would expect).
>
> R=ajwong@chromium.org
>
> Review URL: https://codereview.chromium.org/381463002
TBR=brettw@chromium.org
Review URL: https://codereview.chromium.org/387573003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282359 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/BUILD.gn')
-rw-r--r-- | components/BUILD.gn | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/components/BUILD.gn b/components/BUILD.gn index 9168a30..56ae457 100644 --- a/components/BUILD.gn +++ b/components/BUILD.gn @@ -12,11 +12,10 @@ group("all_components") { "//components/autofill/content/common", "//components/autofill/content/renderer", "//components/cloud_devices/common", - "//components/domain_reliability", "//components/dom_distiller/core", + "//components/domain_reliability", "//components/favicon_base", "//components/favicon/core", - "//components/feedback", "//components/history/core/browser", "//components/history/core/common", "//components/history/core/test", @@ -64,7 +63,6 @@ group("all_components") { "//components/domain_reliability", # Blocked on content. "//components/favicon_base", # Should work, needs checking. "//components/favicon/core", # Blocked on keyed service. - "//components/feedback", # Blocked on content. "//components/history/core/browser", # Should work, needs checking. "//components/history/core/common", # Should work, needs checking. "//components/history/core/test", # Should work, needs checking. |