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

Side by Side Diff: content/content_shell.gypi

Issue 11362161: Use the WebTestProxy for layout tests in content_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch Created 8 years, 1 month 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') | content/content_tests.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 'variables': { 6 'variables': {
7 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 # The "19" is so that sites that sniff for version think that this is 8 # The "19" is so that sites that sniff for version think that this is
9 # something reasonably current; the "77.34.5" is a hint that this isn't a 9 # something reasonably current; the "77.34.5" is a hint that this isn't a
10 # standard Chrome. 10 # standard Chrome.
(...skipping 12 matching lines...) Expand all
23 'content_app', 23 'content_app',
24 'content_browser', 24 'content_browser',
25 'content_common', 25 'content_common',
26 'content_gpu', 26 'content_gpu',
27 'content_plugin', 27 'content_plugin',
28 'content_ppapi_plugin', 28 'content_ppapi_plugin',
29 'content_renderer', 29 'content_renderer',
30 'content_shell_resources', 30 'content_shell_resources',
31 'content_utility', 31 'content_utility',
32 'content_worker', 32 'content_worker',
33 'test_support_content',
33 'content_resources.gyp:content_resources', 34 'content_resources.gyp:content_resources',
34 '../base/base.gyp:base', 35 '../base/base.gyp:base',
35 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 36 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
36 '../build/temp_gyp/googleurl.gyp:googleurl', 37 '../build/temp_gyp/googleurl.gyp:googleurl',
37 '../ipc/ipc.gyp:ipc', 38 '../ipc/ipc.gyp:ipc',
38 '../media/media.gyp:media', 39 '../media/media.gyp:media',
39 '../net/net.gyp:net', 40 '../net/net.gyp:net',
40 '../net/net.gyp:net_resources', 41 '../net/net.gyp:net_resources',
41 '../skia/skia.gyp:skia', 42 '../skia/skia.gyp:skia',
42 '../ui/ui.gyp:ui', 43 '../ui/ui.gyp:ui',
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 'resource_dir': '../res', 652 'resource_dir': '../res',
652 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi ew.so'], 653 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi ew.so'],
653 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'], 654 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'],
654 }, 655 },
655 'includes': [ '../build/java_apk.gypi' ], 656 'includes': [ '../build/java_apk.gypi' ],
656 }, 657 },
657 ], 658 ],
658 }], # OS=="android" 659 }], # OS=="android"
659 ] 660 ]
660 } 661 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698