| 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 2516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2527 ], | 2527 ], |
| 2528 'sources/': [ | 2528 'sources/': [ |
| 2529 ['exclude', '^browser/themes/'], | 2529 ['exclude', '^browser/themes/'], |
| 2530 ], | 2530 ], |
| 2531 }], | 2531 }], |
| 2532 ['enable_plugin_installation==0', { | 2532 ['enable_plugin_installation==0', { |
| 2533 'sources!': [ | 2533 'sources!': [ |
| 2534 'browser/plugin_finder_unittest.cc', | 2534 'browser/plugin_finder_unittest.cc', |
| 2535 ], | 2535 ], |
| 2536 }], | 2536 }], |
| 2537 ['enable_protector_service==0', { |
| 2538 'sources/': [ |
| 2539 ['exclude', '^browser/protector/'], |
| 2540 ], |
| 2541 }], |
| 2537 ['toolkit_views==1', { | 2542 ['toolkit_views==1', { |
| 2538 'dependencies': [ | 2543 'dependencies': [ |
| 2539 '../ui/views/views.gyp:views', | 2544 '../ui/views/views.gyp:views', |
| 2540 ], | 2545 ], |
| 2541 'sources!': [ | 2546 'sources!': [ |
| 2542 'browser/ui/gtk/tabs/tab_renderer_gtk_unittest.cc', | 2547 'browser/ui/gtk/tabs/tab_renderer_gtk_unittest.cc', |
| 2543 ], | 2548 ], |
| 2544 }, { # else: toolkit_views == 0 | 2549 }, { # else: toolkit_views == 0 |
| 2545 'sources/': [ | 2550 'sources/': [ |
| 2546 ['exclude', '^browser/ui/views/'], | 2551 ['exclude', '^browser/ui/views/'], |
| (...skipping 2132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4679 # Use outputs of this action as inputs for the main target build. | 4684 # Use outputs of this action as inputs for the main target build. |
| 4680 # Seems as a misnomer but makes this happy on Linux (scons). | 4685 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4681 'process_outputs_as_sources': 1, | 4686 'process_outputs_as_sources': 1, |
| 4682 }, | 4687 }, |
| 4683 ], # 'actions' | 4688 ], # 'actions' |
| 4684 }, | 4689 }, |
| 4685 ] | 4690 ] |
| 4686 }], # 'coverage!=0' | 4691 }], # 'coverage!=0' |
| 4687 ], # 'conditions' | 4692 ], # 'conditions' |
| 4688 } | 4693 } |
| OLD | NEW |