Chromium Code Reviews

Side by Side Diff: chrome_frame/support.gyp

Issue 218019: Initial import of the Chrome Frame codebase. Integration in chrome.gyp coming... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
« no previous file with comments | « chrome_frame/script_security_manager.h ('k') | chrome_frame/sync_msg_reply_dispatcher.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'targets': [
7 {
8 'target_name': 'support',
9 'type': 'none',
10 'dependencies': [
11 'chrome_frame.gyp:*',
12 ],
13 },
14 ],
15 }
16
17 # vim: shiftwidth=2:et:ai:tabstop=2
OLDNEW
« no previous file with comments | « chrome_frame/script_security_manager.h ('k') | chrome_frame/sync_msg_reply_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine