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

Side by Side Diff: ipc/ipc.gyp

Issue 238633004: Remove all uses of toolkit_use_gtk in the gyp files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to ToT Created 6 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
« no previous file with comments | « gpu/gles2_conform_support/gles2_conform_support.gyp ('k') | jingle/jingle.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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'ipc.gypi', 10 'ipc.gypi',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'ipc_sync_channel_unittest.cc', 55 'ipc_sync_channel_unittest.cc',
56 'ipc_sync_message_unittest.cc', 56 'ipc_sync_message_unittest.cc',
57 'ipc_sync_message_unittest.h', 57 'ipc_sync_message_unittest.h',
58 'ipc_test_base.cc', 58 'ipc_test_base.cc',
59 'ipc_test_base.h', 59 'ipc_test_base.h',
60 'run_all_unittests.cc', 60 'run_all_unittests.cc',
61 'sync_socket_unittest.cc', 61 'sync_socket_unittest.cc',
62 'unix_domain_socket_util_unittest.cc', 62 'unix_domain_socket_util_unittest.cc',
63 ], 63 ],
64 'conditions': [ 64 'conditions': [
65 ['toolkit_uses_gtk == 1', {
66 'dependencies': [
67 '../build/linux/system.gyp:gtk',
68 ],
69 }],
70 ['OS == "win" or OS == "ios"', { 65 ['OS == "win" or OS == "ios"', {
71 'sources!': [ 66 'sources!': [
72 'unix_domain_socket_util_unittest.cc', 67 'unix_domain_socket_util_unittest.cc',
73 ], 68 ],
74 }], 69 }],
75 ['OS == "android" and gtest_target_type == "shared_library"', { 70 ['OS == "android" and gtest_target_type == "shared_library"', {
76 'dependencies': [ 71 'dependencies': [
77 '../testing/android/native_test.gyp:native_test_native_code', 72 '../testing/android/native_test.gyp:native_test_native_code',
78 ], 73 ],
79 }], 74 }],
(...skipping 24 matching lines...) Expand all
104 ], 99 ],
105 'include_dirs': [ 100 'include_dirs': [
106 '..' 101 '..'
107 ], 102 ],
108 'sources': [ 103 'sources': [
109 'ipc_perftests.cc', 104 'ipc_perftests.cc',
110 'ipc_test_base.cc', 105 'ipc_test_base.cc',
111 'ipc_test_base.h', 106 'ipc_test_base.h',
112 ], 107 ],
113 'conditions': [ 108 'conditions': [
114 ['toolkit_uses_gtk == 1', {
115 'dependencies': [
116 '../build/linux/system.gyp:gtk',
117 ],
118 }],
119 ['OS == "android" and gtest_target_type == "shared_library"', { 109 ['OS == "android" and gtest_target_type == "shared_library"', {
120 'dependencies': [ 110 'dependencies': [
121 '../testing/android/native_test.gyp:native_test_native_code', 111 '../testing/android/native_test.gyp:native_test_native_code',
122 ], 112 ],
123 }], 113 }],
124 ['os_posix == 1 and OS != "mac" and OS != "android"', { 114 ['os_posix == 1 and OS != "mac" and OS != "android"', {
125 'conditions': [ 115 'conditions': [
126 # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554 116 # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554
127 ['(use_allocator!="none" and use_allocator!="see_use_tcmalloc") or ( use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1)', { 117 ['(use_allocator!="none" and use_allocator!="see_use_tcmalloc") or ( use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1)', {
128 'dependencies': [ 118 'dependencies': [
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 ], 194 ],
205 'variables': { 195 'variables': {
206 'test_suite_name': 'ipc_perftests', 196 'test_suite_name': 'ipc_perftests',
207 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ipc_perft ests<(SHARED_LIB_SUFFIX)', 197 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ipc_perft ests<(SHARED_LIB_SUFFIX)',
208 }, 198 },
209 'includes': [ '../build/apk_test.gypi' ], 199 'includes': [ '../build/apk_test.gypi' ],
210 }], 200 }],
211 }], 201 }],
212 ], 202 ],
213 } 203 }
OLDNEW
« no previous file with comments | « gpu/gles2_conform_support/gles2_conform_support.gyp ('k') | jingle/jingle.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698