diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-13 02:54:46 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-13 02:56:12 +0000 |
commit | 4eebe74dc1fd6d3780180361f75707a6be33c3ce (patch) | |
tree | d01197f1f85ea9347b36ec84296e5a43e0912b54 /content/browser/BUILD.gn | |
parent | 48a857a9d7fc471d83eb28f58c955864c918d16f (diff) | |
download | chromium_src-4eebe74dc1fd6d3780180361f75707a6be33c3ce.zip chromium_src-4eebe74dc1fd6d3780180361f75707a6be33c3ce.tar.gz chromium_src-4eebe74dc1fd6d3780180361f75707a6be33c3ce.tar.bz2 |
Refactor webkit resources targets.
* First, this was to remove blink_common_resources target that was moved
* into third_party/WebKit/public:resources.
* Second, the above clean up reduced webkit/BUILD.gn into a single
* target that could be moved closer to webkit_resources.grd, becoming
* webkit/glue/resources/BUILD.gn and //webkit/glue/resources target,
* which is much more inline with the GN philosophy.
BUG=400860
TEST=gn gen out/Debug_gn && ninja -C out/Debug_gn
R=brettw@chromium.org
TBR=ben@chromium.org
Review URL: https://codereview.chromium.org/458053002
Cr-Commit-Position: refs/heads/master@{#289163}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289163 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/BUILD.gn')
-rw-r--r-- | content/browser/BUILD.gn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn index 04655ef..c30dea0 100644 --- a/content/browser/BUILD.gn +++ b/content/browser/BUILD.gn @@ -97,16 +97,17 @@ source_set("browser") { "//mojo/public/interfaces/application", "//mojo/public/js/bindings", "//net:http_server", + "//third_party/WebKit/public:resources", "//third_party/angle:commit_id", "//third_party/icu", "//third_party/leveldatabase", "//third_party/libyuv", "//ui/resources", "//ui/surface", - "//webkit:resources", "//webkit/browser:storage", "//webkit/common", "//webkit/common:storage", + "//webkit/glue/resources", ] } |