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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 992008: Reimplementation of FunctionStub, to avoid rewriting potentially executing co... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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 | « no previous file | chrome_frame/function_stub.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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', 8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)',
9 9
10 # Keep the archive builder happy. 10 # Keep the archive builder happy.
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 'xulrunner_sdk', 124 'xulrunner_sdk',
125 ], 125 ],
126 'sources': [ 126 'sources': [
127 'chrome_tab.h', 127 'chrome_tab.h',
128 'chrome_tab.idl', 128 'chrome_tab.idl',
129 'chrome_frame_histograms.h', 129 'chrome_frame_histograms.h',
130 'chrome_frame_histograms.cc', 130 'chrome_frame_histograms.cc',
131 'chrome_frame_npapi_unittest.cc', 131 'chrome_frame_npapi_unittest.cc',
132 'chrome_frame_unittest_main.cc', 132 'chrome_frame_unittest_main.cc',
133 'chrome_launcher_unittest.cc', 133 'chrome_launcher_unittest.cc',
134 'function_stub_unittest.cc',
134 'test/com_message_event_unittest.cc', 135 'test/com_message_event_unittest.cc',
135 'test/html_util_unittests.cc', 136 'test/html_util_unittests.cc',
136 'test/http_negotiate_unittest.cc', 137 'test/http_negotiate_unittest.cc',
137 'test/urlmon_moniker_tests.h', 138 'test/urlmon_moniker_tests.h',
138 'test/urlmon_moniker_unittest.cc', 139 'test/urlmon_moniker_unittest.cc',
139 'test/util_unittests.cc', 140 'test/util_unittests.cc',
140 'unittest_precompile.h', 141 'unittest_precompile.h',
141 'unittest_precompile.cc', 142 'unittest_precompile.cc',
142 'urlmon_upload_data_stream.cc', 143 'urlmon_upload_data_stream.cc',
143 'urlmon_upload_data_stream_unittest.cc', 144 'urlmon_upload_data_stream_unittest.cc',
145 'vtable_patch_manager_unittest.cc',
144 ], 146 ],
145 'include_dirs': [ 147 'include_dirs': [
146 # To allow including "chrome_tab.h" 148 # To allow including "chrome_tab.h"
147 '<(INTERMEDIATE_DIR)', 149 '<(INTERMEDIATE_DIR)',
148 ], 150 ],
149 'resource_include_dirs': [ 151 'resource_include_dirs': [
150 '<(INTERMEDIATE_DIR)', 152 '<(INTERMEDIATE_DIR)',
151 '<(SHARED_INTERMEDIATE_DIR)', 153 '<(SHARED_INTERMEDIATE_DIR)',
152 ], 154 ],
153 'conditions': [ 155 'conditions': [
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 'xulrunner_sdk', 197 'xulrunner_sdk',
196 ], 198 ],
197 'sources': [ 199 'sources': [
198 '../base/test_suite.h', 200 '../base/test_suite.h',
199 'test/automation_client_mock.cc', 201 'test/automation_client_mock.cc',
200 'test/automation_client_mock.h', 202 'test/automation_client_mock.h',
201 'test/chrome_frame_test_utils.cc', 203 'test/chrome_frame_test_utils.cc',
202 'test/chrome_frame_test_utils.h', 204 'test/chrome_frame_test_utils.h',
203 'test/chrome_frame_automation_mock.cc', 205 'test/chrome_frame_automation_mock.cc',
204 'test/chrome_frame_automation_mock.h', 206 'test/chrome_frame_automation_mock.h',
205 'test/function_stub_unittest.cc',
206 'test/http_server.cc', 207 'test/http_server.cc',
207 'test/http_server.h', 208 'test/http_server.h',
208 'test/proxy_factory_mock.cc', 209 'test/proxy_factory_mock.cc',
209 'test/proxy_factory_mock.h', 210 'test/proxy_factory_mock.h',
210 'test/run_all_unittests.cc', 211 'test/run_all_unittests.cc',
211 'test/simulate_input.cc', 212 'test/simulate_input.cc',
212 'test/simulate_input.h', 213 'test/simulate_input.h',
213 'test/test_mock_with_web_server.cc', 214 'test/test_mock_with_web_server.cc',
214 'test/test_mock_with_web_server.h', 215 'test/test_mock_with_web_server.h',
215 'test/test_server.cc', 216 'test/test_server.cc',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 '../chrome/chrome.gyp:chrome_resources', 338 '../chrome/chrome.gyp:chrome_resources',
338 '../chrome/chrome.gyp:debugger', 339 '../chrome/chrome.gyp:debugger',
339 '../chrome/chrome.gyp:renderer', 340 '../chrome/chrome.gyp:renderer',
340 '../chrome/chrome.gyp:syncapi', 341 '../chrome/chrome.gyp:syncapi',
341 '../net/net.gyp:net_test_support', 342 '../net/net.gyp:net_test_support',
342 '../skia/skia.gyp:skia', 343 '../skia/skia.gyp:skia',
343 '../testing/gtest.gyp:gtest', 344 '../testing/gtest.gyp:gtest',
344 '../third_party/icu/icu.gyp:icui18n', 345 '../third_party/icu/icu.gyp:icui18n',
345 '../third_party/icu/icu.gyp:icuuc', 346 '../third_party/icu/icu.gyp:icuuc',
346 'chrome_frame_npapi', 347 'chrome_frame_npapi',
348 'chrome_frame_ie',
347 'npchrome_frame', 349 'npchrome_frame',
348 ], 350 ],
349 'sources': [ 351 'sources': [
350 '../net/url_request/url_request_unittest.cc', 352 '../net/url_request/url_request_unittest.cc',
351 '../net/url_request/url_request_unittest.h', 353 '../net/url_request/url_request_unittest.h',
352 'test/chrome_frame_test_utils.cc', 354 'test/chrome_frame_test_utils.cc',
353 'test/chrome_frame_test_utils.h', 355 'test/chrome_frame_test_utils.h',
354 'test/simulate_input.cc', 356 'test/simulate_input.cc',
355 'test/simulate_input.h', 357 'test/simulate_input.h',
356 'test/test_server.cc', 358 'test/test_server.cc',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 'msvs_guid': 'A1440368-4089-4E14-8864-D84D3C5714A7', 402 'msvs_guid': 'A1440368-4089-4E14-8864-D84D3C5714A7',
401 'dependencies': [ 403 'dependencies': [
402 '../base/allocator/allocator.gyp:allocator', 404 '../base/allocator/allocator.gyp:allocator',
403 '../build/temp_gyp/googleurl.gyp:googleurl', 405 '../build/temp_gyp/googleurl.gyp:googleurl',
404 '../chrome/chrome.gyp:browser', 406 '../chrome/chrome.gyp:browser',
405 '../chrome/chrome.gyp:common', 407 '../chrome/chrome.gyp:common',
406 '../chrome/chrome.gyp:utility', 408 '../chrome/chrome.gyp:utility',
407 '../testing/gtest.gyp:gtest', 409 '../testing/gtest.gyp:gtest',
408 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', 410 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit',
409 'base_noicu', 411 'base_noicu',
412 'chrome_frame_ie',
410 'chrome_frame_npapi', 413 'chrome_frame_npapi',
411 'chrome_frame_strings', 414 'chrome_frame_strings',
412 ], 415 ],
413 'sources': [ 416 'sources': [
414 'test/reliability/run_all_unittests.cc', 417 'test/reliability/run_all_unittests.cc',
415 'test/reliability/page_load_test.cc', 418 'test/reliability/page_load_test.cc',
416 'test/reliability/page_load_test.h', 419 'test/reliability/page_load_test.h',
417 'test/reliability/reliability_test_suite.h', 420 'test/reliability/reliability_test_suite.h',
418 'test/chrome_frame_test_utils.cc', 421 'test/chrome_frame_test_utils.cc',
419 'test/chrome_frame_test_utils.h', 422 'test/chrome_frame_test_utils.h',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 'chrome_protocol.rgs', 599 'chrome_protocol.rgs',
597 'chrome_tab.h', 600 'chrome_tab.h',
598 'chrome_tab.idl', 601 'chrome_tab.idl',
599 'com_message_event.cc', 602 'com_message_event.cc',
600 'com_message_event.h', 603 'com_message_event.h',
601 'com_type_info_holder.cc', 604 'com_type_info_holder.cc',
602 'com_type_info_holder.h', 605 'com_type_info_holder.h',
603 'find_dialog.cc', 606 'find_dialog.cc',
604 'find_dialog.h', 607 'find_dialog.h',
605 'function_stub.h', 608 'function_stub.h',
609 'function_stub.cc',
606 'http_negotiate.h', 610 'http_negotiate.h',
607 'http_negotiate.cc', 611 'http_negotiate.cc',
608 'iids.cc', 612 'iids.cc',
609 'in_place_menu.h', 613 'in_place_menu.h',
610 'ole_document_impl.h', 614 'ole_document_impl.h',
611 'protocol_sink_wrap.cc', 615 'protocol_sink_wrap.cc',
612 'protocol_sink_wrap.h', 616 'protocol_sink_wrap.h',
613 'sync_msg_reply_dispatcher.cc', 617 'sync_msg_reply_dispatcher.cc',
614 'sync_msg_reply_dispatcher.h', 618 'sync_msg_reply_dispatcher.h',
615 'extra_system_apis.h', 619 'extra_system_apis.h',
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 ], 766 ],
763 } 767 }
764 768
765 # vim: shiftwidth=2:et:ai:tabstop=2 769 # vim: shiftwidth=2:et:ai:tabstop=2
766 770
767 # Local Variables: 771 # Local Variables:
768 # tab-width:2 772 # tab-width:2
769 # indent-tabs-mode:nil 773 # indent-tabs-mode:nil
770 # End: 774 # End:
771 # vim: set expandtab tabstop=2 shiftwidth=2: 775 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome_frame/function_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698