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

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

Issue 2828021: Take 2: sync changes to support encryption (Closed)
Patch Set: fix flaky password test under valgrind Created 10 years, 6 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/common/notification_type.h ('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 { 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)/chrome/browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
13 '<(DEPTH)/third_party/hunspell/hunspell.gyp:hunspell', 14 '<(DEPTH)/third_party/hunspell/hunspell.gyp:hunspell',
14 '<(DEPTH)/net/net.gyp:net_resources', 15 '<(DEPTH)/net/net.gyp:net_resources',
15 '<(DEPTH)/net/net.gyp:net_test_support', 16 '<(DEPTH)/net/net.gyp:net_test_support',
16 '<(DEPTH)/skia/skia.gyp:skia', 17 '<(DEPTH)/skia/skia.gyp:skia',
17 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 18 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
18 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 19 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
19 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 20 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
20 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', 21 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
21 '<(DEPTH)/testing/gtest.gyp:gtest', 22 '<(DEPTH)/testing/gtest.gyp:gtest',
22 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 23 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
(...skipping 25 matching lines...) Expand all
48 '<(DEPTH)/chrome/test/interactive_ui/view_event_test_base.h', 49 '<(DEPTH)/chrome/test/interactive_ui/view_event_test_base.h',
49 '<(DEPTH)/chrome/test/test_launcher/out_of_proc_test_runner.cc', 50 '<(DEPTH)/chrome/test/test_launcher/out_of_proc_test_runner.cc',
50 '<(DEPTH)/chrome/test/test_launcher/test_runner.cc', 51 '<(DEPTH)/chrome/test/test_launcher/test_runner.cc',
51 '<(DEPTH)/chrome/test/test_launcher/test_runner.h', 52 '<(DEPTH)/chrome/test/test_launcher/test_runner.h',
52 '<(DEPTH)/chrome/test/unit/chrome_test_suite.h', 53 '<(DEPTH)/chrome/test/unit/chrome_test_suite.h',
53 ], 54 ],
54 'conditions': [ 55 'conditions': [
55 ['OS=="linux"', { 56 ['OS=="linux"', {
56 'dependencies': [ 57 'dependencies': [
57 '<(DEPTH)/build/linux/system.gyp:gtk', 58 '<(DEPTH)/build/linux/system.gyp:gtk',
59 '<(DEPTH)/build/linux/system.gyp:nss',
58 '<(DEPTH)/tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 60 '<(DEPTH)/tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
59 ], 61 ],
60 }], 62 }],
61 ['OS=="linux" and toolkit_views==0', { 63 ['OS=="linux" and toolkit_views==0', {
62 'sources!': [ 64 'sources!': [
63 # TODO(port) 65 # TODO(port)
64 '<(DEPTH)/chrome/browser/views/bookmark_bar_view_test.cc', 66 '<(DEPTH)/chrome/browser/views/bookmark_bar_view_test.cc',
65 '<(DEPTH)/chrome/browser/views/find_bar_host_interactive_uitest.cc', 67 '<(DEPTH)/chrome/browser/views/find_bar_host_interactive_uitest.cc',
66 '<(DEPTH)/chrome/browser/views/tabs/tab_dragging_test.cc', 68 '<(DEPTH)/chrome/browser/views/tabs/tab_dragging_test.cc',
67 '<(DEPTH)/chrome/browser/views/tabs/tab_strip_interactive_uitest.cc', 69 '<(DEPTH)/chrome/browser/views/tabs/tab_strip_interactive_uitest.cc',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'msvs_settings': { 160 'msvs_settings': {
159 'VCLinkerTool': { 161 'VCLinkerTool': {
160 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 162 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
161 }, 163 },
162 }, 164 },
163 }, 165 },
164 }, # configurations 166 }, # configurations
165 }], # OS=="win" 167 }], # OS=="win"
166 ], # conditions 168 ], # conditions
167 } 169 }
OLDNEW
« no previous file with comments | « chrome/common/notification_type.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698