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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10735043: Exclude extension_settings_handler.cc from android build. (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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | 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 2390 matching lines...) Expand 10 before | Expand all | Expand 10 after
2401 'common/multi_process_lock_unittest.cc', 2401 'common/multi_process_lock_unittest.cc',
2402 2402
2403 # Sync setup uses native ui. 2403 # Sync setup uses native ui.
2404 'browser/ui/webui/sync_setup_handler_unittest.cc', 2404 'browser/ui/webui/sync_setup_handler_unittest.cc',
2405 2405
2406 # about:flags is unsupported. 2406 # about:flags is unsupported.
2407 'browser/about_flags_unittest.cc', 2407 'browser/about_flags_unittest.cc',
2408 2408
2409 # There's no Browser/BrowserList on Android. 2409 # There's no Browser/BrowserList on Android.
2410 'browser/browser_commands_unittest.cc', 2410 'browser/browser_commands_unittest.cc',
2411 'browser/extensions/extension_ui_unittest.cc',
2411 'browser/managed_mode_unittest.cc', 2412 'browser/managed_mode_unittest.cc',
2412 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc', 2413 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc',
2413 'browser/page_cycler/page_cycler_unittest.cc', 2414 'browser/page_cycler/page_cycler_unittest.cc',
2414 'browser/profiles/off_the_record_profile_impl_unittest.cc', 2415 'browser/profiles/off_the_record_profile_impl_unittest.cc',
2415 'browser/sync/profile_sync_service_session_unittest.cc', 2416 'browser/sync/profile_sync_service_session_unittest.cc',
2416 'browser/sync/sync_global_error_unittest.cc', 2417 'browser/sync/sync_global_error_unittest.cc',
2417 'browser/sync/sync_setup_wizard_unittest.cc', 2418 'browser/sync/sync_setup_wizard_unittest.cc',
2418 'browser/ui/browser_unittest.cc', 2419 'browser/ui/browser_unittest.cc',
2419 'browser/ui/search/search_delegate_unittest.cc', 2420 'browser/ui/search/search_delegate_unittest.cc',
2420 'browser/ui/tab_contents/tab_contents_iterator_unittest.cc', 2421 'browser/ui/tab_contents/tab_contents_iterator_unittest.cc',
(...skipping 2249 matching lines...) Expand 10 before | Expand all | Expand 10 after
4670 # Use outputs of this action as inputs for the main target build. 4671 # Use outputs of this action as inputs for the main target build.
4671 # Seems as a misnomer but makes this happy on Linux (scons). 4672 # Seems as a misnomer but makes this happy on Linux (scons).
4672 'process_outputs_as_sources': 1, 4673 'process_outputs_as_sources': 1,
4673 }, 4674 },
4674 ], # 'actions' 4675 ], # 'actions'
4675 }, 4676 },
4676 ] 4677 ]
4677 }], # 'coverage!=0' 4678 }], # 'coverage!=0'
4678 ], # 'conditions' 4679 ], # 'conditions'
4679 } 4680 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698