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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1851213002: Remove sandbox on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix nacl compile issues Created 4 years, 8 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_installer.gypi ('k') | chrome/service/service_utility_process_host.cc » ('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 2618 matching lines...) Expand 10 before | Expand all | Expand 10 after
2629 }, 2629 },
2630 }, 2630 },
2631 }, 2631 },
2632 }], 2632 }],
2633 ['OS=="win"', { 2633 ['OS=="win"', {
2634 'dependencies': [ 2634 'dependencies': [
2635 'browser/safe_browsing/incident_reporting/verifier_test/verifier_uni ttest.gyp:verifier_test_dll_1', 2635 'browser/safe_browsing/incident_reporting/verifier_test/verifier_uni ttest.gyp:verifier_test_dll_1',
2636 'browser/safe_browsing/incident_reporting/verifier_test/verifier_uni ttest.gyp:verifier_test_dll_2', 2636 'browser/safe_browsing/incident_reporting/verifier_test/verifier_uni ttest.gyp:verifier_test_dll_2',
2637 'chrome_version_resources', 2637 'chrome_version_resources',
2638 'installer_util_strings', 2638 'installer_util_strings',
2639 '../chrome_elf/chrome_elf.gyp:blacklist_test_dll_1',
2640 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 2639 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
2641 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 2640 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
2642 ], 2641 ],
2643 'conditions': [ 2642 'conditions': [
2644 ['branding!="Chrome"', { 2643 ['branding!="Chrome"', {
2645 'sources!': [ 2644 'sources!': [
2646 'browser/google/google_update_win_unittest.cc', 2645 'browser/google/google_update_win_unittest.cc',
2647 ], 2646 ],
2648 }], 2647 }],
2649 ], 2648 ],
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
2997 'dependencies': [ 2996 'dependencies': [
2998 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2997 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2999 ], 2998 ],
3000 }], 2999 }],
3001 ], 3000 ],
3002 }, 3001 },
3003 ], 3002 ],
3004 }], 3003 }],
3005 ], # 'conditions' 3004 ], # 'conditions'
3006 } 3005 }
OLDNEW
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | chrome/service/service_utility_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698