| OLD | NEW |
| 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 2401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2412 'sources/': [ | 2412 'sources/': [ |
| 2413 ['exclude', '^browser/printing/'], | 2413 ['exclude', '^browser/printing/'], |
| 2414 ['exclude', '^browser/themes/'], | 2414 ['exclude', '^browser/themes/'], |
| 2415 ['exclude', '^browser/ui/panels'], | 2415 ['exclude', '^browser/ui/panels'], |
| 2416 ['exclude', '^browser/ui/tabs/'], | 2416 ['exclude', '^browser/ui/tabs/'], |
| 2417 ['exclude', '^browser/ui/toolbar/'], | 2417 ['exclude', '^browser/ui/toolbar/'], |
| 2418 ['exclude', '^browser/ui/webui/options/'], | 2418 ['exclude', '^browser/ui/webui/options/'], |
| 2419 ['exclude', '^browser/ui/webui/print_preview/'], | 2419 ['exclude', '^browser/ui/webui/print_preview/'], |
| 2420 ], | 2420 ], |
| 2421 }], | 2421 }], |
| 2422 ['enable_themes==0', { |
| 2423 'sources!': [ |
| 2424 'browser/sync/glue/theme_data_type_controller_unittest.cc', |
| 2425 'browser/sync/glue/theme_util_unittest.cc', |
| 2426 'browser/ui/webui/theme_source_unittest.cc', |
| 2427 ], |
| 2428 'sources/': [ |
| 2429 ['exclude', '^browser/themes/'], |
| 2430 ], |
| 2431 }], |
| 2422 ['enable_plugin_installation==0', { | 2432 ['enable_plugin_installation==0', { |
| 2423 'sources!': [ | 2433 'sources!': [ |
| 2424 'browser/plugin_finder_unittest.cc', | 2434 'browser/plugin_finder_unittest.cc', |
| 2425 ], | 2435 ], |
| 2426 }], | 2436 }], |
| 2427 ['toolkit_views==1', { | 2437 ['toolkit_views==1', { |
| 2428 'dependencies': [ | 2438 'dependencies': [ |
| 2429 '../ui/views/views.gyp:views', | 2439 '../ui/views/views.gyp:views', |
| 2430 ], | 2440 ], |
| 2431 'sources!': [ | 2441 'sources!': [ |
| (...skipping 2117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4549 # Use outputs of this action as inputs for the main target build. | 4559 # Use outputs of this action as inputs for the main target build. |
| 4550 # Seems as a misnomer but makes this happy on Linux (scons). | 4560 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4551 'process_outputs_as_sources': 1, | 4561 'process_outputs_as_sources': 1, |
| 4552 }, | 4562 }, |
| 4553 ], # 'actions' | 4563 ], # 'actions' |
| 4554 }, | 4564 }, |
| 4555 ] | 4565 ] |
| 4556 }], # 'coverage!=0' | 4566 }], # 'coverage!=0' |
| 4557 ], # 'conditions' | 4567 ], # 'conditions' |
| 4558 } | 4568 } |
| OLD | NEW |