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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 855753004: Remove remainder of Athena related code from Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_USE_ATHENA5
Patch Set: Created 5 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_resources.gyp ('k') | chrome/common/extensions/api/schemas.gni » ('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 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.h', 8 '../components/autofill/content/renderer/test_password_autofill_agent.h',
9 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 9 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
10 '../components/autofill/content/renderer/test_password_generation_agent.h' , 10 '../components/autofill/content/renderer/test_password_generation_agent.h' ,
(...skipping 2191 matching lines...) Expand 10 before | Expand all | Expand 10 after
2202 # We eventually want to compile both in Win Aura builds, see 2202 # We eventually want to compile both in Win Aura builds, see
2203 # http://crbug.com/155545. 2203 # http://crbug.com/155545.
2204 'conditions': [ 2204 'conditions': [
2205 ['OS !="win"', { 2205 ['OS !="win"', {
2206 'sources!': [ 2206 'sources!': [
2207 'browser/ui/window_sizer/window_sizer_unittest.cc', 2207 'browser/ui/window_sizer/window_sizer_unittest.cc',
2208 ], 2208 ],
2209 }], 2209 }],
2210 ], 2210 ],
2211 }], 2211 }],
2212 ['use_athena==1', {
2213 'sources!': [
2214 'browser/chromeos/login/users/wallpaper/wallpaper_manager_unittest.c c',
2215 'browser/chromeos/extensions/wallpaper_private_api_unittest.cc',
2216 ],
2217 }],
2218 ['use_aura==1', { 2212 ['use_aura==1', {
2219 'dependencies': [ 2213 'dependencies': [
2220 '../ui/wm/wm.gyp:wm', 2214 '../ui/wm/wm.gyp:wm',
2221 '../ui/aura/aura.gyp:aura_test_support', 2215 '../ui/aura/aura.gyp:aura_test_support',
2222 '../ui/views/views.gyp:views_test_support', 2216 '../ui/views/views.gyp:views_test_support',
2223 ], 2217 ],
2224 'sources!': [ 2218 'sources!': [
2225 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', 2219 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc',
2226 ], 2220 ],
2227 'sources': [ 2221 'sources': [
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
2753 'dependencies': [ 2747 'dependencies': [
2754 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2748 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2755 ], 2749 ],
2756 }], 2750 }],
2757 ], 2751 ],
2758 }, 2752 },
2759 ], 2753 ],
2760 }], 2754 }],
2761 ], # 'conditions' 2755 ], # 'conditions'
2762 } 2756 }
OLDNEW
« no previous file with comments | « chrome/chrome_resources.gyp ('k') | chrome/common/extensions/api/schemas.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698