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

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 2635 matching lines...) Expand 10 before | Expand all | Expand 10 after
2646 'sources': [ '<@(chrome_browser_tests_views_non_cros_or_mac_sources)' ], 2646 'sources': [ '<@(chrome_browser_tests_views_non_cros_or_mac_sources)' ],
2647 }], 2647 }],
2648 ['OS=="linux" or OS=="win"', { 2648 ['OS=="linux" or OS=="win"', {
2649 'sources': [ '<@(chrome_browser_tests_non_mac_desktop_sources)' ], 2649 'sources': [ '<@(chrome_browser_tests_non_mac_desktop_sources)' ],
2650 }], 2650 }],
2651 ['OS=="ios"', { 2651 ['OS=="ios"', {
2652 'sources!': [ 2652 'sources!': [
2653 # TODO(dbeam): log webui URLs on iOS and test them. 2653 # TODO(dbeam): log webui URLs on iOS and test them.
2654 'browser/ui/webui/log_web_ui_url_browsertest.cc', 2654 'browser/ui/webui/log_web_ui_url_browsertest.cc',
2655 ], 2655 ],
2656 }, { # else: OS != "ios"
2657 'dependencies': [
2658 '../mojo/mojo_base.gyp:mojo_common_lib',
2659 ],
2656 }], 2660 }],
2657 ['OS!="android" and OS!="ios"', { 2661 ['OS!="android" and OS!="ios"', {
2658 'sources': [ 2662 'sources': [
2659 'browser/copresence/chrome_whispernet_client_browsertest.cc', 2663 'browser/copresence/chrome_whispernet_client_browsertest.cc',
2660 ], 2664 ],
2661 'dependencies': [ 2665 'dependencies': [
2662 '../components/components.gyp:copresence', 2666 '../components/components.gyp:copresence',
2663 # build time dependency. 2667 # build time dependency.
2664 '../v8/samples/samples.gyp:v8_shell#host', 2668 '../v8/samples/samples.gyp:v8_shell#host',
2665 ], 2669 ],
(...skipping 925 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') | chrome/renderer/autofill/autofill_renderer_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698