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

Unified Diff: build/all.gyp

Issue 801643006: Enable chrome.gyp:browser_ui on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | chrome/browser/ui/BUILD.gn » ('j') | chrome/chrome_browser_ui.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 5f06ae0826ac6f78fa978a73dd550021a9dc2f85..8b920b7780530475f788e0888985cc6062dc3a6c 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -44,6 +44,7 @@
['OS=="ios"', {
'dependencies': [
'../chrome/chrome.gyp:browser',
+ '../chrome/chrome.gyp:browser_ui',
'../ios/ios.gyp:*',
# NOTE: This list of targets is present because
# mojo_base.gyp:mojo_base cannot be built on iOS, as
« no previous file with comments | « no previous file | chrome/browser/ui/BUILD.gn » ('j') | chrome/chrome_browser_ui.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698