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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10696072: Fix web-intent-related unit_tests linking issues on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 2406 matching lines...) Expand 10 before | Expand all | Expand 10 after
2417 'test/base/browser_with_test_window_test.h', 2417 'test/base/browser_with_test_window_test.h',
2418 'test/base/test_browser_window.h', 2418 'test/base/test_browser_window.h',
2419 2419
2420 # TODO(jcivelli): figure-out how to make this compile. 2420 # TODO(jcivelli): figure-out how to make this compile.
2421 'browser/metrics/variations_service_unittest.cc', 2421 'browser/metrics/variations_service_unittest.cc',
2422 ], 2422 ],
2423 'sources/': [ 2423 'sources/': [
2424 ['exclude', '^browser/captive_portal/'], 2424 ['exclude', '^browser/captive_portal/'],
2425 ['exclude', '^browser/chrome_to_mobile'], 2425 ['exclude', '^browser/chrome_to_mobile'],
2426 ['exclude', '^browser/themes/'], 2426 ['exclude', '^browser/themes/'],
2427 ['exclude', '^browser/ui/intents/'],
2427 ['exclude', '^browser/ui/panels'], 2428 ['exclude', '^browser/ui/panels'],
2428 ['exclude', '^browser/ui/tabs/'], 2429 ['exclude', '^browser/ui/tabs/'],
2429 ['exclude', '^browser/ui/toolbar/'], 2430 ['exclude', '^browser/ui/toolbar/'],
2430 ['exclude', '^browser/ui/webui/options/'], 2431 ['exclude', '^browser/ui/webui/options/'],
2431 ['exclude', '^browser/ui/webui/options2/'], 2432 ['exclude', '^browser/ui/webui/options2/'],
2432 # No service process on Android. 2433 # No service process on Android.
2433 ['exclude', '^common/service_'], 2434 ['exclude', '^common/service_'],
2434 ['exclude', '^service/'], 2435 ['exclude', '^service/'],
2435 ], 2436 ],
2436 }], 2437 }],
(...skipping 2243 matching lines...) Expand 10 before | Expand all | Expand 10 after
4680 # Use outputs of this action as inputs for the main target build. 4681 # Use outputs of this action as inputs for the main target build.
4681 # Seems as a misnomer but makes this happy on Linux (scons). 4682 # Seems as a misnomer but makes this happy on Linux (scons).
4682 'process_outputs_as_sources': 1, 4683 'process_outputs_as_sources': 1,
4683 }, 4684 },
4684 ], # 'actions' 4685 ], # 'actions'
4685 }, 4686 },
4686 ] 4687 ]
4687 }], # 'coverage!=0' 4688 }], # 'coverage!=0'
4688 ], # 'conditions' 4689 ], # 'conditions'
4689 } 4690 }
OLDNEW
« chrome/browser/ui/intents/web_intent_picker_controller.h ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698