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

Side by Side Diff: content/content_tests.gypi

Issue 11648027: Extract external file systems handling from isolated context. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 11 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 | Annotate | Revision Log
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 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 'dependencies': [ 575 'dependencies': [
576 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 576 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
577 ], 577 ],
578 }], 578 }],
579 ['OS=="mac"', { 579 ['OS=="mac"', {
580 # These flags are needed to run the test on Mac. 580 # These flags are needed to run the test on Mac.
581 # Search for comments about "xcode_settings" in chrome_tests.gypi. 581 # Search for comments about "xcode_settings" in chrome_tests.gypi.
582 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, 582 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
583 }], 583 }],
584 ['chromeos==1', { 584 ['chromeos==1', {
585 'sources': [
586 '../webkit/chromeos/fileapi/cros_mount_point_provider_unittest.cc'
587 ],
585 'sources/': [ 588 'sources/': [
586 ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittes t.cc'], 589 ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittes t.cc'],
587 ], 590 ],
588 }], 591 }],
589 ['use_aura==1', { 592 ['use_aura==1', {
590 'dependencies': [ 593 'dependencies': [
591 '../ui/aura/aura.gyp:aura', 594 '../ui/aura/aura.gyp:aura',
592 ], 595 ],
593 'sources!': [ 596 'sources!': [
594 'browser/accessibility/browser_accessibility_win_unittest.cc', 597 'browser/accessibility/browser_accessibility_win_unittest.cc',
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
952 'resource_dir': '../res', 955 'resource_dir': '../res',
953 'additional_src_dirs': ['../content/public/android/javatests/'], 956 'additional_src_dirs': ['../content/public/android/javatests/'],
954 'is_test_apk': 1, 957 'is_test_apk': 1,
955 }, 958 },
956 'includes': [ '../build/java_apk.gypi' ], 959 'includes': [ '../build/java_apk.gypi' ],
957 }, 960 },
958 ], 961 ],
959 }], 962 }],
960 ], 963 ],
961 } 964 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698