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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1747803003: MacViews: Implement Tab Dragging (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix include. Created 4 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/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 1734 matching lines...) Expand 10 before | Expand all | Expand 10 after
1745 # See comment about the same line in chrome/chrome_tests.gypi. 1745 # See comment about the same line in chrome/chrome_tests.gypi.
1746 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, 1746 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
1747 'conditions' : [ 1747 'conditions' : [
1748 # The browser window can be views or Cocoa on Mac. Test accordingly. 1748 # The browser window can be views or Cocoa on Mac. Test accordingly.
1749 ['mac_views_browser==1', { 1749 ['mac_views_browser==1', {
1750 'sources': [ '<@(chrome_interactive_ui_test_views_non_mac_sources) ' ], 1750 'sources': [ '<@(chrome_interactive_ui_test_views_non_mac_sources) ' ],
1751 # Following tests needs a refactoring to works with mac_views. 1751 # Following tests needs a refactoring to works with mac_views.
1752 'sources!': [ 1752 'sources!': [
1753 # Aura depended tests. 1753 # Aura depended tests.
1754 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', 1754 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc',
1755 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc ',
1756 ] 1755 ]
1757 }, { 1756 }, {
1758 'sources': [ '<@(chrome_interactive_ui_test_cocoa_sources)' ], 1757 'sources': [ '<@(chrome_interactive_ui_test_cocoa_sources)' ],
1759 }], # mac_views_browser==1 1758 }], # mac_views_browser==1
1760 ], 1759 ],
1761 }, { # Non-Mac. 1760 }, { # Non-Mac.
1762 'sources': [ '<@(chrome_interactive_ui_test_views_non_mac_sources)' ], 1761 'sources': [ '<@(chrome_interactive_ui_test_views_non_mac_sources)' ],
1763 }], 1762 }],
1764 ['notifications == 1', { 1763 ['notifications == 1', {
1765 # Common notifications tests. 1764 # Common notifications tests.
(...skipping 1804 matching lines...) Expand 10 before | Expand all | Expand 10 after
3570 'browser', 3569 'browser',
3571 ], 3570 ],
3572 'sources': [ 3571 'sources': [
3573 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3572 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3574 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3573 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3575 ], 3574 ],
3576 }] 3575 }]
3577 }], 3576 }],
3578 ], # 'conditions' 3577 ], # 'conditions'
3579 } 3578 }
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