| 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', | 8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', |
| 9 | 9 |
| 10 'variables': { | 10 'variables': { |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 # Add the output dir for those who depend on us. | 102 # Add the output dir for those who depend on us. |
| 103 'direct_dependent_settings': { | 103 'direct_dependent_settings': { |
| 104 'include_dirs': ['<(SHARED_INTERMEDIATE_DIR)'], | 104 'include_dirs': ['<(SHARED_INTERMEDIATE_DIR)'], |
| 105 }, | 105 }, |
| 106 }, | 106 }, |
| 107 { | 107 { |
| 108 'target_name': 'chrome_frame_unittests', | 108 'target_name': 'chrome_frame_unittests', |
| 109 'type': 'executable', | 109 'type': 'executable', |
| 110 'dependencies': [ | 110 'dependencies': [ |
| 111 '../base/base.gyp:test_support_base', | 111 '../base/base.gyp:test_support_base', |
| 112 '../chrome/chrome.gyp:policy', | 112 '../chrome/app/policy/cloud_policy_codegen.gyp:policy', |
| 113 '../testing/gmock.gyp:gmock', | 113 '../testing/gmock.gyp:gmock', |
| 114 '../testing/gtest.gyp:gtest', | 114 '../testing/gtest.gyp:gtest', |
| 115 'chrome_frame_ie', | 115 'chrome_frame_ie', |
| 116 'chrome_frame_strings', | 116 'chrome_frame_strings', |
| 117 'chrome_tab_idl', | 117 'chrome_tab_idl', |
| 118 'xulrunner_sdk', | 118 'xulrunner_sdk', |
| 119 ], | 119 ], |
| 120 'sources': [ | 120 'sources': [ |
| 121 'chrome_tab.h', | 121 'chrome_tab.h', |
| 122 'chrome_frame_histograms.h', | 122 'chrome_frame_histograms.h', |
| (...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 750 }, | 750 }, |
| 751 { | 751 { |
| 752 'target_name': 'chrome_frame_ie', | 752 'target_name': 'chrome_frame_ie', |
| 753 'type': 'static_library', | 753 'type': 'static_library', |
| 754 'dependencies': [ | 754 'dependencies': [ |
| 755 'chrome_frame_common', | 755 'chrome_frame_common', |
| 756 'chrome_frame_strings', | 756 'chrome_frame_strings', |
| 757 'chrome_frame_utils', | 757 'chrome_frame_utils', |
| 758 'chrome_tab_idl', | 758 'chrome_tab_idl', |
| 759 '../chrome/chrome.gyp:common', | 759 '../chrome/chrome.gyp:common', |
| 760 '../chrome/chrome.gyp:policy', | 760 '../chrome/app/policy/cloud_policy_codegen.gyp:policy', |
| 761 '../chrome/chrome.gyp:utility', | 761 '../chrome/chrome.gyp:utility', |
| 762 '../build/temp_gyp/googleurl.gyp:googleurl', | 762 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 763 '../third_party/libxml/libxml.gyp:libxml', | 763 '../third_party/libxml/libxml.gyp:libxml', |
| 764 '../third_party/bzip2/bzip2.gyp:bzip2', | 764 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 765 '../webkit/support/webkit_support.gyp:webkit_user_agent', | 765 '../webkit/support/webkit_support.gyp:webkit_user_agent', |
| 766 ], | 766 ], |
| 767 'sources': [ | 767 'sources': [ |
| 768 'bho.cc', | 768 'bho.cc', |
| 769 'bho.h', | 769 'bho.h', |
| 770 'bho.rgs', | 770 'bho.rgs', |
| (...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1163 ], # 'conditions' | 1163 ], # 'conditions' |
| 1164 } | 1164 } |
| 1165 | 1165 |
| 1166 # vim: shiftwidth=2:et:ai:tabstop=2 | 1166 # vim: shiftwidth=2:et:ai:tabstop=2 |
| 1167 | 1167 |
| 1168 # Local Variables: | 1168 # Local Variables: |
| 1169 # tab-width:2 | 1169 # tab-width:2 |
| 1170 # indent-tabs-mode:nil | 1170 # indent-tabs-mode:nil |
| 1171 # End: | 1171 # End: |
| 1172 # vim: set expandtab tabstop=2 shiftwidth=2: | 1172 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |