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

Side by Side Diff: chrome_frame/resources/tlb_resource.rc

Issue 8317018: Have Chrome Frame build its .idl artifacts into a sub-folder of SHARED_INTERMEDIATE_DIR, a global... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
grt (UTC plus 2) 2011/10/18 20:03:53 HA! GOTCHA! I'd like a chocolate cake, please.
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 // NOTE(slightlyoff): the below is generated, and apparently, magical. 5 // NOTE(slightlyoff): the below is generated, and apparently, magical.
6 // Seemingly innocuous edits totally destroy registration of the DLL. 6 // Seemingly innocuous edits totally destroy registration of the DLL.
7 // Edit at your own peril. 7 // Edit at your own peril.
8 8
9 #ifdef APSTUDIO_INVOKED 9 #ifdef APSTUDIO_INVOKED
10 # error Don't open this in the GUI, it'll be massacred on save. 10 # error Don't open this in the GUI, it'll be massacred on save.
11 #endif // APSTUDIO_INVOKED 11 #endif // APSTUDIO_INVOKED
(...skipping 16 matching lines...) Expand all
28 #ifdef _WIN32 28 #ifdef _WIN32
29 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 29 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
30 #pragma code_page(1252) 30 #pragma code_page(1252)
31 #endif //_WIN32 31 #endif //_WIN32
32 #endif // English (U.S.) resources 32 #endif // English (U.S.) resources
33 33
34 ///////////////////////////////////////////////////////////////////////////// 34 /////////////////////////////////////////////////////////////////////////////
35 // 35 //
36 // Generated from the TEXTINCLUDE 3 resource. 36 // Generated from the TEXTINCLUDE 3 resource.
37 // 37 //
38 1 TYPELIB "chrome_tab.tlb" 38 1 TYPELIB "chrome_frame/chrome_tab.tlb"
OLDNEW
« no previous file with comments | « chrome_frame/ready_mode/internal/ready_mode_web_browser_adapter.cc ('k') | chrome_frame/test/chrome_frame_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698