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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 2008643002: Make chrome.exe/dll GN imports match GYP, remove user32 delay imports. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove more delay load stuff Created 4 years, 7 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_dll.gypi ('k') | chrome/test/BUILD.gn » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 2829 matching lines...) Expand 10 before | Expand all | Expand 10 after
2840 'test_support_common', 2840 'test_support_common',
2841 ], 2841 ],
2842 'include_dirs': [ 2842 'include_dirs': [
2843 '..', 2843 '..',
2844 ], 2844 ],
2845 'sources': [ 2845 'sources': [
2846 'app/chrome_watcher_client_unittest_win.cc', 2846 'app/chrome_watcher_client_unittest_win.cc',
2847 'app/chrome_watcher_client_win.cc', 2847 'app/chrome_watcher_client_win.cc',
2848 'app/chrome_watcher_command_line_win.cc', 2848 'app/chrome_watcher_command_line_win.cc',
2849 'app/chrome_watcher_command_line_win_unittest.cc', 2849 'app/chrome_watcher_command_line_win_unittest.cc',
2850 'app/delay_load_hook_unittest_win.cc',
2851 'app/delay_load_hook_win.cc',
2852 'app/delay_load_hook_win.h',
2853 'app/resources/resources_unittest.cc', 2850 'app/resources/resources_unittest.cc',
2854 'common/crash_keys.cc', 2851 'common/crash_keys.cc',
2855 'common/crash_keys.h', 2852 'common/crash_keys.h',
2856 ], 2853 ],
2857 'conditions': [ 2854 'conditions': [
2858 ['OS=="mac" or OS=="ios"', { 2855 ['OS=="mac" or OS=="ios"', {
2859 'include_dirs': [ 2856 'include_dirs': [
2860 '<(DEPTH)/breakpad/src', 2857 '<(DEPTH)/breakpad/src',
2861 ], 2858 ],
2862 }], 2859 }],
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
3007 'dependencies': [ 3004 'dependencies': [
3008 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3005 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3009 ], 3006 ],
3010 }], 3007 }],
3011 ], 3008 ],
3012 }, 3009 },
3013 ], 3010 ],
3014 }], 3011 }],
3015 ], # 'conditions' 3012 ], # 'conditions'
3016 } 3013 }
OLDNEW
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698