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

Side by Side Diff: components/components_tests.gyp

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 | « components/bookmarks/browser/BUILD.gn ('k') | ui/app_list/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 832 matching lines...) Expand 10 before | Expand all | Expand 10 after
843 'components_tests_pak', 843 'components_tests_pak',
844 'mime_util/mime_util.gyp:mime_util', 844 'mime_util/mime_util.gyp:mime_util',
845 ], 845 ],
846 'conditions': [ 846 'conditions': [
847 ['toolkit_views == 1', { 847 ['toolkit_views == 1', {
848 'sources': [ 848 'sources': [
849 'bookmarks/browser/bookmark_node_data_unittest.cc', 849 'bookmarks/browser/bookmark_node_data_unittest.cc',
850 'constrained_window/constrained_window_views_unittest.cc', 850 'constrained_window/constrained_window_views_unittest.cc',
851 ], 851 ],
852 'dependencies': [ 852 'dependencies': [
853 '<(DEPTH)/ui/views/views.gyp:views',
853 '<(DEPTH)/ui/views/views.gyp:views_test_support', 854 '<(DEPTH)/ui/views/views.gyp:views_test_support',
854 'components.gyp:constrained_window', 855 'components.gyp:constrained_window',
855 ] 856 ]
856 }], 857 }],
857 ['OS=="win"', { 858 ['OS=="win"', {
858 'dependencies': [ 859 'dependencies': [
859 'components.gyp:browser_watcher', 860 'components.gyp:browser_watcher',
860 'components.gyp:browser_watcher_client', 861 'components.gyp:browser_watcher_client',
861 ] 862 ]
862 }], 863 }],
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
1471 ], 1472 ],
1472 'variables': { 1473 'variables': {
1473 'test_suite_name': 'components_unittests', 1474 'test_suite_name': 'components_unittests',
1474 }, 1475 },
1475 'includes': [ '../build/apk_test.gypi' ], 1476 'includes': [ '../build/apk_test.gypi' ],
1476 }, 1477 },
1477 ], 1478 ],
1478 }], 1479 }],
1479 ], 1480 ],
1480 } 1481 }
OLDNEW
« no previous file with comments | « components/bookmarks/browser/BUILD.gn ('k') | ui/app_list/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698