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

Side by Side Diff: content/content_tests.gypi

Issue 12988003: [Android] Fix remaining linker errors for components build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unexported URLRequestJobManager Created 7 years, 8 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 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 }], 617 }],
618 ['use_aura==1', { 618 ['use_aura==1', {
619 'dependencies': [ 619 'dependencies': [
620 '../ui/aura/aura.gyp:aura', 620 '../ui/aura/aura.gyp:aura',
621 ], 621 ],
622 'sources!': [ 622 'sources!': [
623 'browser/accessibility/browser_accessibility_win_unittest.cc', 623 'browser/accessibility/browser_accessibility_win_unittest.cc',
624 ], 624 ],
625 }], 625 }],
626 ['OS == "android"', { 626 ['OS == "android"', {
627 'dependencies': [
628 '../ui/ui.gyp:shell_dialogs',
629 ],
627 'sources!': [ 630 'sources!': [
628 'browser/geolocation/device_data_provider_unittest.cc', 631 'browser/geolocation/device_data_provider_unittest.cc',
629 'browser/geolocation/gps_location_provider_unittest_linux.cc', 632 'browser/geolocation/gps_location_provider_unittest_linux.cc',
630 'browser/geolocation/network_location_provider_unittest.cc', 633 'browser/geolocation/network_location_provider_unittest.cc',
631 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', 634 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc',
632 'browser/geolocation/wifi_data_provider_common_unittest.cc', 635 'browser/geolocation/wifi_data_provider_common_unittest.cc',
633 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 636 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
634 ], 637 ],
635 }], 638 }],
636 ['OS != "android" and OS != "ios"', { 639 ['OS != "android" and OS != "ios"', {
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
1051 'additional_src_dirs': ['../content/public/android/javatests/',], 1054 'additional_src_dirs': ['../content/public/android/javatests/',],
1052 'resource_dir': '../shell_apk/res', 1055 'resource_dir': '../shell_apk/res',
1053 'is_test_apk': 1, 1056 'is_test_apk': 1,
1054 }, 1057 },
1055 'includes': [ '../build/java_apk.gypi' ], 1058 'includes': [ '../build/java_apk.gypi' ],
1056 }, 1059 },
1057 ], 1060 ],
1058 }], 1061 }],
1059 ], 1062 ],
1060 } 1063 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698