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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1182053007: Revert of Revert of views: Move TOOLKIT_VIEWS definition in //ui/views/ from root. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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_extensions.gypi ('k') | components/bookmarks.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 '../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 2069 matching lines...) Expand 10 before | Expand all | Expand 10 after
2080 ['enable_plugins==1 and disable_nacl==0', { 2080 ['enable_plugins==1 and disable_nacl==0', {
2081 'dependencies': [ 2081 'dependencies': [
2082 '<(DEPTH)/components/nacl/renderer/plugin/plugin.gyp:nacl_trusted_pl ugin', 2082 '<(DEPTH)/components/nacl/renderer/plugin/plugin.gyp:nacl_trusted_pl ugin',
2083 ], 2083 ],
2084 }], 2084 }],
2085 ['remoting==1', { 2085 ['remoting==1', {
2086 'dependencies': [ 2086 'dependencies': [
2087 '../remoting/remoting.gyp:remoting_client_plugin', 2087 '../remoting/remoting.gyp:remoting_client_plugin',
2088 ], 2088 ],
2089 }], 2089 }],
2090 ['toolkit_views==1', {
2091 'dependencies': [
2092 '../ui/views/views.gyp:views',
2093 ],
2094 }],
2090 ], 2095 ],
2091 }, 2096 },
2092 { 2097 {
2093 # GN version: //chrome/test:test_support_unit 2098 # GN version: //chrome/test:test_support_unit
2094 'target_name': 'test_support_unit', 2099 'target_name': 'test_support_unit',
2095 'type': 'static_library', 2100 'type': 'static_library',
2096 'dependencies': [ 2101 'dependencies': [
2097 'chrome_resources.gyp:chrome_resources', 2102 'chrome_resources.gyp:chrome_resources',
2098 'chrome_resources.gyp:chrome_strings', 2103 'chrome_resources.gyp:chrome_strings',
2099 'browser', 2104 'browser',
(...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after
2846 'dependencies': [ 2851 'dependencies': [
2847 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2852 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2848 ], 2853 ],
2849 }], 2854 }],
2850 ], 2855 ],
2851 }, 2856 },
2852 ], 2857 ],
2853 }], 2858 }],
2854 ], # 'conditions' 2859 ], # 'conditions'
2855 } 2860 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | components/bookmarks.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698