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

Side by Side Diff: content/content_tests.gypi

Issue 11000016: Move forms/ out of webkit/. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Response to review Created 8 years, 2 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
« no previous file with comments | « content/content_renderer.gypi ('k') | content/public/common/common_param_traits_macros.h » ('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 '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 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 481 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
482 '../third_party/libjingle/libjingle.gyp:libjingle', 482 '../third_party/libjingle/libjingle.gyp:libjingle',
483 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 483 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
484 '../ui/gl/gl.gyp:gl', 484 '../ui/gl/gl.gyp:gl',
485 '../v8/tools/gyp/v8.gyp:v8', 485 '../v8/tools/gyp/v8.gyp:v8',
486 '../webkit/support/webkit_support.gyp:appcache', 486 '../webkit/support/webkit_support.gyp:appcache',
487 '../webkit/support/webkit_support.gyp:blob', 487 '../webkit/support/webkit_support.gyp:blob',
488 '../webkit/support/webkit_support.gyp:database', 488 '../webkit/support/webkit_support.gyp:database',
489 '../webkit/support/webkit_support.gyp:dom_storage', 489 '../webkit/support/webkit_support.gyp:dom_storage',
490 '../webkit/support/webkit_support.gyp:fileapi', 490 '../webkit/support/webkit_support.gyp:fileapi',
491 '../webkit/support/webkit_support.gyp:forms',
492 '../webkit/support/webkit_support.gyp:glue', 491 '../webkit/support/webkit_support.gyp:glue',
493 '../webkit/support/webkit_support.gyp:quota', 492 '../webkit/support/webkit_support.gyp:quota',
494 '../webkit/support/webkit_support.gyp:webkit_base', 493 '../webkit/support/webkit_support.gyp:webkit_base',
495 '../webkit/support/webkit_support.gyp:webkit_media', 494 '../webkit/support/webkit_support.gyp:webkit_media',
496 '../webkit/webkit.gyp:test_shell_test_support', 495 '../webkit/webkit.gyp:test_shell_test_support',
497 ], 496 ],
498 }], 497 }],
499 ['enable_webrtc==1', { 498 ['enable_webrtc==1', {
500 'sources': [ 499 'sources': [
501 'browser/renderer_host/p2p/socket_host_test_utils.h', 500 'browser/renderer_host/p2p/socket_host_test_utils.h',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 }, 592 },
594 ], 593 ],
595 'conditions': [ 594 'conditions': [
596 ['OS!="ios"', { 595 ['OS!="ios"', {
597 'targets': [ 596 'targets': [
598 { 597 {
599 'target_name': 'content_browsertests', 598 'target_name': 'content_browsertests',
600 'type': 'executable', 599 'type': 'executable',
601 'defines!': ['CONTENT_IMPLEMENTATION'], 600 'defines!': ['CONTENT_IMPLEMENTATION'],
602 'dependencies': [ 601 'dependencies': [
602 'content_common',
603 'content_gpu', 603 'content_gpu',
604 'content_plugin', 604 'content_plugin',
605 'content_renderer', 605 'content_renderer',
606 'content_shell_lib', 606 'content_shell_lib',
607 'content_shell_pak', 607 'content_shell_pak',
608 'test_support_content', 608 'test_support_content',
609 '../base/base.gyp:test_support_base', 609 '../base/base.gyp:test_support_base',
610 '../ipc/ipc.gyp:test_support_ipc', 610 '../ipc/ipc.gyp:test_support_ipc',
611 '../net/net.gyp:net_test_support', 611 '../net/net.gyp:net_test_support',
612 '../ppapi/ppapi_internal.gyp:ppapi_host', 612 '../ppapi/ppapi_internal.gyp:ppapi_host',
613 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 613 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
614 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 614 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
615 '../ppapi/ppapi_internal.gyp:ppapi_shared', 615 '../ppapi/ppapi_internal.gyp:ppapi_shared',
616 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 616 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
617 '../skia/skia.gyp:skia', 617 '../skia/skia.gyp:skia',
618 '../testing/gmock.gyp:gmock', 618 '../testing/gmock.gyp:gmock',
619 '../testing/gtest.gyp:gtest', 619 '../testing/gtest.gyp:gtest',
620 '../third_party/mesa/mesa.gyp:osmesa', 620 '../third_party/mesa/mesa.gyp:osmesa',
621 '../ui/ui.gyp:ui', 621 '../ui/ui.gyp:ui',
622 '../webkit/support/webkit_support.gyp:clearkeycdmplugin', 622 '../webkit/support/webkit_support.gyp:clearkeycdmplugin',
623 '../webkit/support/webkit_support.gyp:forms',
624 '../webkit/support/webkit_support.gyp:glue', 623 '../webkit/support/webkit_support.gyp:glue',
625 ], 624 ],
626 'include_dirs': [ 625 'include_dirs': [
627 '..', 626 '..',
628 ], 627 ],
629 'includes': [ 628 'includes': [
630 'browser/gpu/test_support_gpu.gypi', 629 'browser/gpu/test_support_gpu.gypi',
631 ], 630 ],
632 'defines': [ 631 'defines': [
633 'HAS_OUT_OF_PROC_TEST_RUNNER', 632 'HAS_OUT_OF_PROC_TEST_RUNNER',
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 'java_in_dir': '../content/shell/android/javatests', 906 'java_in_dir': '../content/shell/android/javatests',
908 'resource_dir': '../res', 907 'resource_dir': '../res',
909 'additional_src_dirs': ['../content/public/android/javatests/'], 908 'additional_src_dirs': ['../content/public/android/javatests/'],
910 }, 909 },
911 'includes': [ '../build/java_apk.gypi' ], 910 'includes': [ '../build/java_apk.gypi' ],
912 }, 911 },
913 ], 912 ],
914 }], 913 }],
915 ], 914 ],
916 } 915 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/public/common/common_param_traits_macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698