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

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 2633 matching lines...) Expand 10 before | Expand all | Expand 10 after
2644 'sources': [ '<@(chrome_browser_tests_views_non_cros_or_mac_sources)' ], 2644 'sources': [ '<@(chrome_browser_tests_views_non_cros_or_mac_sources)' ],
2645 }], 2645 }],
2646 ['OS=="linux" or OS=="win"', { 2646 ['OS=="linux" or OS=="win"', {
2647 'sources': [ '<@(chrome_browser_tests_non_mac_desktop_sources)' ], 2647 'sources': [ '<@(chrome_browser_tests_non_mac_desktop_sources)' ],
2648 }], 2648 }],
2649 ['OS=="ios"', { 2649 ['OS=="ios"', {
2650 'sources!': [ 2650 'sources!': [
2651 # TODO(dbeam): log webui URLs on iOS and test them. 2651 # TODO(dbeam): log webui URLs on iOS and test them.
2652 'browser/ui/webui/log_web_ui_url_browsertest.cc', 2652 'browser/ui/webui/log_web_ui_url_browsertest.cc',
2653 ], 2653 ],
2654 }, { # else: OS != "ios"
2655 'dependencies': [
2656 '../mojo/mojo_base.gyp:mojo_common_lib',
2657 ],
2654 }], 2658 }],
2655 ['OS!="android" and OS!="ios"', { 2659 ['OS!="android" and OS!="ios"', {
2656 'sources': [ 2660 'sources': [
2657 'browser/copresence/chrome_whispernet_client_browsertest.cc', 2661 'browser/copresence/chrome_whispernet_client_browsertest.cc',
2658 ], 2662 ],
2659 'dependencies': [ 2663 'dependencies': [
2660 '../components/components.gyp:copresence', 2664 '../components/components.gyp:copresence',
2661 # build time dependency. 2665 # build time dependency.
2662 '../v8/samples/samples.gyp:v8_shell#host', 2666 '../v8/samples/samples.gyp:v8_shell#host',
2663 ], 2667 ],
(...skipping 925 matching lines...) Expand 10 before | Expand all | Expand 10 after
3589 'browser', 3593 'browser',
3590 ], 3594 ],
3591 'sources': [ 3595 'sources': [
3592 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3596 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3593 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3597 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3594 ], 3598 ],
3595 }] 3599 }]
3596 }], 3600 }],
3597 ], # 'conditions' 3601 ], # 'conditions'
3598 } 3602 }
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