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

Side by Side Diff: content/content_tests.gypi

Issue 17619005: Create top-level separate targets for browser and child dlls (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: GpuMain to child Created 7 years, 5 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) 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 1034 matching lines...) Expand 10 before | Expand all | Expand 10 after
1045 ], 1045 ],
1046 }, 1046 },
1047 ], 1047 ],
1048 }], 1048 }],
1049 ['chromeos==1 or OS=="win" or OS=="android"', { 1049 ['chromeos==1 or OS=="win" or OS=="android"', {
1050 'targets': [ 1050 'targets': [
1051 { 1051 {
1052 'target_name': 'video_decode_accelerator_unittest', 1052 'target_name': 'video_decode_accelerator_unittest',
1053 'type': '<(gtest_target_type)', 1053 'type': '<(gtest_target_type)',
1054 'dependencies': [ 1054 'dependencies': [
1055 'content', 1055 'content_all',
1056 '../base/base.gyp:base', 1056 '../base/base.gyp:base',
1057 '../testing/gtest.gyp:gtest', 1057 '../testing/gtest.gyp:gtest',
1058 '../media/media.gyp:media', 1058 '../media/media.gyp:media',
1059 '../ui/gl/gl.gyp:gl', 1059 '../ui/gl/gl.gyp:gl',
1060 '../ui/ui.gyp:ui', 1060 '../ui/ui.gyp:ui',
1061 ], 1061 ],
1062 'include_dirs': [ 1062 'include_dirs': [
1063 '<(DEPTH)/third_party/khronos', 1063 '<(DEPTH)/third_party/khronos',
1064 ], 1064 ],
1065 'sources': [ 1065 'sources': [
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
1244 'resource_dir': 'shell/android/shell_apk/res', 1244 'resource_dir': 'shell/android/shell_apk/res',
1245 'additional_src_dirs': ['public/android/javatests/',], 1245 'additional_src_dirs': ['public/android/javatests/',],
1246 'is_test_apk': 1, 1246 'is_test_apk': 1,
1247 }, 1247 },
1248 'includes': [ '../build/java_apk.gypi' ], 1248 'includes': [ '../build/java_apk.gypi' ],
1249 }, 1249 },
1250 ], 1250 ],
1251 }], 1251 }],
1252 ], 1252 ],
1253 } 1253 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698