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

Side by Side Diff: ceee/common/common.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 | « no previous file | ceee/common/np_browser_functions.h » ('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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 '../../testing/gmock.gyp:gmock', 55 '../../testing/gmock.gyp:gmock',
56 '../../third_party/npapi/npapi.gyp:npapi', 56 '../../third_party/npapi/npapi.gyp:npapi',
57 ], 57 ],
58 'msvs_guid': '4BAB6049-29A7-47C2-A754-14CA3FBF5BD9', 58 'msvs_guid': '4BAB6049-29A7-47C2-A754-14CA3FBF5BD9',
59 'sources': [ 59 'sources': [
60 'com_utils.cc', 60 'com_utils.cc',
61 'com_utils.h', 61 'com_utils.h',
62 'initializing_coclass.h', 62 'initializing_coclass.h',
63 'install_utils.cc', 63 'install_utils.cc',
64 'install_utils.h', 64 'install_utils.h',
65 'np_browser_functions.cc',
66 'np_browser_functions.h',
67 'npobject_impl.cc', 65 'npobject_impl.cc',
68 'npobject_impl.h', 66 'npobject_impl.h',
69 'npplugin_impl.cc', 67 'npplugin_impl.cc',
70 'npplugin_impl.h', 68 'npplugin_impl.h',
71 'process_utils_win.cc', 69 'process_utils_win.cc',
72 'process_utils_win.h', 70 'process_utils_win.h',
73 'sidestep_integration.cc', 71 'sidestep_integration.cc',
74 'windows_constants.cc', 72 'windows_constants.cc',
75 'windows_constants.h', 73 'windows_constants.h',
76 'window_utils.cc', 74 'window_utils.cc',
(...skipping 20 matching lines...) Expand all
97 '<(DEPTH)/ceee/testing/sidestep/sidestep.gyp:sidestep', 95 '<(DEPTH)/ceee/testing/sidestep/sidestep.gyp:sidestep',
98 '../testing/utils/test_utils.gyp:test_utils', 96 '../testing/utils/test_utils.gyp:test_utils',
99 '../../base/base.gyp:base', 97 '../../base/base.gyp:base',
100 '../../testing/gmock.gyp:gmock', 98 '../../testing/gmock.gyp:gmock',
101 '../../testing/gtest.gyp:gtest', 99 '../../testing/gtest.gyp:gtest',
102 '../../third_party/npapi/npapi.gyp:npapi', 100 '../../third_party/npapi/npapi.gyp:npapi',
103 ], 101 ],
104 } 102 }
105 ] 103 ]
106 } 104 }
OLDNEW
« no previous file with comments | « no previous file | ceee/common/np_browser_functions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698