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