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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 8550009: Provide DllMain, and hook to support TLS callbacks. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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) 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 'conditions': [ 5 'conditions': [
6 ['OS=="mac" or OS=="win"', { 6 ['OS=="mac" or OS=="win"', {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'chrome_dll', 9 'target_name': 'chrome_dll',
10 'type': 'shared_library', 10 'type': 'shared_library',
(...skipping 18 matching lines...) Expand all
29 '../printing/printing.gyp:printing', 29 '../printing/printing.gyp:printing',
30 '../net/net.gyp:net_resources', 30 '../net/net.gyp:net_resources',
31 '../third_party/cld/cld.gyp:cld', 31 '../third_party/cld/cld.gyp:cld',
32 '../views/views.gyp:views', 32 '../views/views.gyp:views',
33 '../webkit/support/webkit_support.gyp:webkit_resources', 33 '../webkit/support/webkit_support.gyp:webkit_resources',
34 ], 34 ],
35 'sources': [ 35 'sources': [
36 'app/chrome_command_ids.h', 36 'app/chrome_command_ids.h',
37 'app/chrome_dll.rc', 37 'app/chrome_dll.rc',
38 'app/chrome_dll_resource.h', 38 'app/chrome_dll_resource.h',
39 'app/chrome_dllmain.cc',
39 'app/chrome_main.cc', 40 'app/chrome_main.cc',
40 'app/chrome_main_delegate.cc', 41 'app/chrome_main_delegate.cc',
41 'app/chrome_main_delegate.h', 42 'app/chrome_main_delegate.h',
42 43
43 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc ', 44 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc ',
44 45
45 '../webkit/glue/resources/aliasb.cur', 46 '../webkit/glue/resources/aliasb.cur',
46 '../webkit/glue/resources/cell.cur', 47 '../webkit/glue/resources/cell.cur',
47 '../webkit/glue/resources/col_resize.cur', 48 '../webkit/glue/resources/col_resize.cur',
48 '../webkit/glue/resources/copy.cur', 49 '../webkit/glue/resources/copy.cur',
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 ], 498 ],
498 }], 499 }],
499 ], # conditions 500 ], # conditions
500 }], # OS=="mac" 501 }], # OS=="mac"
501 ], # conditions 502 ], # conditions
502 }, # target chrome_dll 503 }, # target chrome_dll
503 ], # targets 504 ], # targets
504 }], # OS=="mac" or OS=="win" 505 }], # OS=="mac" or OS=="win"
505 ], 506 ],
506 } 507 }
OLDNEW
« chrome/app/chrome_dllmain.cc ('K') | « chrome/browser/chrome_browser_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698