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

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

Issue 219007: Rolling back 26904, didn't take chrome branding into account.... (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 20 matching lines...) Expand all
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:database', 38 '../../webkit.gyp:database',
39 '../../webkit.gyp:glue', 39 '../../webkit.gyp:glue',
40 '../../webkit.gyp:webkit', 40 '../../webkit.gyp:webkit',
41 '../../webkit.gyp:webkit_resources',
42 '../../webkit.gyp:inspector_resources', 41 '../../webkit.gyp:inspector_resources',
43 ], 42 ],
44 'msvs_guid': '77C32787-1B96-CB84-B905-7F170629F0AC', 43 'msvs_guid': '77C32787-1B96-CB84-B905-7F170629F0AC',
45 'sources': [ 44 'sources': [
46 'mac/DumpRenderTreePasteboard.h', 45 'mac/DumpRenderTreePasteboard.h',
47 'mac/DumpRenderTreePasteboard.m', 46 'mac/DumpRenderTreePasteboard.m',
48 'mac/test_shell_webview.h', 47 'mac/test_shell_webview.h',
49 'mac/test_shell_webview.mm', 48 'mac/test_shell_webview.mm',
50 'mac/test_webview_delegate.mm', 49 'mac/test_webview_delegate.mm',
51 'mac/webview_host.mm', 50 'mac/webview_host.mm',
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
658 'link_settings': { 657 'link_settings': {
659 'libraries': [ 658 'libraries': [
660 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 659 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
661 ], 660 ],
662 }, 661 },
663 }, 662 },
664 ], 663 ],
665 }], 664 }],
666 ], 665 ],
667 } 666 }
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