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

Unified Diff: chrome/chrome_browser_extensions.gypi

Issue 9699054: rlz: Hook up on mac, switch to chrome's network stack on win. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 9 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
Index: chrome/chrome_browser_extensions.gypi
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
index 83c226671a1c6121eff060e321916cfd59b6ab9e..55b9d8124c06a80f60f05ff28d96f98d6760ad50 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -499,7 +499,6 @@
}],
['OS=="win"', {
'dependencies': [
- '../rlz/rlz.gyp:rlz_lib',
'../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
'../third_party/isimpledom/isimpledom.gyp:isimpledom',
],
@@ -519,10 +518,6 @@
],
'sources/': [
['include', '^browser/extensions/'],
- # This exclude duplicates the one just above because of the
- # order of evaluation of the 'sources/' rule above, the
- # conditions, and this 'sources/' rule.
- ['exclude', '^browser/extensions/extension_rlz_module'],
# Other excluded stuff.
['exclude', '^browser/extensions/browser_action_test_util_gtk.cc'],

Powered by Google App Engine
This is Rietveld 408576698