| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 'dependencies': [ | 6 'dependencies': [ |
| 7 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
| 8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
| 9 '../google_apis/google_apis.gyp:google_apis', | 9 '../google_apis/google_apis.gyp:google_apis', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 1477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1488 ], | 1488 ], |
| 1489 'defines': [ | 1489 'defines': [ |
| 1490 'ENABLE_SCREEN_CAPTURE=1', | 1490 'ENABLE_SCREEN_CAPTURE=1', |
| 1491 ], | 1491 ], |
| 1492 }], | 1492 }], |
| 1493 ['OS=="win"', { | 1493 ['OS=="win"', { |
| 1494 'dependencies': [ | 1494 'dependencies': [ |
| 1495 # For accessibility | 1495 # For accessibility |
| 1496 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 1496 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 1497 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 1497 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
| 1498 '../win8/win8.gyp:win8_util', | |
| 1499 ], | 1498 ], |
| 1500 'sources/': [ | 1499 'sources/': [ |
| 1501 ['exclude', '^browser/device_orientation/data_fetcher_shared_memory_defa
ult.cc$'], | 1500 ['exclude', '^browser/device_orientation/data_fetcher_shared_memory_defa
ult.cc$'], |
| 1502 ], | 1501 ], |
| 1503 'defines': [ | 1502 'defines': [ |
| 1504 # This prevents the inclusion of atlhost.h which paired | 1503 # This prevents the inclusion of atlhost.h which paired |
| 1505 # with the windows 8 sdk it does the wrong thing. | 1504 # with the windows 8 sdk it does the wrong thing. |
| 1506 '__ATLHOST_H__', | 1505 '__ATLHOST_H__', |
| 1507 ], | 1506 ], |
| 1508 'link_settings': { | 1507 'link_settings': { |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1714 '../build/linux/system.gyp:dbus', | 1713 '../build/linux/system.gyp:dbus', |
| 1715 '../dbus/dbus.gyp:dbus', | 1714 '../dbus/dbus.gyp:dbus', |
| 1716 ], | 1715 ], |
| 1717 }, { # OS != "linux" or use_dbus==0 | 1716 }, { # OS != "linux" or use_dbus==0 |
| 1718 'sources!': [ | 1717 'sources!': [ |
| 1719 'browser/geolocation/wifi_data_provider_linux.cc', | 1718 'browser/geolocation/wifi_data_provider_linux.cc', |
| 1720 ], | 1719 ], |
| 1721 }], | 1720 }], |
| 1722 ], | 1721 ], |
| 1723 } | 1722 } |
| OLD | NEW |