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

Side by Side Diff: webkit/tools/test_shell/test_shell.gypi

Issue 9254040: remove build_webkit_exes_from_webkit_gyp flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: put back blob's dependency on webkit, fix indentation Created 8 years, 11 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 | « webkit/blob/webkit_blob.gypi ('k') | webkit/webkit.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'test_shell_windows_resource_files': [ 7 'test_shell_windows_resource_files': [
8 'resources/test_shell.rc', 8 'resources/test_shell.rc',
9 '../../glue/resources/pan_east.cur', 9 '../../glue/resources/pan_east.cur',
10 '../../glue/resources/pan_middle.cur', 10 '../../glue/resources/pan_middle.cur',
11 '../../glue/resources/pan_north.cur', 11 '../../glue/resources/pan_north.cur',
12 '../../glue/resources/pan_north_east.cur', 12 '../../glue/resources/pan_north_east.cur',
13 '../../glue/resources/pan_north_west.cur', 13 '../../glue/resources/pan_north_west.cur',
14 '../../glue/resources/pan_south.cur', 14 '../../glue/resources/pan_south.cur',
15 '../../glue/resources/pan_south_east.cur', 15 '../../glue/resources/pan_south_east.cur',
16 '../../glue/resources/pan_south_west.cur', 16 '../../glue/resources/pan_south_west.cur',
17 '../../glue/resources/pan_west.cur', 17 '../../glue/resources/pan_west.cur',
18 'resources/small.ico', 18 'resources/small.ico',
19 'resources/test_shell.ico', 19 'resources/test_shell.ico',
20 'resource.h', 20 'resource.h',
21 ], 21 ],
22 }, 22 },
23 'targets': [ 23 'targets': [
24 { 24 {
25 'target_name': 'pull_in_copy_TestNetscapePlugIn',
26 'type': 'none',
27 'dependencies': [
28 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRende rTree.gyp:copy_TestNetscapePlugIn'
29 ],
30 },
31 {
25 'target_name': 'test_shell_common', 32 'target_name': 'test_shell_common',
26 'type': 'static_library', 33 'type': 'static_library',
27 'variables': { 34 'variables': {
28 'chromium_code': 1, 35 'chromium_code': 1,
29 }, 36 },
30 'dependencies': [ 37 'dependencies': [
31 '../build/temp_gyp/googleurl.gyp:googleurl', 38 '../build/temp_gyp/googleurl.gyp:googleurl',
32 '<(DEPTH)/base/base.gyp:base', 39 '<(DEPTH)/base/base.gyp:base',
33 '<(DEPTH)/base/base.gyp:base_i18n', 40 '<(DEPTH)/base/base.gyp:base_i18n',
34 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 41 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
(...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 'link_settings': { 769 'link_settings': {
763 'libraries': [ 770 'libraries': [
764 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 771 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
765 ], 772 ],
766 }, 773 },
767 }, 774 },
768 ], 775 ],
769 }], 776 }],
770 ], 777 ],
771 } 778 }
OLDNEW
« no previous file with comments | « webkit/blob/webkit_blob.gypi ('k') | webkit/webkit.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698