diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-31 21:44:26 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-31 21:44:26 +0000 |
commit | d9ca776c4b5443df5ffa55d53735016cfa92cb11 (patch) | |
tree | b38dc25a420ce51472fd8d0052d18b1e048d2970 /chrome_frame/chrome_frame.gyp | |
parent | 9f9db89fe9a1b4e82ab3cfa25b579f8b46fe389e (diff) | |
download | chromium_src-d9ca776c4b5443df5ffa55d53735016cfa92cb11.zip chromium_src-d9ca776c4b5443df5ffa55d53735016cfa92cb11.tar.gz chromium_src-d9ca776c4b5443df5ffa55d53735016cfa92cb11.tar.bz2 |
Disabling building of CEEE; we will be moving the code to a separate
repository. Removing chrome_frame -> ceee dependency.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6386025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73195 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame.gyp')
-rw-r--r-- | chrome_frame/chrome_frame.gyp | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp index de69141..ce987be 100644 --- a/chrome_frame/chrome_frame.gyp +++ b/chrome_frame/chrome_frame.gyp @@ -105,52 +105,14 @@ }, }, { - 'target_name': 'chrome_frame_privileged_mock', - 'type': 'none', - 'dependencies': [ - 'chrome_tab_idl', - ], - 'sources': [ - '../ceee/testing/utils/com_mock.py', - '<(SHARED_INTERMEDIATE_DIR)/chrome_tab.h', - ], - 'actions': [ - { - 'action_name': 'make_chrome_frame_privileged_mock', - 'msvs_cygwin_shell': 0, - 'msvs_quote_cmd': 0, - 'inputs': [ - '../ceee/testing/utils/com_mock.py', - ], - 'outputs': [ - '<(SHARED_INTERMEDIATE_DIR)/mock_ichromeframeprivileged.gen', - ], - 'action': [ - '<@(python)', - '../ceee/testing/utils/com_mock.py', - 'IChromeFramePrivileged', - '<(SHARED_INTERMEDIATE_DIR)/chrome_tab.h', - '> "<(SHARED_INTERMEDIATE_DIR)/mock_ichromeframeprivileged.gen"', - ], - }, - ], - # All who use this need to be able to find the .gen file we generate. - 'all_dependent_settings': { - 'include_dirs': ['<(SHARED_INTERMEDIATE_DIR)'], - }, - }, - { 'target_name': 'chrome_frame_unittests', 'type': 'executable', 'dependencies': [ '../base/base.gyp:test_support_base', - '../ceee/ie/common/common.gyp:ie_common', - '../ceee/testing/utils/test_utils.gyp:test_utils', '../chrome/chrome.gyp:policy', '../testing/gmock.gyp:gmock', '../testing/gtest.gyp:gtest', 'chrome_frame_ie', - 'chrome_frame_privileged_mock', 'chrome_frame_strings', 'chrome_tab_idl', 'xulrunner_sdk', @@ -165,7 +127,6 @@ 'chrome_launcher_unittest.cc', 'function_stub_unittest.cc', 'renderer_glue.cc', - 'test/chrome_frame_activex_unittest.cc', 'test/chrome_tab_mocks.h', 'test/chrome_frame_test_utils.h', 'test/chrome_frame_test_utils.cc', @@ -793,8 +754,6 @@ 'chrome_frame_strings', 'chrome_frame_utils', 'chrome_tab_idl', - '../ceee/ie/common/common.gyp:ie_common', - '../ceee/ie/common/common.gyp:ie_guids', '../chrome/chrome.gyp:common', '../chrome/chrome.gyp:policy', '../chrome/chrome.gyp:utility', |