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 1350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1361 ['toolkit_views==1', { | 1361 ['toolkit_views==1', { |
1362 'dependencies': [ | 1362 'dependencies': [ |
1363 '../ui/events/events.gyp:events', | 1363 '../ui/events/events.gyp:events', |
1364 ], | 1364 ], |
1365 }], | 1365 }], |
1366 ['OS!="win" and OS!="mac" and (OS!="linux" or use_udev==0)', { | 1366 ['OS!="win" and OS!="mac" and (OS!="linux" or use_udev==0)', { |
1367 'sources': [ | 1367 'sources': [ |
1368 'browser/gamepad/gamepad_platform_data_fetcher.cc', | 1368 'browser/gamepad/gamepad_platform_data_fetcher.cc', |
1369 ] | 1369 ] |
1370 }], | 1370 }], |
1371 # TODO(sky): conditional temporary until mojo is sorted out on mac. | |
1372 ['OS=="win" or OS=="linux" or OS=="android"', { | |
1373 'dependencies': [ | |
1374 '../mojo/mojo.gyp:mojo_system', | |
1375 ], | |
1376 }], | |
1377 ['OS=="ios"', { | 1371 ['OS=="ios"', { |
1378 'sources/': [ | 1372 'sources/': [ |
1379 # iOS only needs a small portion of content; exclude all the | 1373 # iOS only needs a small portion of content; exclude all the |
1380 # implementation, and re-include what is used. | 1374 # implementation, and re-include what is used. |
1381 ['exclude', '\\.(cc|mm)$'], | 1375 ['exclude', '\\.(cc|mm)$'], |
1382 ['include', '_ios\\.(cc|mm)$'], | 1376 ['include', '_ios\\.(cc|mm)$'], |
1383 ['include', '^public/browser/browser_main_parts\\.cc$'], | 1377 ['include', '^public/browser/browser_main_parts\\.cc$'], |
1384 ['include', '^public/browser/content_browser_client\\.cc$'], | 1378 ['include', '^public/browser/content_browser_client\\.cc$'], |
1385 ['include', '^public/browser/favicon_status\\.cc$'], | 1379 ['include', '^public/browser/favicon_status\\.cc$'], |
1386 ['include', '^public/browser/navigation_details\\.cc$'], | 1380 ['include', '^public/browser/navigation_details\\.cc$'], |
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1716 '../build/linux/system.gyp:dbus', | 1710 '../build/linux/system.gyp:dbus', |
1717 '../dbus/dbus.gyp:dbus', | 1711 '../dbus/dbus.gyp:dbus', |
1718 ], | 1712 ], |
1719 }, { # OS != "linux" or use_dbus==0 | 1713 }, { # OS != "linux" or use_dbus==0 |
1720 'sources!': [ | 1714 'sources!': [ |
1721 'browser/geolocation/wifi_data_provider_linux.cc', | 1715 'browser/geolocation/wifi_data_provider_linux.cc', |
1722 ], | 1716 ], |
1723 }], | 1717 }], |
1724 ], | 1718 ], |
1725 } | 1719 } |
OLD | NEW |