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

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

Issue 208056: Changing the grd files in chrome.gyp to be compiled to seprate directories to... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 | « chrome/chrome.gyp ('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) 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 'test_shell_windows_resource_files': [ 8 'test_shell_windows_resource_files': [
9 'resources/test_shell.rc', 9 'resources/test_shell.rc',
10 'resources/pan_east.cur', 10 'resources/pan_east.cur',
(...skipping 19 matching lines...) Expand all
30 '../../../base/base.gyp:base_gfx', 30 '../../../base/base.gyp:base_gfx',
31 '../../../media/media.gyp:media', 31 '../../../media/media.gyp:media',
32 '../../../net/net.gyp:net', 32 '../../../net/net.gyp:net',
33 '../../../skia/skia.gyp:skia', 33 '../../../skia/skia.gyp:skia',
34 '../../../testing/gmock.gyp:gmock', 34 '../../../testing/gmock.gyp:gmock',
35 '../../../testing/gtest.gyp:gtest', 35 '../../../testing/gtest.gyp:gtest',
36 '../../../third_party/npapi/npapi.gyp:npapi', 36 '../../../third_party/npapi/npapi.gyp:npapi',
37 '../../webkit.gyp:appcache', 37 '../../webkit.gyp:appcache',
38 '../../webkit.gyp:glue', 38 '../../webkit.gyp:glue',
39 '../../webkit.gyp:webkit', 39 '../../webkit.gyp:webkit',
40 '../../webkit.gyp:webkit_resources',
40 '../../webkit.gyp:inspector_resources', 41 '../../webkit.gyp:inspector_resources',
41 ], 42 ],
42 'msvs_guid': '77C32787-1B96-CB84-B905-7F170629F0AC', 43 'msvs_guid': '77C32787-1B96-CB84-B905-7F170629F0AC',
43 'sources': [ 44 'sources': [
44 'mac/DumpRenderTreePasteboard.h', 45 'mac/DumpRenderTreePasteboard.h',
45 'mac/DumpRenderTreePasteboard.m', 46 'mac/DumpRenderTreePasteboard.m',
46 'mac/test_shell_webview.h', 47 'mac/test_shell_webview.h',
47 'mac/test_shell_webview.mm', 48 'mac/test_shell_webview.mm',
48 'mac/test_webview_delegate.mm', 49 'mac/test_webview_delegate.mm',
49 'mac/webview_host.mm', 50 'mac/webview_host.mm',
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 'link_settings': { 655 'link_settings': {
655 'libraries': [ 656 'libraries': [
656 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 657 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
657 ], 658 ],
658 }, 659 },
659 }, 660 },
660 ], 661 ],
661 }], 662 }],
662 ], 663 ],
663 } 664 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | webkit/webkit.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698