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

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

Issue 50015: Chromium side of http://codereview.chromium.org/42394... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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
« build/common.gypi ('K') | « chrome/chrome.gyp ('k') | no next file » | 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../../../build/common.gypi', 10 '../../../build/common.gypi',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 ], 125 ],
126 'sources!': [ 126 'sources!': [
127 'drag_delegate.cc', 127 'drag_delegate.cc',
128 'drop_delegate.cc', 128 'drop_delegate.cc',
129 ], 129 ],
130 }], 130 }],
131 ], 131 ],
132 }, 132 },
133 { 133 {
134 'target_name': 'test_shell', 134 'target_name': 'test_shell',
135 'type': 'application', 135 'type': 'executable',
136 'mac_bundle': 1,
136 'dependencies': [ 137 'dependencies': [
137 'test_shell_common', 138 'test_shell_common',
138 ], 139 ],
139 'sources': [ 140 'sources': [
140 'test_shell_main.cc', 141 'test_shell_main.cc',
141 ], 142 ],
142 'mac_bundle_resources': [ 143 'mac_bundle_resources': [
143 '../../data/test_shell/', 144 '../../data/test_shell/',
144 'mac/English.lproj/InfoPlist.strings', 145 'mac/English.lproj/InfoPlist.strings',
145 'mac/English.lproj/MainMenu.nib', 146 'mac/English.lproj/MainMenu.nib',
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 ], 376 ],
376 'dependencies': [ 377 'dependencies': [
377 '../../../third_party/npapi/npapi.gyp:npapi', 378 '../../../third_party/npapi/npapi.gyp:npapi',
378 '../../webkit.gyp:wtf', 379 '../../webkit.gyp:wtf',
379 ], 380 ],
380 }, 381 },
381 ], 382 ],
382 }], 383 }],
383 ], 384 ],
384 } 385 }
OLDNEW
« build/common.gypi ('K') | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698