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

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: Rebase only 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
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 2642 matching lines...) Expand 10 before | Expand all | Expand 10 after
2653 'sources': [ '<@(chrome_browser_tests_views_non_cros_or_mac_sources)' ], 2653 'sources': [ '<@(chrome_browser_tests_views_non_cros_or_mac_sources)' ],
2654 }], 2654 }],
2655 ['OS=="linux" or OS=="win"', { 2655 ['OS=="linux" or OS=="win"', {
2656 'sources': [ '<@(chrome_browser_tests_non_mac_desktop_sources)' ], 2656 'sources': [ '<@(chrome_browser_tests_non_mac_desktop_sources)' ],
2657 }], 2657 }],
2658 ['OS=="ios"', { 2658 ['OS=="ios"', {
2659 'sources!': [ 2659 'sources!': [
2660 # TODO(dbeam): log webui URLs on iOS and test them. 2660 # TODO(dbeam): log webui URLs on iOS and test them.
2661 'browser/ui/webui/log_web_ui_url_browsertest.cc', 2661 'browser/ui/webui/log_web_ui_url_browsertest.cc',
2662 ], 2662 ],
2663 }, { # else: OS != "ios"
2664 'dependencies': [
2665 '../mojo/mojo_base.gyp:mojo_common_lib',
2666 ],
2663 }], 2667 }],
2664 ['OS!="android" and OS!="ios"', { 2668 ['OS!="android" and OS!="ios"', {
2665 'sources': [ 2669 'sources': [
2666 'browser/copresence/chrome_whispernet_client_browsertest.cc', 2670 'browser/copresence/chrome_whispernet_client_browsertest.cc',
2667 ], 2671 ],
2668 'dependencies': [ 2672 'dependencies': [
2669 '../components/components.gyp:audio_modem', 2673 '../components/components.gyp:audio_modem',
2670 # build time dependency. 2674 # build time dependency.
2671 '../v8/samples/samples.gyp:v8_shell#host', 2675 '../v8/samples/samples.gyp:v8_shell#host',
2672 ], 2676 ],
(...skipping 925 matching lines...) Expand 10 before | Expand all | Expand 10 after
3598 'browser', 3602 'browser',
3599 ], 3603 ],
3600 'sources': [ 3604 'sources': [
3601 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3605 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3602 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3606 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3603 ], 3607 ],
3604 }] 3608 }]
3605 }], 3609 }],
3606 ], # 'conditions' 3610 ], # 'conditions'
3607 } 3611 }
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/DEPS » ('j') | chrome/renderer/autofill/autofill_renderer_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698