| Index: trunk/src/base/base.gyp
|
| ===================================================================
|
| --- trunk/src/base/base.gyp (revision 225060)
|
| +++ trunk/src/base/base.gyp (working copy)
|
| @@ -77,14 +77,6 @@
|
| '../build/linux/system.gyp:x11',
|
| ],
|
| }],
|
| - ['use_aura==1 and use_x11==1', {
|
| - 'dependencies': [
|
| - '../build/linux/system.gyp:xrandr',
|
| - ],
|
| - 'export_dependent_settings': [
|
| - '../build/linux/system.gyp:xrandr',
|
| - ],
|
| - }],
|
| ['OS == "android" and _toolset == "host"', {
|
| # Always build base as a static_library for host toolset, even if
|
| # we're doing a component build. Specifically, we only care about the
|
| @@ -817,11 +809,6 @@
|
| 'win/win_util_unittest.cc',
|
| ],
|
| }],
|
| - ['use_aura==1 and use_x11==1', {
|
| - 'sources': [
|
| - 'x11/edid_parser_x11_unittest.cc',
|
| - ],
|
| - }],
|
| ['use_system_nspr==1', {
|
| 'dependencies': [
|
| 'third_party/nspr/nspr.gyp:nspr',
|
|
|