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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 621883004: Remove Windows snapshot code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « no previous file | chrome/test/base/ui_test_utils.h » ('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 '../apps/saved_files_service_unittest.cc', 7 '../apps/saved_files_service_unittest.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
9 '../components/autofill/content/renderer/test_password_autofill_agent.h', 9 '../components/autofill/content/renderer/test_password_autofill_agent.h',
10 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 10 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
(...skipping 1797 matching lines...) Expand 10 before | Expand all | Expand 10 after
1808 'browser/extensions/test_extension_prefs.h', 1808 'browser/extensions/test_extension_prefs.h',
1809 'browser/extensions/test_extension_service.cc', 1809 'browser/extensions/test_extension_service.cc',
1810 'browser/extensions/test_extension_service.h', 1810 'browser/extensions/test_extension_service.h',
1811 'browser/extensions/test_extension_system.cc', 1811 'browser/extensions/test_extension_system.cc',
1812 'browser/extensions/test_extension_system.h', 1812 'browser/extensions/test_extension_system.h',
1813 'browser/media_galleries/media_galleries_test_util.cc', 1813 'browser/media_galleries/media_galleries_test_util.cc',
1814 'browser/media_galleries/media_galleries_test_util.h', 1814 'browser/media_galleries/media_galleries_test_util.h',
1815 ], 1815 ],
1816 }], 1816 }],
1817 ['OS=="win"', { 1817 ['OS=="win"', {
1818 'dependencies': [
1819 '../ui/snapshot/snapshot.gyp:snapshot_test_support',
1820 ],
1821 'include_dirs': [ 1818 'include_dirs': [
1822 '<(DEPTH)/third_party/wtl/include', 1819 '<(DEPTH)/third_party/wtl/include',
1823 ], 1820 ],
1824 'conditions': [ 1821 'conditions': [
1825 ['use_aura==1', { 1822 ['use_aura==1', {
1826 'dependencies': [ 1823 'dependencies': [
1827 '../win8/win8.gyp:test_registrar_constants', 1824 '../win8/win8.gyp:test_registrar_constants',
1828 '../win8/win8.gyp:test_support_win8', 1825 '../win8/win8.gyp:test_support_win8',
1829 ], 1826 ],
1830 }], 1827 }],
(...skipping 1042 matching lines...) Expand 10 before | Expand all | Expand 10 after
2873 'dependencies': [ 2870 'dependencies': [
2874 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2871 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2875 ], 2872 ],
2876 }], 2873 }],
2877 ], 2874 ],
2878 }, 2875 },
2879 ], 2876 ],
2880 }], 2877 }],
2881 ], # 'conditions' 2878 ], # 'conditions'
2882 } 2879 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/base/ui_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698