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 2479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2490 ], | 2490 ], |
2491 'sources/': [ | 2491 'sources/': [ |
2492 ['exclude', '^browser/themes/'], | 2492 ['exclude', '^browser/themes/'], |
2493 ], | 2493 ], |
2494 }], | 2494 }], |
2495 ['enable_plugin_installation==0', { | 2495 ['enable_plugin_installation==0', { |
2496 'sources!': [ | 2496 'sources!': [ |
2497 'browser/plugin_finder_unittest.cc', | 2497 'browser/plugin_finder_unittest.cc', |
2498 ], | 2498 ], |
2499 }], | 2499 }], |
| 2500 ['enable_protector_service==0', { |
| 2501 'sources/': [ |
| 2502 ['exclude', '^browser/protector/'], |
| 2503 ], |
| 2504 }], |
2500 ['toolkit_views==1', { | 2505 ['toolkit_views==1', { |
2501 'dependencies': [ | 2506 'dependencies': [ |
2502 '../ui/views/views.gyp:views', | 2507 '../ui/views/views.gyp:views', |
2503 ], | 2508 ], |
2504 'sources!': [ | 2509 'sources!': [ |
2505 'browser/ui/gtk/tabs/tab_renderer_gtk_unittest.cc', | 2510 'browser/ui/gtk/tabs/tab_renderer_gtk_unittest.cc', |
2506 ], | 2511 ], |
2507 }, { # else: toolkit_views == 0 | 2512 }, { # else: toolkit_views == 0 |
2508 'sources/': [ | 2513 'sources/': [ |
2509 ['exclude', '^browser/ui/views/'], | 2514 ['exclude', '^browser/ui/views/'], |
(...skipping 2128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4638 # Use outputs of this action as inputs for the main target build. | 4643 # Use outputs of this action as inputs for the main target build. |
4639 # Seems as a misnomer but makes this happy on Linux (scons). | 4644 # Seems as a misnomer but makes this happy on Linux (scons). |
4640 'process_outputs_as_sources': 1, | 4645 'process_outputs_as_sources': 1, |
4641 }, | 4646 }, |
4642 ], # 'actions' | 4647 ], # 'actions' |
4643 }, | 4648 }, |
4644 ] | 4649 ] |
4645 }], # 'coverage!=0' | 4650 }], # 'coverage!=0' |
4646 ], # 'conditions' | 4651 ], # 'conditions' |
4647 } | 4652 } |
OLD | NEW |