| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'includes': [ | 9 'includes': [ |
| 10 '../../../build/common.gypi', | 10 '../../../build/common.gypi', |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 'target_name': 'ie_common', | 48 'target_name': 'ie_common', |
| 49 'type': 'static_library', | 49 'type': 'static_library', |
| 50 'dependencies': [ | 50 'dependencies': [ |
| 51 'ie_common_settings', | 51 'ie_common_settings', |
| 52 '../../../base/base.gyp:base', | 52 '../../../base/base.gyp:base', |
| 53 '../../../breakpad/breakpad.gyp:breakpad_handler', | 53 '../../../breakpad/breakpad.gyp:breakpad_handler', |
| 54 '../../../build/temp_gyp/googleurl.gyp:googleurl', | 54 '../../../build/temp_gyp/googleurl.gyp:googleurl', |
| 55 '../../../net/net.gyp:net_base', | 55 '../../../net/net.gyp:net_base', |
| 56 '../../../ceee/common/common.gyp:initializing_coclass', | 56 '../../../ceee/common/common.gyp:initializing_coclass', |
| 57 '../../../ceee/common/common.gyp:ceee_common', | 57 '../../../ceee/common/common.gyp:ceee_common', |
| 58 # TODO(joi@chromium.org) Why? Can we remove? | |
| 59 '../../../ceee/testing/utils/test_utils.gyp:test_utils', | |
| 60 '../../../ceee/testing/utils/test_utils.gyp:mshtml_mocks', | |
| 61 '<(DEPTH)/chrome/chrome.gyp:chrome_version_header', | 58 '<(DEPTH)/chrome/chrome.gyp:chrome_version_header', |
| 62 '<(DEPTH)/chrome_frame/chrome_frame.gyp:chrome_tab_idl', | 59 '<(DEPTH)/chrome_frame/chrome_frame.gyp:chrome_tab_idl', |
| 63 '../plugin/toolband/toolband.gyp:toolband_idl', | 60 '../plugin/toolband/toolband.gyp:toolband_idl', |
| 64 ], | 61 ], |
| 65 'sources': [ | 62 'sources': [ |
| 66 'api_registration.h', | 63 'api_registration.h', |
| 67 'chrome_frame_host.cc', | 64 'chrome_frame_host.cc', |
| 68 'chrome_frame_host.h', | 65 'chrome_frame_host.h', |
| 69 'constants.cc', | 66 'constants.cc', |
| 70 'constants.h', | 67 'constants.h', |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 'include_dirs': [ | 114 'include_dirs': [ |
| 118 # Because we use some of the chrome files above directly, we need | 115 # Because we use some of the chrome files above directly, we need |
| 119 # to specify thess include paths which they depend on. | 116 # to specify thess include paths which they depend on. |
| 120 '../../../skia/config/win', | 117 '../../../skia/config/win', |
| 121 '../../../third_party/skia/include/config', | 118 '../../../third_party/skia/include/config', |
| 122 ], | 119 ], |
| 123 }, | 120 }, |
| 124 }, | 121 }, |
| 125 ] | 122 ] |
| 126 } | 123 } |
| OLD | NEW |