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

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: In gyps 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 2099 matching lines...) Expand 10 before | Expand all | Expand 10 after
2110 'sources/': [ 2110 'sources/': [
2111 ['exclude', '^browser/safe_browsing/'], 2111 ['exclude', '^browser/safe_browsing/'],
2112 ['exclude', '^renderer/safe_browsing/'], 2112 ['exclude', '^renderer/safe_browsing/'],
2113 ], 2113 ],
2114 }], 2114 }],
2115 ['enable_automation!=1', { 2115 ['enable_automation!=1', {
2116 'sources/': [ 2116 'sources/': [
2117 ['exclude', '^browser/automation/'], 2117 ['exclude', '^browser/automation/'],
2118 ], 2118 ],
2119 }], 2119 }],
2120 ['enable_printing!=1', {
2121 'sources/': [
2122 ['exclude', '^browser/printing/'],
2123 ['exclude', '^browser/ui/webui/print_preview/'],
2124 ],
2125 }],
2120 ['enable_session_service!=1', { 2126 ['enable_session_service!=1', {
2121 'sources!': [ 2127 'sources!': [
2122 'browser/sessions/session_service_unittest.cc', 2128 'browser/sessions/session_service_unittest.cc',
2123 ], 2129 ],
2124 }], 2130 }],
2125 ['chromeos==1', { 2131 ['chromeos==1', {
2126 'sources/': [ 2132 'sources/': [
2127 ['exclude', '^browser/password_manager/native_backend_gnome_x_unitte st.cc'], 2133 ['exclude', '^browser/password_manager/native_backend_gnome_x_unitte st.cc'],
2128 ['exclude', '^browser/password_manager/native_backend_kwallet_x_unit test.cc'], 2134 ['exclude', '^browser/password_manager/native_backend_kwallet_x_unit test.cc'],
2129 ['exclude', '^browser/safe_browsing/download_protection_service_unit test.cc' ], 2135 ['exclude', '^browser/safe_browsing/download_protection_service_unit test.cc' ],
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
2370 'browser/ui/toolbar/wrench_menu_model_unittest.cc', 2376 'browser/ui/toolbar/wrench_menu_model_unittest.cc',
2371 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc', 2377 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc',
2372 'browser/ui/window_sizer_unittest.cc', 2378 'browser/ui/window_sizer_unittest.cc',
2373 'test/base/browser_with_test_window_test.cc', 2379 'test/base/browser_with_test_window_test.cc',
2374 'test/base/browser_with_test_window_test.h', 2380 'test/base/browser_with_test_window_test.h',
2375 'test/base/test_browser_window.h', 2381 'test/base/test_browser_window.h',
2376 ], 2382 ],
2377 'sources/': [ 2383 'sources/': [
2378 ['exclude', '^browser/captive_portal/'], 2384 ['exclude', '^browser/captive_portal/'],
2379 ['exclude', '^browser/chrome_to_mobile'], 2385 ['exclude', '^browser/chrome_to_mobile'],
2380 ['exclude', '^browser/printing/'],
2381 ['exclude', '^browser/themes/'], 2386 ['exclude', '^browser/themes/'],
2382 ['exclude', '^browser/ui/panels'], 2387 ['exclude', '^browser/ui/panels'],
2383 ['exclude', '^browser/ui/tabs/'], 2388 ['exclude', '^browser/ui/tabs/'],
2384 ['exclude', '^browser/ui/toolbar/'], 2389 ['exclude', '^browser/ui/toolbar/'],
2385 ['exclude', '^browser/ui/webui/options/'], 2390 ['exclude', '^browser/ui/webui/options/'],
2386 ['exclude', '^browser/ui/webui/options2/'], 2391 ['exclude', '^browser/ui/webui/options2/'],
2387 ['exclude', '^browser/ui/webui/print_preview/'],
2388 # No service process on Android. 2392 # No service process on Android.
2389 ['exclude', '^common/service_'], 2393 ['exclude', '^common/service_'],
2390 ['exclude', '^service/'], 2394 ['exclude', '^service/'],
2391 ], 2395 ],
2392 }], 2396 }],
2393 ['enable_themes==0', { 2397 ['enable_themes==0', {
2394 'sources!': [ 2398 'sources!': [
2395 'browser/sync/glue/theme_data_type_controller_unittest.cc', 2399 'browser/sync/glue/theme_data_type_controller_unittest.cc',
2396 'browser/sync/glue/theme_util_unittest.cc', 2400 'browser/sync/glue/theme_util_unittest.cc',
2397 'browser/ui/webui/theme_source_unittest.cc', 2401 'browser/ui/webui/theme_source_unittest.cc',
(...skipping 2259 matching lines...) Expand 10 before | Expand all | Expand 10 after
4657 # Use outputs of this action as inputs for the main target build. 4661 # Use outputs of this action as inputs for the main target build.
4658 # Seems as a misnomer but makes this happy on Linux (scons). 4662 # Seems as a misnomer but makes this happy on Linux (scons).
4659 'process_outputs_as_sources': 1, 4663 'process_outputs_as_sources': 1,
4660 }, 4664 },
4661 ], # 'actions' 4665 ], # 'actions'
4662 }, 4666 },
4663 ] 4667 ]
4664 }], # 'coverage!=0' 4668 }], # 'coverage!=0'
4665 ], # 'conditions' 4669 ], # 'conditions'
4666 } 4670 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698