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

Side by Side Diff: content/content_tests.gypi

Issue 186883002: Move user_agent code from webkit/ to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm build directory Created 6 years, 9 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_shell.gypi ('k') | content/public/common/content_client.cc » ('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 'dependencies': [ 10 'dependencies': [
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 'destination': '<(SHARED_INTERMEDIATE_DIR)/webkit', 208 'destination': '<(SHARED_INTERMEDIATE_DIR)/webkit',
209 'files': [ 209 'files': [
210 'shell/resources/missingImage.png', 210 'shell/resources/missingImage.png',
211 'shell/resources/textAreaResizeCorner.png', 211 'shell/resources/textAreaResizeCorner.png',
212 ], 212 ],
213 }], 213 }],
214 }], 214 }],
215 ], 215 ],
216 'dependencies': [ 216 'dependencies': [
217 'content.gyp:content_child', 217 'content.gyp:content_child',
218 'content.gyp:content_common',
218 'content.gyp:content_gpu', 219 'content.gyp:content_gpu',
219 'content.gyp:content_ppapi_plugin', 220 'content.gyp:content_ppapi_plugin',
220 'content.gyp:content_renderer', 221 'content.gyp:content_renderer',
221 'content.gyp:content_utility', 222 'content.gyp:content_utility',
222 'content.gyp:content_worker', 223 'content.gyp:content_worker',
223 '../cc/cc_tests.gyp:cc_test_support', 224 '../cc/cc_tests.gyp:cc_test_support',
224 '../media/media.gyp:media', 225 '../media/media.gyp:media',
225 '../ppapi/ppapi_internal.gyp:ppapi_host', 226 '../ppapi/ppapi_internal.gyp:ppapi_host',
226 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 227 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
227 '../ppapi/ppapi_internal.gyp:ppapi_shared', 228 '../ppapi/ppapi_internal.gyp:ppapi_shared',
228 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 229 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
229 '../third_party/WebKit/public/blink.gyp:blink', 230 '../third_party/WebKit/public/blink.gyp:blink',
230 '../ui/surface/surface.gyp:surface', 231 '../ui/surface/surface.gyp:surface',
231 '../webkit/child/webkit_child.gyp:webkit_child', 232 '../webkit/child/webkit_child.gyp:webkit_child',
232 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 233 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
233 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
234 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webk it_compositor_support', 234 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webk it_compositor_support',
235 '../webkit/storage_browser.gyp:webkit_storage_browser', 235 '../webkit/storage_browser.gyp:webkit_storage_browser',
236 '../webkit/storage_common.gyp:webkit_storage_common', 236 '../webkit/storage_common.gyp:webkit_storage_common',
237 ], 237 ],
238 'export_dependent_settings': [ 238 'export_dependent_settings': [
239 '../third_party/WebKit/public/blink.gyp:blink', 239 '../third_party/WebKit/public/blink.gyp:blink',
240 ], 240 ],
241 }], 241 }],
242 ['OS == "win" or toolkit_uses_gtk == 1', { 242 ['OS == "win" or toolkit_uses_gtk == 1', {
243 'dependencies': [ 243 'dependencies': [
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 '../skia/skia.gyp:skia', 319 '../skia/skia.gyp:skia',
320 '../sql/sql.gyp:sql', 320 '../sql/sql.gyp:sql',
321 '../sql/sql.gyp:test_support_sql', 321 '../sql/sql.gyp:test_support_sql',
322 '../testing/gmock.gyp:gmock', 322 '../testing/gmock.gyp:gmock',
323 '../testing/gtest.gyp:gtest', 323 '../testing/gtest.gyp:gtest',
324 '../third_party/re2/re2.gyp:re2', 324 '../third_party/re2/re2.gyp:re2',
325 '../ui/accessibility/accessibility.gyp:accessibility', 325 '../ui/accessibility/accessibility.gyp:accessibility',
326 '../ui/gfx/gfx.gyp:gfx', 326 '../ui/gfx/gfx.gyp:gfx',
327 '../ui/gfx/gfx.gyp:gfx_geometry', 327 '../ui/gfx/gfx.gyp:gfx_geometry',
328 '../ui/ui.gyp:ui', 328 '../ui/ui.gyp:ui',
329 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
330 ], 329 ],
331 'include_dirs': [ 330 'include_dirs': [
332 '..', 331 '..',
333 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc. 332 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc.
334 ], 333 ],
335 'sources': [ 334 'sources': [
336 'browser/accessibility/accessibility_mode_helper_unittest.cc', 335 'browser/accessibility/accessibility_mode_helper_unittest.cc',
337 'browser/accessibility/browser_accessibility_mac_unittest.mm', 336 'browser/accessibility/browser_accessibility_mac_unittest.mm',
338 'browser/accessibility/browser_accessibility_manager_unittest.cc', 337 'browser/accessibility/browser_accessibility_manager_unittest.cc',
339 'browser/accessibility/browser_accessibility_win_unittest.cc', 338 'browser/accessibility/browser_accessibility_win_unittest.cc',
(...skipping 1381 matching lines...) Expand 10 before | Expand all | Expand 10 after
1721 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1720 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1722 }, 1721 },
1723 ], 1722 ],
1724 }], 1723 }],
1725 ], 1724 ],
1726 }, 1725 },
1727 ], 1726 ],
1728 }], 1727 }],
1729 ], 1728 ],
1730 } 1729 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/public/common/content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698