| 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 2441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2452 'test/data/resource.rc', | 2452 'test/data/resource.rc', |
| 2453 ], | 2453 ], |
| 2454 }], | 2454 }], |
| 2455 ['OS=="android"', { | 2455 ['OS=="android"', { |
| 2456 'sources!': [ | 2456 'sources!': [ |
| 2457 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc', | 2457 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc', |
| 2458 'browser/shell_integration_unittest.cc', | 2458 'browser/shell_integration_unittest.cc', |
| 2459 'browser/ui/window_sizer_unittest.cc', | 2459 'browser/ui/window_sizer_unittest.cc', |
| 2460 ], | 2460 ], |
| 2461 'sources/': [ | 2461 'sources/': [ |
| 2462 ['exclude', '^browser/intents'], |
| 2462 ['exclude', '^browser/printing/'], | 2463 ['exclude', '^browser/printing/'], |
| 2463 ['exclude', '^browser/themes/'], | 2464 ['exclude', '^browser/themes/'], |
| 2465 ['exclude', '^browser/ui/intents'], |
| 2464 ['exclude', '^browser/ui/panels'], | 2466 ['exclude', '^browser/ui/panels'], |
| 2465 ['exclude', '^browser/ui/tabs/'], | 2467 ['exclude', '^browser/ui/tabs/'], |
| 2466 ['exclude', '^browser/ui/toolbar/'], | 2468 ['exclude', '^browser/ui/toolbar/'], |
| 2467 ['exclude', '^browser/ui/webui/options/'], | 2469 ['exclude', '^browser/ui/webui/options/'], |
| 2468 ['exclude', '^browser/ui/webui/print_preview/'], | 2470 ['exclude', '^browser/ui/webui/print_preview/'], |
| 2469 ], | 2471 ], |
| 2470 }], | 2472 }], |
| 2471 ['enable_plugin_installation==0', { | 2473 ['enable_plugin_installation==0', { |
| 2472 'sources!': [ | 2474 'sources!': [ |
| 2473 'browser/plugin_finder_unittest.cc', | 2475 'browser/plugin_finder_unittest.cc', |
| (...skipping 2240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4714 # Use outputs of this action as inputs for the main target build. | 4716 # Use outputs of this action as inputs for the main target build. |
| 4715 # Seems as a misnomer but makes this happy on Linux (scons). | 4717 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4716 'process_outputs_as_sources': 1, | 4718 'process_outputs_as_sources': 1, |
| 4717 }, | 4719 }, |
| 4718 ], # 'actions' | 4720 ], # 'actions' |
| 4719 }, | 4721 }, |
| 4720 ] | 4722 ] |
| 4721 }], # 'coverage!=0' | 4723 }], # 'coverage!=0' |
| 4722 ], # 'conditions' | 4724 ], # 'conditions' |
| 4723 } | 4725 } |
| OLD | NEW |