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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 7065024: Add a self-destruct mechanism to user-level Chrome Frame when it detects that system-level Chrome... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 months 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 | « chrome_frame/bho_loader.cc ('k') | chrome_frame/chrome_frame_helper_main.cc » ('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) 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 8
9 'variables': { 9 'variables': {
10 'version_py_path': '../tools/build/version.py', 10 'version_py_path': '../tools/build/version.py',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 }, 73 },
74 }, 74 },
75 { 75 {
76 'target_name': 'chrome_frame_unittests', 76 'target_name': 'chrome_frame_unittests',
77 'type': 'executable', 77 'type': 'executable',
78 'dependencies': [ 78 'dependencies': [
79 '../base/base.gyp:test_support_base', 79 '../base/base.gyp:test_support_base',
80 '../chrome/app/policy/cloud_policy_codegen.gyp:policy', 80 '../chrome/app/policy/cloud_policy_codegen.gyp:policy',
81 '../testing/gmock.gyp:gmock', 81 '../testing/gmock.gyp:gmock',
82 '../testing/gtest.gyp:gtest', 82 '../testing/gtest.gyp:gtest',
83 'chrome_frame_launcher.gyp:chrome_frame_helper_lib',
83 'chrome_frame_ie', 84 'chrome_frame_ie',
84 'chrome_frame_strings', 85 'chrome_frame_strings',
85 'chrome_tab_idl', 86 'chrome_tab_idl',
86 ], 87 ],
87 'sources': [ 88 'sources': [
88 '<(SHARED_INTERMEDIATE_DIR)/chrome_tab.h', 89 '<(SHARED_INTERMEDIATE_DIR)/chrome_tab.h',
89 'chrome_frame_histograms.h', 90 'chrome_frame_histograms.h',
90 'chrome_frame_histograms.cc', 91 'chrome_frame_histograms.cc',
91 'chrome_frame_unittest_main.cc', 92 'chrome_frame_unittest_main.cc',
92 'chrome_launcher.cc', 93 'chrome_launcher.cc',
93 'chrome_launcher.h', 94 'chrome_launcher.h',
94 'chrome_launcher_unittest.cc', 95 'chrome_launcher_unittest.cc',
95 'function_stub_unittest.cc', 96 'function_stub_unittest.cc',
96 'renderer_glue.cc', 97 'renderer_glue.cc',
97 'test/chrome_tab_mocks.h', 98 'test/chrome_tab_mocks.h',
98 'test/chrome_frame_test_utils.h', 99 'test/chrome_frame_test_utils.h',
99 'test/chrome_frame_test_utils.cc', 100 'test/chrome_frame_test_utils.cc',
100 'test/com_message_event_unittest.cc', 101 'test/com_message_event_unittest.cc',
101 'test/dll_redirector_test.cc', 102 'test/dll_redirector_test.cc',
102 'test/exception_barrier_unittest.cc', 103 'test/exception_barrier_unittest.cc',
103 'test/html_util_unittests.cc', 104 'test/html_util_unittests.cc',
104 'test/http_negotiate_unittest.cc', 105 'test/http_negotiate_unittest.cc',
105 'test/infobar_unittests.cc', 106 'test/infobar_unittests.cc',
106 'test/policy_settings_unittest.cc', 107 'test/policy_settings_unittest.cc',
107 'test/ready_mode_unittest.cc', 108 'test/ready_mode_unittest.cc',
109 'test/registry_watcher_unittest.cc',
108 'test/simulate_input.h', 110 'test/simulate_input.h',
109 'test/simulate_input.cc', 111 'test/simulate_input.cc',
110 'test/urlmon_moniker_tests.h', 112 'test/urlmon_moniker_tests.h',
111 'test/urlmon_moniker_unittest.cc', 113 'test/urlmon_moniker_unittest.cc',
112 'test/util_unittests.cc', 114 'test/util_unittests.cc',
113 'test/win_event_receiver.h', 115 'test/win_event_receiver.h',
114 'test/win_event_receiver.cc', 116 'test/win_event_receiver.cc',
115 'unittest_precompile.h', 117 'unittest_precompile.h',
116 'unittest_precompile.cc', 118 'unittest_precompile.cc',
117 'urlmon_upload_data_stream.cc', 119 'urlmon_upload_data_stream.cc',
(...skipping 966 matching lines...) Expand 10 before | Expand all | Expand 10 after
1084 ], # 'conditions' 1086 ], # 'conditions'
1085 } 1087 }
1086 1088
1087 # vim: shiftwidth=2:et:ai:tabstop=2 1089 # vim: shiftwidth=2:et:ai:tabstop=2
1088 1090
1089 # Local Variables: 1091 # Local Variables:
1090 # tab-width:2 1092 # tab-width:2
1091 # indent-tabs-mode:nil 1093 # indent-tabs-mode:nil
1092 # End: 1094 # End:
1093 # vim: set expandtab tabstop=2 shiftwidth=2: 1095 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome_frame/bho_loader.cc ('k') | chrome_frame/chrome_frame_helper_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698