| 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'],
|
|
|