| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'test_support_content', | 8 'target_name': 'test_support_content', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'defines!': ['CONTENT_IMPLEMENTATION'], | 10 'defines!': ['CONTENT_IMPLEMENTATION'], |
| (...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 ], | 373 ], |
| 374 }], | 374 }], |
| 375 ['use_aura==1', { | 375 ['use_aura==1', { |
| 376 'dependencies': [ | 376 'dependencies': [ |
| 377 '../ui/aura/aura.gyp:aura', | 377 '../ui/aura/aura.gyp:aura', |
| 378 ], | 378 ], |
| 379 'sources!': [ | 379 'sources!': [ |
| 380 'browser/accessibility/browser_accessibility_win_unittest.cc', | 380 'browser/accessibility/browser_accessibility_win_unittest.cc', |
| 381 ], | 381 ], |
| 382 }], | 382 }], |
| 383 ['OS == "android"', { |
| 384 'sources!': [ |
| 385 'browser/geolocation/device_data_provider_unittest.cc', |
| 386 'browser/geolocation/gps_location_provider_unittest_linux.cc', |
| 387 'browser/geolocation/network_location_provider_unittest.cc', |
| 388 'browser/geolocation/wifi_data_provider_common_unittest.cc', |
| 389 'browser/geolocation/wifi_data_provider_linux_unittest.cc', |
| 390 ], |
| 391 }], |
| 383 ], | 392 ], |
| 384 }, | 393 }, |
| 385 { | 394 { |
| 386 'target_name': 'content_browsertests', | 395 'target_name': 'content_browsertests', |
| 387 'type': 'executable', | 396 'type': 'executable', |
| 388 'defines!': ['CONTENT_IMPLEMENTATION'], | 397 'defines!': ['CONTENT_IMPLEMENTATION'], |
| 389 'dependencies': [ | 398 'dependencies': [ |
| 390 'content_browser', | 399 'content_browser', |
| 391 'content_gpu', | 400 'content_gpu', |
| 392 'content_plugin', | 401 'content_plugin', |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 501 ], | 510 ], |
| 502 'sources': [ | 511 'sources': [ |
| 503 'common/gpu/media/video_decode_accelerator_unittest.cc', | 512 'common/gpu/media/video_decode_accelerator_unittest.cc', |
| 504 ], | 513 ], |
| 505 } | 514 } |
| 506 ], | 515 ], |
| 507 }, | 516 }, |
| 508 ], | 517 ], |
| 509 ], | 518 ], |
| 510 } | 519 } |
| OLD | NEW |