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

Side by Side Diff: content/content_tests.gypi

Issue 15942017: [Android] Fix component build again. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase + memorypressurelistener Created 7 years, 6 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
« no previous file with comments | « base/base.gyp ('k') | content/public/browser/android/synchronous_compositor.h » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 1022 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 'common/gpu/media/video_decode_accelerator_unittest.cc', 1033 'common/gpu/media/video_decode_accelerator_unittest.cc',
1034 ], 1034 ],
1035 'conditions': [ 1035 'conditions': [
1036 ['OS=="android"', { 1036 ['OS=="android"', {
1037 'sources/': [ 1037 'sources/': [
1038 ['exclude', '^common/gpu/media/rendering_helper.h'], 1038 ['exclude', '^common/gpu/media/rendering_helper.h'],
1039 ['exclude', '^common/gpu/media/rendering_helper_gl.cc'], 1039 ['exclude', '^common/gpu/media/rendering_helper_gl.cc'],
1040 ['exclude', '^common/gpu/media/video_decode_accelerator_unitte st.cc'], 1040 ['exclude', '^common/gpu/media/video_decode_accelerator_unitte st.cc'],
1041 ], 1041 ],
1042 'dependencies': [ 1042 'dependencies': [
1043 '../media/media.gyp:player_android',
1043 '../testing/gmock.gyp:gmock', 1044 '../testing/gmock.gyp:gmock',
1044 '../testing/android/native_test.gyp:native_test_native_code', 1045 '../testing/android/native_test.gyp:native_test_native_code',
1045 '../gpu/gpu.gyp:gpu_unittest_utils', 1046 '../gpu/gpu.gyp:gpu_unittest_utils',
1046 ], 1047 ],
1047 }, { # OS!="android" 1048 }, { # OS!="android"
1048 'sources/': [ 1049 'sources/': [
1049 ['exclude', '^common/gpu/media/android_video_decode_accelerato r_unittest.cc'], 1050 ['exclude', '^common/gpu/media/android_video_decode_accelerato r_unittest.cc'],
1050 ], 1051 ],
1051 }], 1052 }],
1052 ['target_arch=="arm"', { 1053 ['target_arch=="arm"', {
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
1190 'resource_dir': 'shell/android/shell_apk/res', 1191 'resource_dir': 'shell/android/shell_apk/res',
1191 'additional_src_dirs': ['public/android/javatests/',], 1192 'additional_src_dirs': ['public/android/javatests/',],
1192 'is_test_apk': 1, 1193 'is_test_apk': 1,
1193 }, 1194 },
1194 'includes': [ '../build/java_apk.gypi' ], 1195 'includes': [ '../build/java_apk.gypi' ],
1195 }, 1196 },
1196 ], 1197 ],
1197 }], 1198 }],
1198 ], 1199 ],
1199 } 1200 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | content/public/browser/android/synchronous_compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698