| 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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 'include_dirs': ['<(SHARED_INTERMEDIATE_DIR)'], | 139 'include_dirs': ['<(SHARED_INTERMEDIATE_DIR)'], |
| 140 }, | 140 }, |
| 141 }, | 141 }, |
| 142 { | 142 { |
| 143 'target_name': 'chrome_frame_unittests', | 143 'target_name': 'chrome_frame_unittests', |
| 144 'type': 'executable', | 144 'type': 'executable', |
| 145 'dependencies': [ | 145 'dependencies': [ |
| 146 '../base/base.gyp:test_support_base', | 146 '../base/base.gyp:test_support_base', |
| 147 '../ceee/ie/common/common.gyp:ie_common', | 147 '../ceee/ie/common/common.gyp:ie_common', |
| 148 '../ceee/testing/utils/test_utils.gyp:test_utils', | 148 '../ceee/testing/utils/test_utils.gyp:test_utils', |
| 149 '../chrome/chrome.gyp:policy', |
| 149 '../testing/gmock.gyp:gmock', | 150 '../testing/gmock.gyp:gmock', |
| 150 '../testing/gtest.gyp:gtest', | 151 '../testing/gtest.gyp:gtest', |
| 151 'chrome_frame_ie', | 152 'chrome_frame_ie', |
| 152 'chrome_frame_privileged_mock', | 153 'chrome_frame_privileged_mock', |
| 153 'chrome_frame_strings', | 154 'chrome_frame_strings', |
| 154 'chrome_tab_idl', | 155 'chrome_tab_idl', |
| 155 'xulrunner_sdk', | 156 'xulrunner_sdk', |
| 156 ], | 157 ], |
| 157 'sources': [ | 158 'sources': [ |
| 158 'chrome_tab.h', | 159 'chrome_tab.h', |
| (...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 789 'target_name': 'chrome_frame_ie', | 790 'target_name': 'chrome_frame_ie', |
| 790 'type': 'static_library', | 791 'type': 'static_library', |
| 791 'dependencies': [ | 792 'dependencies': [ |
| 792 'chrome_frame_common', | 793 'chrome_frame_common', |
| 793 'chrome_frame_strings', | 794 'chrome_frame_strings', |
| 794 'chrome_frame_utils', | 795 'chrome_frame_utils', |
| 795 'chrome_tab_idl', | 796 'chrome_tab_idl', |
| 796 '../ceee/ie/common/common.gyp:ie_common', | 797 '../ceee/ie/common/common.gyp:ie_common', |
| 797 '../ceee/ie/common/common.gyp:ie_guids', | 798 '../ceee/ie/common/common.gyp:ie_guids', |
| 798 '../chrome/chrome.gyp:common', | 799 '../chrome/chrome.gyp:common', |
| 800 '../chrome/chrome.gyp:policy', |
| 799 '../chrome/chrome.gyp:utility', | 801 '../chrome/chrome.gyp:utility', |
| 800 '../build/temp_gyp/googleurl.gyp:googleurl', | 802 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 801 '../third_party/libxml/libxml.gyp:libxml', | 803 '../third_party/libxml/libxml.gyp:libxml', |
| 802 '../third_party/bzip2/bzip2.gyp:bzip2', | 804 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 803 '../webkit/support/webkit_support.gyp:webkit_user_agent', | 805 '../webkit/support/webkit_support.gyp:webkit_user_agent', |
| 804 ], | 806 ], |
| 805 'sources': [ | 807 'sources': [ |
| 806 'bho.cc', | 808 'bho.cc', |
| 807 'bho.h', | 809 'bho.h', |
| 808 'bho.rgs', | 810 'bho.rgs', |
| (...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1198 ], # 'conditions' | 1200 ], # 'conditions' |
| 1199 } | 1201 } |
| 1200 | 1202 |
| 1201 # vim: shiftwidth=2:et:ai:tabstop=2 | 1203 # vim: shiftwidth=2:et:ai:tabstop=2 |
| 1202 | 1204 |
| 1203 # Local Variables: | 1205 # Local Variables: |
| 1204 # tab-width:2 | 1206 # tab-width:2 |
| 1205 # indent-tabs-mode:nil | 1207 # indent-tabs-mode:nil |
| 1206 # End: | 1208 # End: |
| 1207 # vim: set expandtab tabstop=2 shiftwidth=2: | 1209 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |