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

Side by Side Diff: content/content_tests.gypi

Issue 15709006: Make webkit_user_agent a standalone gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix iOS 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 | « content/content_common.gypi ('k') | webkit/common/user_agent/webkit_user_agent.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) 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'browser/speech/proto/speech_proto.gyp:speech_proto', 238 'browser/speech/proto/speech_proto.gyp:speech_proto',
239 '../base/base.gyp:test_support_base', 239 '../base/base.gyp:test_support_base',
240 '../crypto/crypto.gyp:crypto', 240 '../crypto/crypto.gyp:crypto',
241 '../media/media.gyp:media_test_support', 241 '../media/media.gyp:media_test_support',
242 '../net/net.gyp:net_test_support', 242 '../net/net.gyp:net_test_support',
243 '../skia/skia.gyp:skia', 243 '../skia/skia.gyp:skia',
244 '../sql/sql.gyp:sql', 244 '../sql/sql.gyp:sql',
245 '../testing/gmock.gyp:gmock', 245 '../testing/gmock.gyp:gmock',
246 '../testing/gtest.gyp:gtest', 246 '../testing/gtest.gyp:gtest',
247 '../ui/ui.gyp:ui', 247 '../ui/ui.gyp:ui',
248 '../webkit/support/webkit_support.gyp:user_agent', 248 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
249 ], 249 ],
250 'include_dirs': [ 250 'include_dirs': [
251 '..', 251 '..',
252 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc. 252 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc.
253 ], 253 ],
254 'sources': [ 254 'sources': [
255 'browser/accessibility/browser_accessibility_mac_unittest.mm', 255 'browser/accessibility/browser_accessibility_mac_unittest.mm',
256 'browser/accessibility/browser_accessibility_manager_unittest.cc', 256 'browser/accessibility/browser_accessibility_manager_unittest.cc',
257 'browser/accessibility/browser_accessibility_win_unittest.cc', 257 'browser/accessibility/browser_accessibility_win_unittest.cc',
258 'browser/appcache/chrome_appcache_service_unittest.cc', 258 'browser/appcache/chrome_appcache_service_unittest.cc',
(...skipping 908 matching lines...) Expand 10 before | Expand all | Expand 10 after
1167 'resource_dir': 'shell/android/shell_apk/res', 1167 'resource_dir': 'shell/android/shell_apk/res',
1168 'additional_src_dirs': ['public/android/javatests/',], 1168 'additional_src_dirs': ['public/android/javatests/',],
1169 'is_test_apk': 1, 1169 'is_test_apk': 1,
1170 }, 1170 },
1171 'includes': [ '../build/java_apk.gypi' ], 1171 'includes': [ '../build/java_apk.gypi' ],
1172 }, 1172 },
1173 ], 1173 ],
1174 }], 1174 }],
1175 ], 1175 ],
1176 } 1176 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | webkit/common/user_agent/webkit_user_agent.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698