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 2548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2559 'common/net/x509_certificate_model_unittest.cc', | 2559 'common/net/x509_certificate_model_unittest.cc', |
2560 ], | 2560 ], |
2561 }], | 2561 }], |
2562 ['use_openssl==1', { | 2562 ['use_openssl==1', { |
2563 'sources/': [ | 2563 'sources/': [ |
2564 # OpenSSL build does not support firefox importer. See | 2564 # OpenSSL build does not support firefox importer. See |
2565 # http://crbug.com/64926 | 2565 # http://crbug.com/64926 |
2566 ['exclude', '^browser/importer/'], | 2566 ['exclude', '^browser/importer/'], |
2567 ], | 2567 ], |
2568 }], | 2568 }], |
2569 ['use_cups==1', { | |
2570 'defines': [ | |
2571 'USE_CUPS', | |
2572 ], | |
2573 'sources': [ | |
2574 'browser/printing/print_system_task_proxy_unittest.cc', | |
2575 ], | |
2576 }], | |
2577 ['component=="shared_library" and incremental_chrome_dll!=1', { | 2569 ['component=="shared_library" and incremental_chrome_dll!=1', { |
2578 # This is needed for tests that subclass | 2570 # This is needed for tests that subclass |
2579 # RendererWebKitPlatformSupportImpl, which subclasses stuff in | 2571 # RendererWebKitPlatformSupportImpl, which subclasses stuff in |
2580 # glue, which refers to symbols defined in these files. | 2572 # glue, which refers to symbols defined in these files. |
2581 # Hopefully this can be resolved with http://crbug.com/98755. | 2573 # Hopefully this can be resolved with http://crbug.com/98755. |
2582 'sources': [ | 2574 'sources': [ |
2583 '../content/common/socket_stream_dispatcher.cc', | 2575 '../content/common/socket_stream_dispatcher.cc', |
2584 ]}, | 2576 ]}, |
2585 ], | 2577 ], |
2586 ], | 2578 ], |
(...skipping 2137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4724 '--result', '<@(_outputs)', | 4716 '--result', '<@(_outputs)', |
4725 '--isolate', 'browser_tests.isolate', | 4717 '--isolate', 'browser_tests.isolate', |
4726 ], | 4718 ], |
4727 }, | 4719 }, |
4728 ], | 4720 ], |
4729 }, | 4721 }, |
4730 ], | 4722 ], |
4731 }], | 4723 }], |
4732 ], # 'conditions' | 4724 ], # 'conditions' |
4733 } | 4725 } |
OLD | NEW |