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 417973003: Cleanup webkit_child target and dependencies on it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 years, 4 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_renderer.gypi ('k') | ui/app_list/app_list.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 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 '../cc/cc_tests.gyp:cc_test_support', 278 '../cc/cc_tests.gyp:cc_test_support',
279 '../media/media.gyp:media', 279 '../media/media.gyp:media',
280 '../ppapi/ppapi_internal.gyp:ppapi_host', 280 '../ppapi/ppapi_internal.gyp:ppapi_host',
281 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 281 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
282 '../ppapi/ppapi_internal.gyp:ppapi_shared', 282 '../ppapi/ppapi_internal.gyp:ppapi_shared',
283 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 283 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
284 '../third_party/WebKit/public/blink.gyp:blink', 284 '../third_party/WebKit/public/blink.gyp:blink',
285 '../ui/compositor/compositor.gyp:compositor_test_support', 285 '../ui/compositor/compositor.gyp:compositor_test_support',
286 '../ui/surface/surface.gyp:surface', 286 '../ui/surface/surface.gyp:surface',
287 '../v8/tools/gyp/v8.gyp:v8', 287 '../v8/tools/gyp/v8.gyp:v8',
288 '../webkit/child/webkit_child.gyp:webkit_child',
289 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 288 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
290 '../webkit/storage_browser.gyp:webkit_storage_browser', 289 '../webkit/storage_browser.gyp:webkit_storage_browser',
291 '../webkit/storage_common.gyp:webkit_storage_common', 290 '../webkit/storage_common.gyp:webkit_storage_common',
292 ], 291 ],
293 'export_dependent_settings': [ 292 'export_dependent_settings': [
294 '../third_party/WebKit/public/blink.gyp:blink', 293 '../third_party/WebKit/public/blink.gyp:blink',
295 ], 294 ],
296 }], 295 }],
297 ['OS == "win"', { 296 ['OS == "win"', {
298 'dependencies': [ 297 'dependencies': [
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 '../sql/sql.gyp:sql', 365 '../sql/sql.gyp:sql',
367 '../sql/sql.gyp:test_support_sql', 366 '../sql/sql.gyp:test_support_sql',
368 '../testing/gmock.gyp:gmock', 367 '../testing/gmock.gyp:gmock',
369 '../testing/gtest.gyp:gtest', 368 '../testing/gtest.gyp:gtest',
370 '../third_party/re2/re2.gyp:re2', 369 '../third_party/re2/re2.gyp:re2',
371 '../ui/accessibility/accessibility.gyp:accessibility', 370 '../ui/accessibility/accessibility.gyp:accessibility',
372 '../ui/base/ui_base.gyp:ui_base', 371 '../ui/base/ui_base.gyp:ui_base',
373 '../ui/gfx/gfx.gyp:gfx', 372 '../ui/gfx/gfx.gyp:gfx',
374 '../ui/gfx/gfx.gyp:gfx_geometry', 373 '../ui/gfx/gfx.gyp:gfx_geometry',
375 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', 374 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
375 '../webkit/child/webkit_child.gyp:webkit_child',
376 ], 376 ],
377 'include_dirs': [ 377 'include_dirs': [
378 '..', 378 '..',
379 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc. 379 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc.
380 ], 380 ],
381 'sources': [ 381 'sources': [
382 'browser/accessibility/accessibility_mode_helper_unittest.cc', 382 'browser/accessibility/accessibility_mode_helper_unittest.cc',
383 'browser/accessibility/browser_accessibility_mac_unittest.mm', 383 'browser/accessibility/browser_accessibility_mac_unittest.mm',
384 'browser/accessibility/browser_accessibility_manager_unittest.cc', 384 'browser/accessibility/browser_accessibility_manager_unittest.cc',
385 'browser/accessibility/browser_accessibility_win_unittest.cc', 385 'browser/accessibility/browser_accessibility_win_unittest.cc',
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 '../gpu/gpu.gyp:gpu_unittest_utils', 743 '../gpu/gpu.gyp:gpu_unittest_utils',
744 '../ipc/ipc.gyp:test_support_ipc', 744 '../ipc/ipc.gyp:test_support_ipc',
745 '../media/media.gyp:media_test_support', 745 '../media/media.gyp:media_test_support',
746 '../media/media.gyp:shared_memory_support', 746 '../media/media.gyp:shared_memory_support',
747 '../third_party/WebKit/public/blink.gyp:blink', 747 '../third_party/WebKit/public/blink.gyp:blink',
748 '../third_party/icu/icu.gyp:icui18n', 748 '../third_party/icu/icu.gyp:icui18n',
749 '../third_party/icu/icu.gyp:icuuc', 749 '../third_party/icu/icu.gyp:icuuc',
750 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 750 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
751 '../third_party/libjingle/libjingle.gyp:libjingle', 751 '../third_party/libjingle/libjingle.gyp:libjingle',
752 '../ui/gl/gl.gyp:gl', 752 '../ui/gl/gl.gyp:gl',
753 '../webkit/child/webkit_child.gyp:webkit_child',
754 '../webkit/storage_browser.gyp:webkit_storage_browser', 753 '../webkit/storage_browser.gyp:webkit_storage_browser',
755 '../webkit/storage_common.gyp:webkit_storage_common', 754 '../webkit/storage_common.gyp:webkit_storage_common',
756 ], 755 ],
757 }], 756 }],
758 ['enable_plugins==0', { 757 ['enable_plugins==0', {
759 'sources/': [ 758 'sources/': [
760 ['exclude', '^browser/renderer_host/pepper/'], 759 ['exclude', '^browser/renderer_host/pepper/'],
761 ['exclude', '^child/npapi/'], 760 ['exclude', '^child/npapi/'],
762 ['exclude', '^renderer/npapi/'], 761 ['exclude', '^renderer/npapi/'],
763 ['exclude', '^renderer/pepper/'], 762 ['exclude', '^renderer/pepper/'],
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
1091 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1090 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1092 '../third_party/mesa/mesa.gyp:osmesa', 1091 '../third_party/mesa/mesa.gyp:osmesa',
1093 '../ui/accessibility/accessibility.gyp:accessibility', 1092 '../ui/accessibility/accessibility.gyp:accessibility',
1094 '../ui/base/ui_base.gyp:ui_base', 1093 '../ui/base/ui_base.gyp:ui_base',
1095 '../ui/gfx/gfx.gyp:gfx', 1094 '../ui/gfx/gfx.gyp:gfx',
1096 '../ui/gfx/gfx.gyp:gfx_geometry', 1095 '../ui/gfx/gfx.gyp:gfx_geometry',
1097 '../ui/gl/gl.gyp:gl', 1096 '../ui/gl/gl.gyp:gl',
1098 '../ui/resources/ui_resources.gyp:ui_resources', 1097 '../ui/resources/ui_resources.gyp:ui_resources',
1099 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 1098 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
1100 '../ui/snapshot/snapshot.gyp:snapshot', 1099 '../ui/snapshot/snapshot.gyp:snapshot',
1101 '../webkit/child/webkit_child.gyp:webkit_child',
1102 '../ui/accessibility/accessibility.gyp:ax_gen', 1100 '../ui/accessibility/accessibility.gyp:ax_gen',
1103 ], 1101 ],
1104 'include_dirs': [ 1102 'include_dirs': [
1105 '..', 1103 '..',
1106 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte st.cc 1104 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte st.cc
1107 ], 1105 ],
1108 'includes': [ 1106 'includes': [
1109 'browser/gpu/test_support_gpu.gypi', 1107 'browser/gpu/test_support_gpu.gypi',
1110 ], 1108 ],
1111 'defines': [ 1109 'defines': [
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
1351 '../base/base.gyp:test_support_base', 1349 '../base/base.gyp:test_support_base',
1352 '../gpu/gpu.gyp:command_buffer_common', 1350 '../gpu/gpu.gyp:command_buffer_common',
1353 '../testing/gtest.gyp:gtest', 1351 '../testing/gtest.gyp:gtest',
1354 '../third_party/WebKit/public/blink.gyp:blink', 1352 '../third_party/WebKit/public/blink.gyp:blink',
1355 '../ui/base/ui_base.gyp:ui_base', 1353 '../ui/base/ui_base.gyp:ui_base',
1356 '../ui/gfx/gfx.gyp:gfx', 1354 '../ui/gfx/gfx.gyp:gfx',
1357 '../ui/gfx/gfx.gyp:gfx_geometry', 1355 '../ui/gfx/gfx.gyp:gfx_geometry',
1358 '../ui/gfx/gfx.gyp:gfx_test_support', 1356 '../ui/gfx/gfx.gyp:gfx_test_support',
1359 '../ui/gl/gl.gyp:gl', 1357 '../ui/gl/gl.gyp:gl',
1360 '../v8/tools/gyp/v8.gyp:v8', 1358 '../v8/tools/gyp/v8.gyp:v8',
1361 # The following dependency provides the missing symbol
1362 # HeapProfilerStart in Linux component builds.
1363 '../webkit/child/webkit_child.gyp:webkit_child',
1364 ], 1359 ],
1365 'include_dirs': [ 1360 'include_dirs': [
1366 '..', 1361 '..',
1367 ], 1362 ],
1368 'sources': [ 1363 'sources': [
1369 'common/gpu/client/gl_helper_unittest.cc', 1364 'common/gpu/client/gl_helper_unittest.cc',
1370 'common/gpu/client/gpu_in_process_context_tests.cc', 1365 'common/gpu/client/gpu_in_process_context_tests.cc',
1371 ], 1366 ],
1372 'conditions': [ 1367 'conditions': [
1373 ['OS=="android"', { 1368 ['OS=="android"', {
1374 'dependencies': [ 1369 'dependencies': [
1375 '../testing/android/native_test.gyp:native_test_native_code', 1370 '../testing/android/native_test.gyp:native_test_native_code',
1376 ], 1371 ],
1377 }], 1372 }],
1378 ], 1373 ],
1379 }, 1374 },
1380 { 1375 {
1381 'target_name': 'content_gl_benchmark', 1376 'target_name': 'content_gl_benchmark',
1382 'type': '<(gtest_target_type)', 1377 'type': '<(gtest_target_type)',
1383 'dependencies': [ 1378 'dependencies': [
1384 'content.gyp:content_common', 1379 'content.gyp:content_common',
1385 'test_support_content', 1380 'test_support_content',
1386 '../base/base.gyp:test_support_base', 1381 '../base/base.gyp:test_support_base',
1387 '../testing/gtest.gyp:gtest', 1382 '../testing/gtest.gyp:gtest',
1388 '../third_party/WebKit/public/blink.gyp:blink', 1383 '../third_party/WebKit/public/blink.gyp:blink',
1389 '../ui/base/ui_base.gyp:ui_base', 1384 '../ui/base/ui_base.gyp:ui_base',
1390 '../ui/gfx/gfx.gyp:gfx', 1385 '../ui/gfx/gfx.gyp:gfx',
1391 '../ui/gfx/gfx.gyp:gfx_geometry', 1386 '../ui/gfx/gfx.gyp:gfx_geometry',
1392 '../ui/gl/gl.gyp:gl', 1387 '../ui/gl/gl.gyp:gl',
1393 # The following two dependencies provide the missing
1394 # symbol HeapProfilerStart in Linux component builds.
1395 '../webkit/child/webkit_child.gyp:webkit_child',
1396 ], 1388 ],
1397 'include_dirs': [ 1389 'include_dirs': [
1398 '..', 1390 '..',
1399 ], 1391 ],
1400 'sources': [ 1392 'sources': [
1401 'common/gpu/client/gl_helper_benchmark.cc', 1393 'common/gpu/client/gl_helper_benchmark.cc',
1402 ], 1394 ],
1403 }, 1395 },
1404 ], 1396 ],
1405 }], 1397 }],
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
1867 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1859 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1868 }, 1860 },
1869 ], 1861 ],
1870 }], 1862 }],
1871 ], 1863 ],
1872 }, 1864 },
1873 ], 1865 ],
1874 }], 1866 }],
1875 ], 1867 ],
1876 } 1868 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | ui/app_list/app_list.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698