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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 8934006: Revert 113748 - Provide windows notifictaion of thread termination (Closed) Base URL: svn://svn.chromium.org/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
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | no next file » | 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) 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 ], 43 ],
44 'sources': [ 44 'sources': [
45 'app/chrome_command_ids.h', 45 'app/chrome_command_ids.h',
46 'app/chrome_dll.rc', 46 'app/chrome_dll.rc',
47 'app/chrome_dll_resource.h', 47 'app/chrome_dll_resource.h',
48 'app/chrome_main.cc', 48 'app/chrome_main.cc',
49 'app/chrome_main_delegate.cc', 49 'app/chrome_main_delegate.cc',
50 'app/chrome_main_delegate.h', 50 'app/chrome_main_delegate.h',
51 51
52 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc ', 52 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc ',
53 '../base/win/dllmain.cc',
54 53
55 '../webkit/glue/resources/aliasb.cur', 54 '../webkit/glue/resources/aliasb.cur',
56 '../webkit/glue/resources/cell.cur', 55 '../webkit/glue/resources/cell.cur',
57 '../webkit/glue/resources/col_resize.cur', 56 '../webkit/glue/resources/col_resize.cur',
58 '../webkit/glue/resources/copy.cur', 57 '../webkit/glue/resources/copy.cur',
59 '../webkit/glue/resources/none.cur', 58 '../webkit/glue/resources/none.cur',
60 '../webkit/glue/resources/row_resize.cur', 59 '../webkit/glue/resources/row_resize.cur',
61 '../webkit/glue/resources/vertical_text.cur', 60 '../webkit/glue/resources/vertical_text.cur',
62 '../webkit/glue/resources/zoom_in.cur', 61 '../webkit/glue/resources/zoom_in.cur',
63 '../webkit/glue/resources/zoom_out.cur', 62 '../webkit/glue/resources/zoom_out.cur',
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 ], 506 ],
508 }], 507 }],
509 ], # conditions 508 ], # conditions
510 }], # OS=="mac" 509 }], # OS=="mac"
511 ], # conditions 510 ], # conditions
512 }, # target chrome_dll 511 }, # target chrome_dll
513 ], # targets 512 ], # targets
514 }], # OS=="mac" or OS=="win" 513 }], # OS=="mac" or OS=="win"
515 ], 514 ],
516 } 515 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698