Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(424)

Unified Diff: BUILD.gn

Issue 746003002: Enable webrtc and most of blink and content in the Mac GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/blink/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index d4681d31a16d77eab711e468c71b29d33d3dcc4b..1e2070c0f706135abeb6155be359b4de74fcfefe 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -273,25 +273,6 @@ group("root") {
#
if (is_mac) {
- # TODO(dpranke): These need a webrtc fix in order to build.
- deps -= [
- "//jingle:notifier",
- "//third_party/libjingle",
- "//third_party/webrtc",
- ]
-
- # TODO(dpranke): These depend on Blink and need Blink fixes to build.
- deps -= [
- "//cc/blink",
- "//content",
- "//content/test:test_support",
- "//media/blink",
- "//pdf",
- "//ppapi:ppapi_c",
- "//third_party/WebKit/public:all_blink",
- "//ui/app_list",
- ]
-
# TODO(dpranke): These are as-yet untriaged but need at least the above.
deps -= [
"//apps",
@@ -311,6 +292,7 @@ group("root") {
"//extensions/renderer",
"//remoting/client/plugin",
"//third_party/usrsctp",
+ "//ui/app_list",
"//ui/aura",
"//ui/keyboard",
"//ui/views",
« no previous file with comments | « no previous file | cc/blink/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698