| 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 569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 580 ['input_speech==0', { | 580 ['input_speech==0', { |
| 581 'sources/': [ | 581 'sources/': [ |
| 582 ['exclude', '^browser/speech/'], | 582 ['exclude', '^browser/speech/'], |
| 583 ] | 583 ] |
| 584 }], | 584 }], |
| 585 ['notifications==0', { | 585 ['notifications==0', { |
| 586 'sources!': [ | 586 'sources!': [ |
| 587 'renderer/active_notification_tracker_unittest.cc', | 587 'renderer/active_notification_tracker_unittest.cc', |
| 588 ], | 588 ], |
| 589 }], | 589 }], |
| 590 ['use_x11 == 1', { | 590 ['use_x11 == 1 and use_dbus == 1', { |
| 591 'dependencies': [ | 591 'dependencies': [ |
| 592 '../build/linux/system.gyp:dbus', | 592 '../build/linux/system.gyp:dbus', |
| 593 '../dbus/dbus.gyp:dbus_test_support', | 593 '../dbus/dbus.gyp:dbus_test_support', |
| 594 ], | 594 ], |
| 595 }], | 595 }], |
| 596 ['OS=="win" and win_use_allocator_shim==1', { | 596 ['OS=="win" and win_use_allocator_shim==1', { |
| 597 'dependencies': [ | 597 'dependencies': [ |
| 598 '../base/allocator/allocator.gyp:allocator', | 598 '../base/allocator/allocator.gyp:allocator', |
| 599 ], | 599 ], |
| 600 }], | 600 }], |
| (...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1055 'additional_src_dirs': ['../content/public/android/javatests/',], | 1055 'additional_src_dirs': ['../content/public/android/javatests/',], |
| 1056 'resource_dir': '../shell_apk/res', | 1056 'resource_dir': '../shell_apk/res', |
| 1057 'is_test_apk': 1, | 1057 'is_test_apk': 1, |
| 1058 }, | 1058 }, |
| 1059 'includes': [ '../build/java_apk.gypi' ], | 1059 'includes': [ '../build/java_apk.gypi' ], |
| 1060 }, | 1060 }, |
| 1061 ], | 1061 ], |
| 1062 }], | 1062 }], |
| 1063 ], | 1063 ], |
| 1064 } | 1064 } |
| OLD | NEW |