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

Side by Side Diff: chrome/test/interactive_ui/interactive_ui_tests.gypi

Issue 387020: Upstreaming WebKit.gyp (Closed)
Patch Set: Created 11 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
« no previous file with comments | « chrome/renderer/webworker_proxy.cc ('k') | chrome/test/render_view_test.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'target_name': 'interactive_ui_tests', 2 'target_name': 'interactive_ui_tests',
3 'type': 'executable', 3 'type': 'executable',
4 'msvs_guid': '018D4F38-6272-448F-A864-976DA09F05D0', 4 'msvs_guid': '018D4F38-6272-448F-A864-976DA09F05D0',
5 'dependencies': [ 5 'dependencies': [
6 '<(DEPTH)/chrome/chrome.gyp:chrome', 6 '<(DEPTH)/chrome/chrome.gyp:chrome',
7 '<(DEPTH)/chrome/chrome.gyp:chrome_resources', 7 '<(DEPTH)/chrome/chrome.gyp:chrome_resources',
8 '<(DEPTH)/chrome/chrome.gyp:chrome_strings', 8 '<(DEPTH)/chrome/chrome.gyp:chrome_strings',
9 '<(DEPTH)/chrome/chrome.gyp:debugger', 9 '<(DEPTH)/chrome/chrome.gyp:debugger',
10 '<(DEPTH)/chrome/chrome.gyp:test_support_common', 10 '<(DEPTH)/chrome/chrome.gyp:test_support_common',
11 '<(DEPTH)/chrome/chrome.gyp:test_support_ui', 11 '<(DEPTH)/chrome/chrome.gyp:test_support_ui',
12 '<(DEPTH)/chrome/chrome.gyp:syncapi', 12 '<(DEPTH)/chrome/chrome.gyp:syncapi',
13 '<(DEPTH)/third_party/hunspell/hunspell.gyp:hunspell', 13 '<(DEPTH)/third_party/hunspell/hunspell.gyp:hunspell',
14 '<(DEPTH)/net/net.gyp:net_resources', 14 '<(DEPTH)/net/net.gyp:net_resources',
15 '<(DEPTH)/skia/skia.gyp:skia', 15 '<(DEPTH)/skia/skia.gyp:skia',
16 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 16 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
17 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 17 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
18 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 18 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
19 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', 19 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
20 '<(DEPTH)/testing/gtest.gyp:gtest', 20 '<(DEPTH)/testing/gtest.gyp:gtest',
21 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 21 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
22 # run time dependency 22 # run time dependency
23 '<(DEPTH)/webkit/webkit.gyp:webkit_resources', 23 '<(DEPTH)/webkit/webkit_glue.gyp:webkit_resources',
24 ], 24 ],
25 'include_dirs': [ 25 'include_dirs': [
26 '<(DEPTH)', 26 '<(DEPTH)',
27 ], 27 ],
28 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], 28 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ],
29 'sources': [ 29 'sources': [
30 '<(DEPTH)/chrome/browser/autocomplete/autocomplete_edit_view_browsertest.cc' , 30 '<(DEPTH)/chrome/browser/autocomplete/autocomplete_edit_view_browsertest.cc' ,
31 '<(DEPTH)/chrome/browser/browser_focus_uitest.cc', 31 '<(DEPTH)/chrome/browser/browser_focus_uitest.cc',
32 '<(DEPTH)/chrome/browser/browser_keyevents_browsertest.cc', 32 '<(DEPTH)/chrome/browser/browser_keyevents_browsertest.cc',
33 '<(DEPTH)/chrome/browser/debugger/devtools_sanity_unittest.cc', 33 '<(DEPTH)/chrome/browser/debugger/devtools_sanity_unittest.cc',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 'msvs_settings': { 132 'msvs_settings': {
133 'VCLinkerTool': { 133 'VCLinkerTool': {
134 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 134 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
135 }, 135 },
136 }, 136 },
137 }, 137 },
138 }, # configurations 138 }, # configurations
139 }], # OS=="win" 139 }], # OS=="win"
140 ], # conditions 140 ], # conditions
141 } 141 }
OLDNEW
« no previous file with comments | « chrome/renderer/webworker_proxy.cc ('k') | chrome/test/render_view_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698