| OLD | NEW | 
|---|
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be | 
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. | 
| 4 | 4 | 
| 5 { | 5 { | 
| 6   'variables': { | 6   'variables': { | 
| 7     # All .cc, .h, .m, and .mm files under browser except for: | 7     # All .cc, .h, .m, and .mm files under browser except for: | 
| 8     # * tests and mocks. | 8     # * tests and mocks. | 
| 9     # * code below browser/chromeos | 9     # * code below browser/chromeos | 
| 10     # * code below browser/extensions | 10     # * code below browser/extensions | 
| (...skipping 3371 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 3382               'dependencies': [ | 3382               'dependencies': [ | 
| 3383                 '../build/linux/system.gyp:dbus', | 3383                 '../build/linux/system.gyp:dbus', | 
| 3384                 '../build/linux/system.gyp:fontconfig', | 3384                 '../build/linux/system.gyp:fontconfig', | 
| 3385                 '../dbus/dbus.gyp:dbus', | 3385                 '../dbus/dbus.gyp:dbus', | 
| 3386               ], | 3386               ], | 
| 3387             }], | 3387             }], | 
| 3388             # x11 build | 3388             # x11 build | 
| 3389             ['use_x11==1', { | 3389             ['use_x11==1', { | 
| 3390               'dependencies': [ | 3390               'dependencies': [ | 
| 3391                 '../build/linux/system.gyp:x11', | 3391                 '../build/linux/system.gyp:x11', | 
|  | 3392                 '../ui/events/devices/events_devices.gyp:events_devices', | 
| 3392                 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', | 3393                 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', | 
| 3393               ], | 3394               ], | 
| 3394             }], | 3395             }], | 
| 3395           ], | 3396           ], | 
| 3396         }], | 3397         }], | 
| 3397         ['desktop_linux==1', { | 3398         ['desktop_linux==1', { | 
| 3398           'sources': [ '<@(chrome_browser_desktop_linux_sources)' ], | 3399           'sources': [ '<@(chrome_browser_desktop_linux_sources)' ], | 
| 3399         }], | 3400         }], | 
| 3400         ['enable_plugin_installation==1', { | 3401         ['enable_plugin_installation==1', { | 
| 3401           'sources': [ '<@(chrome_browser_plugin_installation_sources)' ], | 3402           'sources': [ '<@(chrome_browser_plugin_installation_sources)' ], | 
| (...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 3612           'variables': { | 3613           'variables': { | 
| 3613             'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3614             'proto_in_dir': 'browser/sync_file_system/drive_backend', | 
| 3614             'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3615             'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 
| 3615           }, | 3616           }, | 
| 3616           'includes': [ '../build/protoc.gypi' ] | 3617           'includes': [ '../build/protoc.gypi' ] | 
| 3617         }, | 3618         }, | 
| 3618       ], | 3619       ], | 
| 3619     },], | 3620     },], | 
| 3620   ], | 3621   ], | 
| 3621 } | 3622 } | 
| OLD | NEW | 
|---|