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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2007473004: [Autofill] Migrate ContentAutofillDriver<-->AutofillAgent IPCs to mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initialize remote_interfaces_ in Init() Created 4 years, 5 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/renderer/DEPS » ('j') | content/public/test/mock_render_process_host.cc » ('J')
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 2645 matching lines...) Expand 10 before | Expand all | Expand 10 after
2656 'sources': [ '<@(chrome_browser_tests_views_non_cros_sources)' ], 2656 'sources': [ '<@(chrome_browser_tests_views_non_cros_sources)' ],
2657 }], 2657 }],
2658 ['OS=="linux" or OS=="win"', { 2658 ['OS=="linux" or OS=="win"', {
2659 'sources': [ '<@(chrome_browser_tests_non_mac_desktop_sources)' ], 2659 'sources': [ '<@(chrome_browser_tests_non_mac_desktop_sources)' ],
2660 }], 2660 }],
2661 ['OS=="ios"', { 2661 ['OS=="ios"', {
2662 'sources!': [ 2662 'sources!': [
2663 # TODO(dbeam): log webui URLs on iOS and test them. 2663 # TODO(dbeam): log webui URLs on iOS and test them.
2664 'browser/ui/webui/log_web_ui_url_browsertest.cc', 2664 'browser/ui/webui/log_web_ui_url_browsertest.cc',
2665 ], 2665 ],
2666 }, { # else: OS != "ios"
2667 'dependencies': [
2668 '../mojo/mojo_base.gyp:mojo_common_lib',
2669 ],
2666 }], 2670 }],
2667 ['enable_app_list==1', { 2671 ['enable_app_list==1', {
2668 'sources': [ '<@(chrome_browser_tests_app_list_sources)' ], 2672 'sources': [ '<@(chrome_browser_tests_app_list_sources)' ],
2669 'conditions': [ 2673 'conditions': [
2670 ['OS=="mac"', { 2674 ['OS=="mac"', {
2671 'sources!': [ 2675 'sources!': [
2672 # This assumes the AppList is views-based, but Mac only links 2676 # This assumes the AppList is views-based, but Mac only links
2673 # browser parts for the Cocoa implementation. 2677 # browser parts for the Cocoa implementation.
2674 'browser/ui/app_list/app_list_service_views_browsertest.cc', 2678 'browser/ui/app_list/app_list_service_views_browsertest.cc',
2675 ], 2679 ],
(...skipping 915 matching lines...) Expand 10 before | Expand all | Expand 10 after
3591 'browser', 3595 'browser',
3592 ], 3596 ],
3593 'sources': [ 3597 'sources': [
3594 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3598 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3595 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3599 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3596 ], 3600 ],
3597 }] 3601 }]
3598 }], 3602 }],
3599 ], # 'conditions' 3603 ], # 'conditions'
3600 } 3604 }
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/DEPS » ('j') | content/public/test/mock_render_process_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698