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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1877043003: [EXPERIMENT] MacViews: Implement Tab Dragging Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format Created 4 years, 8 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/browser/ui/views/tabs/window_finder_mac.mm ('k') | chrome/test/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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'build_angle_deqp_tests%': 0, 6 'build_angle_deqp_tests%': 0,
7 'chrome_browser_extensions_test_support_sources': [ 7 'chrome_browser_extensions_test_support_sources': [
8 # A list of sources which is shared between different browser tests. 8 # A list of sources which is shared between different browser tests.
9 'browser/apps/app_browsertest_util.cc', 9 'browser/apps/app_browsertest_util.cc',
10 'browser/apps/app_browsertest_util.h', 10 'browser/apps/app_browsertest_util.h',
(...skipping 1724 matching lines...) Expand 10 before | Expand all | Expand 10 after
1735 # See comment about the same line in chrome/chrome_tests.gypi. 1735 # See comment about the same line in chrome/chrome_tests.gypi.
1736 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, 1736 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
1737 'conditions' : [ 1737 'conditions' : [
1738 # The browser window can be views or Cocoa on Mac. Test accordingly. 1738 # The browser window can be views or Cocoa on Mac. Test accordingly.
1739 ['mac_views_browser==1', { 1739 ['mac_views_browser==1', {
1740 'sources': [ '<@(chrome_interactive_ui_test_views_non_mac_sources) ' ], 1740 'sources': [ '<@(chrome_interactive_ui_test_views_non_mac_sources) ' ],
1741 # Following tests needs a refactoring to works with mac_views. 1741 # Following tests needs a refactoring to works with mac_views.
1742 'sources!': [ 1742 'sources!': [
1743 # Aura depended tests. 1743 # Aura depended tests.
1744 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', 1744 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc',
1745 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc ',
1746 ] 1745 ]
1747 }, { 1746 }, {
1748 'sources': [ '<@(chrome_interactive_ui_test_cocoa_sources)' ], 1747 'sources': [ '<@(chrome_interactive_ui_test_cocoa_sources)' ],
1749 }], # mac_views_browser==1 1748 }], # mac_views_browser==1
1750 ], 1749 ],
1751 }, { # Non-Mac. 1750 }, { # Non-Mac.
1752 'sources': [ '<@(chrome_interactive_ui_test_views_non_mac_sources)' ], 1751 'sources': [ '<@(chrome_interactive_ui_test_views_non_mac_sources)' ],
1753 }], 1752 }],
1754 ['notifications == 1', { 1753 ['notifications == 1', {
1755 # Common notifications tests. 1754 # Common notifications tests.
(...skipping 1839 matching lines...) Expand 10 before | Expand all | Expand 10 after
3595 'browser', 3594 'browser',
3596 ], 3595 ],
3597 'sources': [ 3596 'sources': [
3598 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3597 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3599 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3598 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3600 ], 3599 ],
3601 }] 3600 }]
3602 }], 3601 }],
3603 ], # 'conditions' 3602 ], # 'conditions'
3604 } 3603 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/tabs/window_finder_mac.mm ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698