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

Side by Side Diff: content/content_tests.gypi

Issue 14823005: Remove inside_chromium_build gyp variable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort gyps, fix ios Created 7 years, 7 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/content_worker.gypi » ('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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 ], 161 ],
162 }, { # OS != "ios" 162 }, { # OS != "ios"
163 'dependencies': [ 163 'dependencies': [
164 'content_ppapi_plugin', 164 'content_ppapi_plugin',
165 'content_utility', 165 'content_utility',
166 'content_worker', 166 'content_worker',
167 '../ppapi/ppapi_internal.gyp:ppapi_host', 167 '../ppapi/ppapi_internal.gyp:ppapi_host',
168 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 168 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
169 '../ppapi/ppapi_internal.gyp:ppapi_shared', 169 '../ppapi/ppapi_internal.gyp:ppapi_shared',
170 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 170 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
171 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 171 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
172 '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRende rTree.gyp:TestRunner', 172 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpR enderTree.gyp:TestRunner',
173 '../ui/surface/surface.gyp:surface', 173 '../ui/surface/surface.gyp:surface',
174 '../webkit/compositor_bindings/compositor_bindings.gyp:webkit_compos itor_support', 174 '../webkit/compositor_bindings/compositor_bindings.gyp:webkit_compos itor_support',
175 '../webkit/gpu/webkit_gpu.gyp:webkit_gpu', 175 '../webkit/gpu/webkit_gpu.gyp:webkit_gpu',
176 '../webkit/support/webkit_support.gyp:webkit_storage', 176 '../webkit/support/webkit_support.gyp:webkit_storage',
177 '../webkit/support/webkit_support.gyp:webkit_support_common', 177 '../webkit/support/webkit_support.gyp:webkit_support_common',
178 ], 178 ],
179 }], 179 }],
180 ['OS == "win" or (toolkit_uses_gtk == 1 and selinux == 0)', { 180 ['OS == "win" or (toolkit_uses_gtk == 1 and selinux == 0)', {
181 'dependencies': [ 181 'dependencies': [
182 '../sandbox/sandbox.gyp:sandbox', 182 '../sandbox/sandbox.gyp:sandbox',
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 'content_gpu', 556 'content_gpu',
557 'content_plugin', 557 'content_plugin',
558 'content_renderer', 558 'content_renderer',
559 'content_resources.gyp:content_resources', 559 'content_resources.gyp:content_resources',
560 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 560 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
561 '../gpu/gpu.gyp:gpu', 561 '../gpu/gpu.gyp:gpu',
562 '../gpu/gpu.gyp:gpu_unittest_utils', 562 '../gpu/gpu.gyp:gpu_unittest_utils',
563 '../ipc/ipc.gyp:test_support_ipc', 563 '../ipc/ipc.gyp:test_support_ipc',
564 '../jingle/jingle.gyp:jingle_glue_test_util', 564 '../jingle/jingle.gyp:jingle_glue_test_util',
565 '../media/media.gyp:shared_memory_support', 565 '../media/media.gyp:shared_memory_support',
566 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
566 '../third_party/icu/icu.gyp:icui18n', 567 '../third_party/icu/icu.gyp:icui18n',
567 '../third_party/icu/icu.gyp:icuuc', 568 '../third_party/icu/icu.gyp:icuuc',
568 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 569 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
569 '../third_party/libjingle/libjingle.gyp:libjingle', 570 '../third_party/libjingle/libjingle.gyp:libjingle',
570 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
571 '../ui/gl/gl.gyp:gl', 571 '../ui/gl/gl.gyp:gl',
572 '../v8/tools/gyp/v8.gyp:v8', 572 '../v8/tools/gyp/v8.gyp:v8',
573 '../webkit/support/webkit_support.gyp:glue', 573 '../webkit/support/webkit_support.gyp:glue',
574 '../webkit/support/webkit_support.gyp:webkit_base', 574 '../webkit/support/webkit_support.gyp:webkit_base',
575 '../webkit/support/webkit_support.gyp:webkit_media', 575 '../webkit/support/webkit_support.gyp:webkit_media',
576 '../webkit/support/webkit_support.gyp:webkit_storage', 576 '../webkit/support/webkit_support.gyp:webkit_storage',
577 '../webkit/webkit.gyp:test_shell_test_support', 577 '../webkit/webkit.gyp:test_shell_test_support',
578 ], 578 ],
579 }], 579 }],
580 ['enable_plugins==0', { 580 ['enable_plugins==0', {
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 'content_plugin', 710 'content_plugin',
711 'content_renderer', 711 'content_renderer',
712 'content_shell_lib', 712 'content_shell_lib',
713 'content_shell_pak', 713 'content_shell_pak',
714 'test_support_content', 714 'test_support_content',
715 '../base/base.gyp:test_support_base', 715 '../base/base.gyp:test_support_base',
716 '../gpu/gpu.gyp:gpu', 716 '../gpu/gpu.gyp:gpu',
717 '../ipc/ipc.gyp:test_support_ipc', 717 '../ipc/ipc.gyp:test_support_ipc',
718 '../net/net.gyp:net_test_support', 718 '../net/net.gyp:net_test_support',
719 '../ppapi/ppapi_internal.gyp:ppapi_host', 719 '../ppapi/ppapi_internal.gyp:ppapi_host',
720 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
720 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 721 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
721 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
722 '../ppapi/ppapi_internal.gyp:ppapi_shared', 722 '../ppapi/ppapi_internal.gyp:ppapi_shared',
723 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 723 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
724 '../skia/skia.gyp:skia', 724 '../skia/skia.gyp:skia',
725 '../testing/gmock.gyp:gmock', 725 '../testing/gmock.gyp:gmock',
726 '../testing/gtest.gyp:gtest', 726 '../testing/gtest.gyp:gtest',
727 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpR enderTree.gyp:TestRunner_resources',
727 '../third_party/mesa/mesa.gyp:osmesa', 728 '../third_party/mesa/mesa.gyp:osmesa',
728 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h ', 729 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h ',
729 '../ui/gl/gl.gyp:gl', 730 '../ui/gl/gl.gyp:gl',
730 '../ui/snapshot/snapshot.gyp:snapshot', 731 '../ui/snapshot/snapshot.gyp:snapshot',
731 '../ui/ui.gyp:shell_dialogs', 732 '../ui/ui.gyp:shell_dialogs',
732 '../ui/ui.gyp:ui', 733 '../ui/ui.gyp:ui',
733 '../webkit/support/webkit_support.gyp:clearkeycdmadapter', 734 '../webkit/support/webkit_support.gyp:clearkeycdmadapter',
734 '../webkit/support/webkit_support.gyp:glue', 735 '../webkit/support/webkit_support.gyp:glue',
735 '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRende rTree.gyp:TestRunner_resources',
736 ], 736 ],
737 'include_dirs': [ 737 'include_dirs': [
738 '..', 738 '..',
739 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte st.cc 739 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte st.cc
740 ], 740 ],
741 'includes': [ 741 'includes': [
742 'browser/gpu/test_support_gpu.gypi', 742 'browser/gpu/test_support_gpu.gypi',
743 ], 743 ],
744 'defines': [ 744 'defines': [
745 'HAS_OUT_OF_PROC_TEST_RUNNER', 745 'HAS_OUT_OF_PROC_TEST_RUNNER',
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
1108 'resource_dir': 'shell/android/shell_apk/res', 1108 'resource_dir': 'shell/android/shell_apk/res',
1109 'additional_src_dirs': ['public/android/javatests/',], 1109 'additional_src_dirs': ['public/android/javatests/',],
1110 'is_test_apk': 1, 1110 'is_test_apk': 1,
1111 }, 1111 },
1112 'includes': [ '../build/java_apk.gypi' ], 1112 'includes': [ '../build/java_apk.gypi' ],
1113 }, 1113 },
1114 ], 1114 ],
1115 }], 1115 }],
1116 ], 1116 ],
1117 } 1117 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/content_worker.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698