| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 | 8 |
| 9 'variables': { | 9 'variables': { |
| 10 'version_py_path': '../tools/build/version.py', | 10 'version_py_path': '../tools/build/version.py', |
| (...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 657 'chrome_tab_idl', | 657 'chrome_tab_idl', |
| 658 'locales/locales.gyp:*', | 658 'locales/locales.gyp:*', |
| 659 '../build/temp_gyp/googleurl.gyp:googleurl', | 659 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 660 '../chrome/app/policy/cloud_policy_codegen.gyp:policy', | 660 '../chrome/app/policy/cloud_policy_codegen.gyp:policy', |
| 661 '../chrome/chrome.gyp:common', | 661 '../chrome/chrome.gyp:common', |
| 662 '../chrome/chrome.gyp:utility', | 662 '../chrome/chrome.gyp:utility', |
| 663 '../content/content.gyp:content_common', | 663 '../content/content.gyp:content_common', |
| 664 '../net/net.gyp:net', | 664 '../net/net.gyp:net', |
| 665 '../third_party/libxml/libxml.gyp:libxml', | 665 '../third_party/libxml/libxml.gyp:libxml', |
| 666 '../third_party/bzip2/bzip2.gyp:bzip2', | 666 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 667 '../webkit/support/webkit_support.gyp:webkit_user_agent', | 667 '../webkit/support/webkit_support.gyp:user_agent', |
| 668 ], | 668 ], |
| 669 'sources': [ | 669 'sources': [ |
| 670 'bho.cc', | 670 'bho.cc', |
| 671 'bho.h', | 671 'bho.h', |
| 672 'bho.rgs', | 672 'bho.rgs', |
| 673 'bind_context_info.cc', | 673 'bind_context_info.cc', |
| 674 'bind_context_info.h', | 674 'bind_context_info.h', |
| 675 'bind_status_callback_impl.cc', | 675 'bind_status_callback_impl.cc', |
| 676 'bind_status_callback_impl.h', | 676 'bind_status_callback_impl.h', |
| 677 'buggy_bho_handling.cc', | 677 'buggy_bho_handling.cc', |
| (...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1050 # Use outputs of this action as inputs for the main target build. | 1050 # Use outputs of this action as inputs for the main target build. |
| 1051 # Seems as a misnomer but makes this happy on Linux (scons). | 1051 # Seems as a misnomer but makes this happy on Linux (scons). |
| 1052 'process_outputs_as_sources': 1, | 1052 'process_outputs_as_sources': 1, |
| 1053 }, | 1053 }, |
| 1054 ], | 1054 ], |
| 1055 }, | 1055 }, |
| 1056 ], | 1056 ], |
| 1057 }, ], # 'coverage!=0' | 1057 }, ], # 'coverage!=0' |
| 1058 ], # 'conditions' | 1058 ], # 'conditions' |
| 1059 } | 1059 } |
| OLD | NEW |