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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 3029007: First step for cleaning registration code for ChromeFrame.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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/chrome_tab.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) 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 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', 8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)',
9 9
10 'variables': { 10 'variables': {
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 'http_negotiate.h', 641 'http_negotiate.h',
642 'iids.cc', 642 'iids.cc',
643 'in_place_menu.h', 643 'in_place_menu.h',
644 'metrics_service.cc', 644 'metrics_service.cc',
645 'metrics_service.h', 645 'metrics_service.h',
646 'module_utils.cc', 646 'module_utils.cc',
647 'module_utils.h', 647 'module_utils.h',
648 'ole_document_impl.h', 648 'ole_document_impl.h',
649 'protocol_sink_wrap.cc', 649 'protocol_sink_wrap.cc',
650 'protocol_sink_wrap.h', 650 'protocol_sink_wrap.h',
651 'register_bho.rgs',
651 'stream_impl.cc', 652 'stream_impl.cc',
652 'stream_impl.h', 653 'stream_impl.h',
653 'sync_msg_reply_dispatcher.cc', 654 'sync_msg_reply_dispatcher.cc',
654 'sync_msg_reply_dispatcher.h', 655 'sync_msg_reply_dispatcher.h',
655 'extra_system_apis.h', 656 'extra_system_apis.h',
656 'urlmon_bind_status_callback.h', 657 'urlmon_bind_status_callback.h',
657 'urlmon_bind_status_callback.cc', 658 'urlmon_bind_status_callback.cc',
658 'urlmon_moniker.h', 659 'urlmon_moniker.h',
659 'urlmon_moniker.cc', 660 'urlmon_moniker.cc',
660 'urlmon_url_request.cc', 661 'urlmon_url_request.cc',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
801 ], 802 ],
802 } 803 }
803 804
804 # vim: shiftwidth=2:et:ai:tabstop=2 805 # vim: shiftwidth=2:et:ai:tabstop=2
805 806
806 # Local Variables: 807 # Local Variables:
807 # tab-width:2 808 # tab-width:2
808 # indent-tabs-mode:nil 809 # indent-tabs-mode:nil
809 # End: 810 # End:
810 # vim: set expandtab tabstop=2 shiftwidth=2: 811 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome_frame/chrome_tab.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698