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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10823291: Exclude more files from Android build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again Created 8 years, 4 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
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2437 matching lines...) Expand 10 before | Expand all | Expand 10 after
2448 'test/base/browser_with_test_window_test.cc', 2448 'test/base/browser_with_test_window_test.cc',
2449 'test/base/browser_with_test_window_test.h', 2449 'test/base/browser_with_test_window_test.h',
2450 'test/base/test_browser_window.h', 2450 'test/base/test_browser_window.h',
2451 2451
2452 # TODO(jcivelli): figure-out how to make this compile. 2452 # TODO(jcivelli): figure-out how to make this compile.
2453 'browser/metrics/variations_service_unittest.cc', 2453 'browser/metrics/variations_service_unittest.cc',
2454 ], 2454 ],
2455 'sources/': [ 2455 'sources/': [
2456 ['exclude', '^browser/captive_portal/'], 2456 ['exclude', '^browser/captive_portal/'],
2457 ['exclude', '^browser/chrome_to_mobile'], 2457 ['exclude', '^browser/chrome_to_mobile'],
2458 ['exclude', '^browser/first_run/'],
2459 ['exclude', '^browser/importer/'],
2460 ['exclude', '^browser/lifetime/'],
2461 ['exclude', '^browser/speech/'],
2462 ['exclude', '^browser/sync/glue/app_'],
2463 ['exclude', '^browser/sync/glue/extension_'],
2458 ['exclude', '^browser/themes/'], 2464 ['exclude', '^browser/themes/'],
2459 ['exclude', '^browser/ui/intents/'], 2465 ['exclude', '^browser/ui/intents/'],
2460 ['exclude', '^browser/ui/omnibox/'], 2466 ['exclude', '^browser/ui/omnibox/'],
2461 ['exclude', '^browser/ui/panels'], 2467 ['exclude', '^browser/ui/panels'],
2462 ['exclude', '^browser/ui/tabs/'], 2468 ['exclude', '^browser/ui/tabs/'],
2463 ['exclude', '^browser/ui/toolbar/'], 2469 ['exclude', '^browser/ui/toolbar/'],
2464 ['exclude', '^browser/ui/webui/downloads_'], 2470 ['exclude', '^browser/ui/webui/downloads_'],
2465 ['exclude', '^browser/ui/webui/feedback_'], 2471 ['exclude', '^browser/ui/webui/feedback_'],
2466 ['exclude', '^browser/ui/webui/flags_'], 2472 ['exclude', '^browser/ui/webui/flags_'],
2467 ['exclude', '^browser/ui/webui/help/'], 2473 ['exclude', '^browser/ui/webui/help/'],
2468 ['exclude', '^browser/ui/webui/options/'], 2474 ['exclude', '^browser/ui/webui/options/'],
2469 ['exclude', '^browser/ui/webui/options2/'], 2475 ['exclude', '^browser/ui/webui/options2/'],
2470 ['exclude', '^browser/ui/webui/signin/'], 2476 ['exclude', '^browser/ui/webui/signin/'],
2471 ['exclude', '^browser/ui/webui/suggestions_internals'], 2477 ['exclude', '^browser/ui/webui/suggestions_internals'],
2472 ['exclude', '^browser/ui/webui/sync_promo'], 2478 ['exclude', '^browser/ui/webui/sync_promo'],
2473 # No service process on Android. 2479 # No service process on Android.
2480 ['exclude', '^browser/service/'],
2474 ['exclude', '^common/service_'], 2481 ['exclude', '^common/service_'],
2475 ['exclude', '^service/'], 2482 ['exclude', '^service/'],
2476 ], 2483 ],
2477 'conditions': [ 2484 'conditions': [
2478 ['gtest_target_type == "shared_library"', { 2485 ['gtest_target_type == "shared_library"', {
2479 'dependencies': [ 2486 'dependencies': [
2480 '../testing/android/native_test.gyp:native_test_native_code', 2487 '../testing/android/native_test.gyp:native_test_native_code',
2481 ], 2488 ],
2482 }], 2489 }],
2483 ], 2490 ],
(...skipping 2186 matching lines...) Expand 10 before | Expand all | Expand 10 after
4670 '--result', '<@(_outputs)', 4677 '--result', '<@(_outputs)',
4671 '--isolate', 'browser_tests.isolate', 4678 '--isolate', 'browser_tests.isolate',
4672 ], 4679 ],
4673 }, 4680 },
4674 ], 4681 ],
4675 }, 4682 },
4676 ], 4683 ],
4677 }], 4684 }],
4678 ], # 'conditions' 4685 ], # 'conditions'
4679 } 4686 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698