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

Unified Diff: chrome/chrome_browser.gypi

Issue 10885023: Use ChromeBrowserMainPartsAndroid. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: thestig's comments Created 8 years, 4 months 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 | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 024ac9d5139bdbd58a63184f3d8853a0b3101e86..583d90c8d82dd8f50501f163c2430a7d90caaeee 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -902,6 +902,7 @@
'browser/io_thread.h',
'browser/jankometer.cc',
'browser/jankometer.h',
+ 'browser/jankometer_android.cc',
'browser/jankometer_mac.cc',
'browser/jumplist_win.cc',
'browser/jumplist_win.h',
@@ -4520,6 +4521,7 @@
# Not used by Android
'browser/chrome_browser_main_posix.cc',
'browser/chrome_browser_main_posix.h',
+ 'browser/process_singleton.cc',
],
'sources/': [
['exclude', '^browser/captive_portal/'],
@@ -4535,6 +4537,7 @@
['exclude', '^browser/ui/intents/'],
['exclude', '^browser/ui/omnibox/'],
['exclude', '^browser/ui/panels/'],
+ ['exclude', '^browser/ui/startup/'],
['exclude', '^browser/ui/tabs/'],
['exclude', '^browser/ui/toolbar/'],
['exclude', '^browser/ui/webui/downloads_'],
« no previous file with comments | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698