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

Unified Diff: chrome/chrome_browser.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: . 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.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 401834e8d317eea8ff37273028729bf4eec3ef90..f78b677ca718db0a00906790bbbea9301de2f75c 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4520,6 +4520,7 @@
},
'dependencies': [
'../base/base.gyp:closure_blocks_leopard_compat',
+ '../rlz/rlz.gyp:rlz_lib',
'../third_party/icon_family/icon_family.gyp:icon_family',
],
'actions': [
@@ -4585,13 +4586,23 @@
},
],
}],
+ ['OS=="win" or OS=="mac"', {
+ 'dependencies': [
+ '../rlz/rlz.gyp:rlz_lib',
+ ],
+ }, { # 'OS!="win" or OS!="mac"
Roger Tawa OOO till Jul 10th 2012/03/24 01:10:42 or --> and
Nico 2012/03/24 01:29:47 Done.
+ 'sources/': [
+ # Exclude all of rlz.
+ ['exclude', '^browser/rlz/'],
+ ['exclude', '^browser/extensions/extension_rlz_module'],
+ ],
+ }],
['OS=="win"', {
'include_dirs': [
'<(DEPTH)/third_party/wtl/include',
],
'dependencies': [
'../google_update/google_update.gyp:google_update',
- '../rlz/rlz.gyp:rlz_lib',
'../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
'../third_party/isimpledom/isimpledom.gyp:isimpledom',
'../ui/views/views.gyp:views',
@@ -4636,10 +4647,6 @@
# Exclude parts of password_manager.
['exclude', '^browser/password_manager/ie7_password\\.cc$'],
- # Exclude all of rlz.
- ['exclude', '^browser/rlz/'],
- ['exclude', '^browser/extensions/extension_rlz_module'],
-
# Exclude all of views.
['exclude', '^browser/ui/views/'],

Powered by Google App Engine
This is Rietveld 408576698