Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Side by Side Diff: ceee/testing/utils/test_utils.gyp

Issue 4563001: Adding a privileged callback used in IE CF to check whether to show... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ceee/testing/utils/mock_ioleclientsite.gen ('k') | chrome_frame/chrome_frame.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 ], 47 ],
48 }, 48 },
49 }, 49 },
50 { 50 {
51 'target_name': 'mshtml_mocks', 51 'target_name': 'mshtml_mocks',
52 'type': 'none', 52 'type': 'none',
53 'sources': [ 53 'sources': [
54 'mshtml_mocks.h', 54 'mshtml_mocks.h',
55 'mshtml_mocks.py', 55 'mshtml_mocks.py',
56 'com_mock.py', 56 'com_mock.py',
57 '<(SHARED_INTERMEDIATE_DIR)/mshtml_mocks.gen',
58 ], 57 ],
59 'actions': [ 58 'actions': [
60 { 59 {
61 'action_name': 'make_mshtml_mocks', 60 'action_name': 'make_mshtml_mocks',
62 'msvs_cygwin_shell': 0, 61 'msvs_cygwin_shell': 0,
63 'msvs_quote_cmd': 0, 62 'msvs_quote_cmd': 0,
64 'inputs': [ 63 'inputs': [
65 'mshtml_mocks.py', 64 'mshtml_mocks.py',
66 ], 65 ],
67 'outputs': [ 66 'outputs': [
(...skipping 27 matching lines...) Expand all
95 '<(DEPTH)/testing/gmock.gyp:gmock', 94 '<(DEPTH)/testing/gmock.gyp:gmock',
96 '<(DEPTH)/testing/gtest.gyp:gtest', 95 '<(DEPTH)/testing/gtest.gyp:gtest',
97 ], 96 ],
98 'libraries': [ 97 'libraries': [
99 'oleacc.lib', 98 'oleacc.lib',
100 'shlwapi.lib', 99 'shlwapi.lib',
101 ], 100 ],
102 } 101 }
103 ] 102 ]
104 } 103 }
OLDNEW
« no previous file with comments | « ceee/testing/utils/mock_ioleclientsite.gen ('k') | chrome_frame/chrome_frame.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698