Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1012)

Side by Side Diff: content/content_tests.gypi

Issue 12385071: Make it possible to disable dbus on linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: copyright header date fix Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/content_browser.gypi ('k') | net/net.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698