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 1340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1351 ['toolkit_views==1', { | 1351 ['toolkit_views==1', { |
1352 'dependencies': [ | 1352 'dependencies': [ |
1353 '../ui/events/events.gyp:events', | 1353 '../ui/events/events.gyp:events', |
1354 ], | 1354 ], |
1355 }], | 1355 }], |
1356 ['OS!="win" and OS!="mac" and (OS!="linux" or use_udev==0)', { | 1356 ['OS!="win" and OS!="mac" and (OS!="linux" or use_udev==0)', { |
1357 'sources': [ | 1357 'sources': [ |
1358 'browser/gamepad/gamepad_platform_data_fetcher.cc', | 1358 'browser/gamepad/gamepad_platform_data_fetcher.cc', |
1359 ] | 1359 ] |
1360 }], | 1360 }], |
1361 # TODO(sky): conditional temporary until mojo is sorted out on mac. | |
1362 ['OS=="win" or OS=="linux" or OS=="android"', { | |
1363 'dependencies': [ | |
1364 '../mojo/mojo.gyp:mojo_system', | |
1365 ], | |
1366 }], | |
1367 ['OS=="ios"', { | 1361 ['OS=="ios"', { |
1368 'sources/': [ | 1362 'sources/': [ |
1369 # iOS only needs a small portion of content; exclude all the | 1363 # iOS only needs a small portion of content; exclude all the |
1370 # implementation, and re-include what is used. | 1364 # implementation, and re-include what is used. |
1371 ['exclude', '\\.(cc|mm)$'], | 1365 ['exclude', '\\.(cc|mm)$'], |
1372 ['include', '_ios\\.(cc|mm)$'], | 1366 ['include', '_ios\\.(cc|mm)$'], |
1373 ['include', '^public/browser/browser_main_parts\\.cc$'], | 1367 ['include', '^public/browser/browser_main_parts\\.cc$'], |
1374 ['include', '^public/browser/content_browser_client\\.cc$'], | 1368 ['include', '^public/browser/content_browser_client\\.cc$'], |
1375 ['include', '^public/browser/favicon_status\\.cc$'], | 1369 ['include', '^public/browser/favicon_status\\.cc$'], |
1376 ['include', '^public/browser/navigation_details\\.cc$'], | 1370 ['include', '^public/browser/navigation_details\\.cc$'], |
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1706 '../build/linux/system.gyp:dbus', | 1700 '../build/linux/system.gyp:dbus', |
1707 '../dbus/dbus.gyp:dbus', | 1701 '../dbus/dbus.gyp:dbus', |
1708 ], | 1702 ], |
1709 }, { # OS != "linux" or use_dbus==0 | 1703 }, { # OS != "linux" or use_dbus==0 |
1710 'sources!': [ | 1704 'sources!': [ |
1711 'browser/geolocation/wifi_data_provider_linux.cc', | 1705 'browser/geolocation/wifi_data_provider_linux.cc', |
1712 ], | 1706 ], |
1713 }], | 1707 }], |
1714 ], | 1708 ], |
1715 } | 1709 } |
OLD | NEW |