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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10540033: Add ENABLE_PRINTING and disable it on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updates. Exclude resources Created 8 years, 6 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 2088 matching lines...) Expand 10 before | Expand all | Expand 10 after
2099 'sources/': [ 2099 'sources/': [
2100 ['exclude', '^browser/safe_browsing/'], 2100 ['exclude', '^browser/safe_browsing/'],
2101 ['exclude', '^renderer/safe_browsing/'], 2101 ['exclude', '^renderer/safe_browsing/'],
2102 ], 2102 ],
2103 }], 2103 }],
2104 ['enable_automation!=1', { 2104 ['enable_automation!=1', {
2105 'sources/': [ 2105 'sources/': [
2106 ['exclude', '^browser/automation/'], 2106 ['exclude', '^browser/automation/'],
2107 ], 2107 ],
2108 }], 2108 }],
2109 ['enable_printing!=1', {
2110 'sources/': [
2111 ['exclude', '^browser/printing/'],
2112 ['exclude', '^browser/ui/webui/print_preview/'],
2113 ],
2114 }],
2109 ['enable_session_service!=1', { 2115 ['enable_session_service!=1', {
2110 'sources!': [ 2116 'sources!': [
2111 'browser/sessions/session_service_unittest.cc', 2117 'browser/sessions/session_service_unittest.cc',
2112 ], 2118 ],
2113 }], 2119 }],
2114 ['chromeos==1', { 2120 ['chromeos==1', {
2115 'sources/': [ 2121 'sources/': [
2116 ['exclude', '^browser/password_manager/native_backend_gnome_x_unitte st.cc'], 2122 ['exclude', '^browser/password_manager/native_backend_gnome_x_unitte st.cc'],
2117 ['exclude', '^browser/password_manager/native_backend_kwallet_x_unit test.cc'], 2123 ['exclude', '^browser/password_manager/native_backend_kwallet_x_unit test.cc'],
2118 ['exclude', '^browser/safe_browsing/download_protection_service_unit test.cc' ], 2124 ['exclude', '^browser/safe_browsing/download_protection_service_unit test.cc' ],
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
2359 'browser/ui/toolbar/wrench_menu_model_unittest.cc', 2365 'browser/ui/toolbar/wrench_menu_model_unittest.cc',
2360 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc', 2366 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc',
2361 'browser/ui/window_sizer_unittest.cc', 2367 'browser/ui/window_sizer_unittest.cc',
2362 'test/base/browser_with_test_window_test.cc', 2368 'test/base/browser_with_test_window_test.cc',
2363 'test/base/browser_with_test_window_test.h', 2369 'test/base/browser_with_test_window_test.h',
2364 'test/base/test_browser_window.h', 2370 'test/base/test_browser_window.h',
2365 ], 2371 ],
2366 'sources/': [ 2372 'sources/': [
2367 ['exclude', '^browser/captive_portal/'], 2373 ['exclude', '^browser/captive_portal/'],
2368 ['exclude', '^browser/chrome_to_mobile'], 2374 ['exclude', '^browser/chrome_to_mobile'],
2369 ['exclude', '^browser/printing/'],
2370 ['exclude', '^browser/themes/'], 2375 ['exclude', '^browser/themes/'],
2371 ['exclude', '^browser/ui/panels'], 2376 ['exclude', '^browser/ui/panels'],
2372 ['exclude', '^browser/ui/tabs/'], 2377 ['exclude', '^browser/ui/tabs/'],
2373 ['exclude', '^browser/ui/toolbar/'], 2378 ['exclude', '^browser/ui/toolbar/'],
2374 ['exclude', '^browser/ui/webui/options/'], 2379 ['exclude', '^browser/ui/webui/options/'],
2375 ['exclude', '^browser/ui/webui/options2/'], 2380 ['exclude', '^browser/ui/webui/options2/'],
2376 ['exclude', '^browser/ui/webui/print_preview/'],
2377 # No service process on Android. 2381 # No service process on Android.
2378 ['exclude', '^common/service_'], 2382 ['exclude', '^common/service_'],
2379 ['exclude', '^service/'], 2383 ['exclude', '^service/'],
2380 ], 2384 ],
2381 }], 2385 }],
2382 ['enable_themes==0', { 2386 ['enable_themes==0', {
2383 'sources!': [ 2387 'sources!': [
2384 'browser/sync/glue/theme_data_type_controller_unittest.cc', 2388 'browser/sync/glue/theme_data_type_controller_unittest.cc',
2385 'browser/sync/glue/theme_util_unittest.cc', 2389 'browser/sync/glue/theme_util_unittest.cc',
2386 'browser/ui/webui/theme_source_unittest.cc', 2390 'browser/ui/webui/theme_source_unittest.cc',
(...skipping 2274 matching lines...) Expand 10 before | Expand all | Expand 10 after
4661 # Use outputs of this action as inputs for the main target build. 4665 # Use outputs of this action as inputs for the main target build.
4662 # Seems as a misnomer but makes this happy on Linux (scons). 4666 # Seems as a misnomer but makes this happy on Linux (scons).
4663 'process_outputs_as_sources': 1, 4667 'process_outputs_as_sources': 1,
4664 }, 4668 },
4665 ], # 'actions' 4669 ], # 'actions'
4666 }, 4670 },
4667 ] 4671 ]
4668 }], # 'coverage!=0' 4672 }], # 'coverage!=0'
4669 ], # 'conditions' 4673 ], # 'conditions'
4670 } 4674 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698