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

Unified Diff: chrome/BUILD.gn

Issue 1464263003: Add metro driver and delegate_execute to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « .gn ('k') | ui/metro_viewer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 305d2df39e8914895aed3fd58f909cb605f56bd9..5fb96d8c972fdbe05052da319a77d4c572d36d70 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -141,8 +141,6 @@ if (!is_android) {
":file_pre_reader",
# 'chrome_nacl_win64" TODO(GYP) bug 512869
- # '../win8/delegate_execute/delegate_execute.gyp:*', TODO(GYP) bug 512867
- # '../win8/metro_driver/metro_driver.gyp:metro_driver', TODO(GYP) bug 512864
"//base",
"//breakpad:breakpad_handler",
"//breakpad:breakpad_sender",
@@ -160,6 +158,8 @@ if (!is_android) {
"//crypto",
"//sandbox",
"//ui/gfx",
+ "//win8/delegate_execute",
+ "//win8/metro_driver",
]
data_deps = [
"//chrome/app/version_assembly:version_assembly_manifest",
« no previous file with comments | « .gn ('k') | ui/metro_viewer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698