OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 { | 5 { |
6 'variables' : { | 6 'variables' : { |
7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
(...skipping 2687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2698 'ENABLE_SAFE_BROWSING', | 2698 'ENABLE_SAFE_BROWSING', |
2699 ], | 2699 ], |
2700 }, { # safe_browsing == 0 | 2700 }, { # safe_browsing == 0 |
2701 'sources/': [ | 2701 'sources/': [ |
2702 ['exclude', '^browser/safe_browsing/'], | 2702 ['exclude', '^browser/safe_browsing/'], |
2703 ['exclude', '^renderer/safe_browsing/'], | 2703 ['exclude', '^renderer/safe_browsing/'], |
2704 ], | 2704 ], |
2705 }], | 2705 }], |
2706 ['internal_pdf', { | 2706 ['internal_pdf', { |
2707 'sources': [ | 2707 'sources': [ |
2708 'test/plugin/pdf_browsertest.cc', | 2708 'browser/pdf_browsertest.cc', |
2709 ], | 2709 ], |
2710 }], | 2710 }], |
2711 ['OS!="linux" or toolkit_views==1', { | 2711 ['OS!="linux" or toolkit_views==1', { |
2712 'sources!': [ | 2712 'sources!': [ |
2713 'browser/extensions/browser_action_test_util_gtk.cc', | 2713 'browser/extensions/browser_action_test_util_gtk.cc', |
2714 'browser/ui/gtk/view_id_util_browsertest.cc', | 2714 'browser/ui/gtk/view_id_util_browsertest.cc', |
2715 ], | 2715 ], |
2716 }], | 2716 }], |
2717 ['OS=="win"', { | 2717 ['OS=="win"', { |
2718 'sources': [ | 2718 'sources': [ |
(...skipping 924 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3643 'test_support_ui', | 3643 'test_support_ui', |
3644 '../skia/skia.gyp:skia', | 3644 '../skia/skia.gyp:skia', |
3645 '../testing/gtest.gyp:gtest', | 3645 '../testing/gtest.gyp:gtest', |
3646 '../third_party/libxslt/libxslt.gyp:libxslt', | 3646 '../third_party/libxslt/libxslt.gyp:libxslt', |
3647 '../third_party/npapi/npapi.gyp:npapi', | 3647 '../third_party/npapi/npapi.gyp:npapi', |
3648 ], | 3648 ], |
3649 'include_dirs': [ | 3649 'include_dirs': [ |
3650 '..', | 3650 '..', |
3651 ], | 3651 ], |
3652 'sources': [ | 3652 'sources': [ |
3653 'test/plugin/plugin_test.cpp', | 3653 'browser/plugin_test.cc', |
3654 ], | 3654 ], |
3655 'conditions': [ | 3655 'conditions': [ |
3656 ['OS=="win"', { | 3656 ['OS=="win"', { |
3657 'dependencies': [ | 3657 'dependencies': [ |
3658 'security_tests', # run time dependency | 3658 'security_tests', # run time dependency |
3659 ], | 3659 ], |
3660 'conditions': [ | 3660 'conditions': [ |
3661 ['win_use_allocator_shim==1', { | 3661 ['win_use_allocator_shim==1', { |
3662 'dependencies': [ | 3662 'dependencies': [ |
3663 '<(allocator_target)', | 3663 '<(allocator_target)', |
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4144 # Use outputs of this action as inputs for the main target build. | 4144 # Use outputs of this action as inputs for the main target build. |
4145 # Seems as a misnomer but makes this happy on Linux (scons). | 4145 # Seems as a misnomer but makes this happy on Linux (scons). |
4146 'process_outputs_as_sources': 1, | 4146 'process_outputs_as_sources': 1, |
4147 }, | 4147 }, |
4148 ], # 'actions' | 4148 ], # 'actions' |
4149 }, | 4149 }, |
4150 ] | 4150 ] |
4151 }], # 'coverage!=0' | 4151 }], # 'coverage!=0' |
4152 ], # 'conditions' | 4152 ], # 'conditions' |
4153 } | 4153 } |
OLD | NEW |