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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1606013005: Compile FileCache related files only on Chrome OS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move test_support_chromeos to c/b/chromeos. Created 4 years, 11 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_browser_chromeos.gypi ('k') | components/drive.gypi » ('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 2532 matching lines...) Expand 10 before | Expand all | Expand 10 after
2543 }], 2543 }],
2544 ['chromeos==1', { 2544 ['chromeos==1', {
2545 'sources': [ 2545 'sources': [
2546 '<@(chrome_unit_tests_chromeos_sources)', 2546 '<@(chrome_unit_tests_chromeos_sources)',
2547 '<@(chrome_unit_tests_chromeos_gtestjs_sources)', 2547 '<@(chrome_unit_tests_chromeos_gtestjs_sources)',
2548 '<@(chrome_unit_tests_chromeos_js_sources)', 2548 '<@(chrome_unit_tests_chromeos_js_sources)',
2549 ], 2549 ],
2550 'dependencies': [ 2550 'dependencies': [
2551 '../ash/ash_resources.gyp:ash_resources', 2551 '../ash/ash_resources.gyp:ash_resources',
2552 '../components/components.gyp:drive_test_support', 2552 '../components/components.gyp:drive_test_support',
2553 '../components/components.gyp:drive_test_support_chromeos',
2553 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', 2554 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
2554 ], 2555 ],
2555 'sources!': [ 2556 'sources!': [
2556 'browser/signin/signin_manager_unittest.cc', 2557 'browser/signin/signin_manager_unittest.cc',
2557 'browser/signin/signin_names_io_thread_unittest.cc', 2558 'browser/signin/signin_names_io_thread_unittest.cc',
2558 ], 2559 ],
2559 }], 2560 }],
2560 ['use_x11==1', { 2561 ['use_x11==1', {
2561 'dependencies': [ 2562 'dependencies': [
2562 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2563 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
3057 'dependencies': [ 3058 'dependencies': [
3058 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3059 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3059 ], 3060 ],
3060 }], 3061 }],
3061 ], 3062 ],
3062 }, 3063 },
3063 ], 3064 ],
3064 }], 3065 }],
3065 ], # 'conditions' 3066 ], # 'conditions'
3066 } 3067 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | components/drive.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698