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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 7779018: Get rid of unnecessary chrome_main_ files now that most of the code has been removed from them. I... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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 | « chrome/app/chrome_main_win.cc ('k') | chrome/chrome_exe.gypi » ('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) 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 'target_defaults': { 5 'target_defaults': {
6 'variables': { 6 'variables': {
7 'chrome_dll_target': 0, 7 'chrome_dll_target': 0,
8 }, 8 },
9 'target_conditions': [ 9 'target_conditions': [
10 ['chrome_dll_target==1', { 10 ['chrome_dll_target==1', {
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 '../net/net.gyp:net_resources', 100 '../net/net.gyp:net_resources',
101 '../third_party/cld/cld.gyp:cld', 101 '../third_party/cld/cld.gyp:cld',
102 '../views/views.gyp:views', 102 '../views/views.gyp:views',
103 '../webkit/support/webkit_support.gyp:webkit_resources', 103 '../webkit/support/webkit_support.gyp:webkit_resources',
104 ], 104 ],
105 'sources': [ 105 'sources': [
106 'app/chrome_command_ids.h', 106 'app/chrome_command_ids.h',
107 'app/chrome_dll.rc', 107 'app/chrome_dll.rc',
108 'app/chrome_dll_resource.h', 108 'app/chrome_dll_resource.h',
109 'app/chrome_main.cc', 109 'app/chrome_main.cc',
110 'app/chrome_main_win.cc',
111 110
112 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc ', 111 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc ',
113 112
114 '../webkit/glue/resources/aliasb.cur', 113 '../webkit/glue/resources/aliasb.cur',
115 '../webkit/glue/resources/cell.cur', 114 '../webkit/glue/resources/cell.cur',
116 '../webkit/glue/resources/col_resize.cur', 115 '../webkit/glue/resources/col_resize.cur',
117 '../webkit/glue/resources/copy.cur', 116 '../webkit/glue/resources/copy.cur',
118 '../webkit/glue/resources/none.cur', 117 '../webkit/glue/resources/none.cur',
119 '../webkit/glue/resources/row_resize.cur', 118 '../webkit/glue/resources/row_resize.cur',
120 '../webkit/glue/resources/vertical_text.cur', 119 '../webkit/glue/resources/vertical_text.cur',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 # Define the order of symbols within the framework. This 211 # Define the order of symbols within the framework. This
213 # sets -order_file. 212 # sets -order_file.
214 'ORDER_FILE': 'app/framework.order', 213 'ORDER_FILE': 'app/framework.order',
215 }, 214 },
216 'sources': [ 215 'sources': [
217 'app/chrome_command_ids.h', 216 'app/chrome_command_ids.h',
218 'app/chrome_dll_resource.h', 217 'app/chrome_dll_resource.h',
219 'app/chrome_main.cc', 218 'app/chrome_main.cc',
220 'app/chrome_main_app_mode_mac.mm', 219 'app/chrome_main_app_mode_mac.mm',
221 'app/chrome_main_mac.mm', 220 'app/chrome_main_mac.mm',
222 'app/chrome_main_posix.cc',
tony 2011/09/02 23:59:15 Nit: add chrome_main_mac.h
jam 2011/09/03 00:08:46 Done.
223 ], 221 ],
224 'include_dirs': [ 222 'include_dirs': [
225 '<(grit_out_dir)', 223 '<(grit_out_dir)',
226 ], 224 ],
227 # TODO(mark): Come up with a fancier way to do this. It should 225 # TODO(mark): Come up with a fancier way to do this. It should
228 # only be necessary to list framework-Info.plist once, not the 226 # only be necessary to list framework-Info.plist once, not the
229 # three times it is listed here. 227 # three times it is listed here.
230 'mac_bundle_resources': [ 228 'mac_bundle_resources': [
231 # This image is used to badge the lock icon in the 229 # This image is used to badge the lock icon in the
232 # authentication dialogs, such as those used for installation 230 # authentication dialogs, such as those used for installation
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 ], 689 ],
692 'defines': [ 690 'defines': [
693 '<@(nacl_win64_defines)', 691 '<@(nacl_win64_defines)',
694 # Required to build gl_switches.cc as part of this binary. 692 # Required to build gl_switches.cc as part of this binary.
695 'GL_IMPLEMENTATION' 693 'GL_IMPLEMENTATION'
696 ], 694 ],
697 'sources': [ 695 'sources': [
698 'app/chrome_command_ids.h', 696 'app/chrome_command_ids.h',
699 'app/chrome_dll_resource.h', 697 'app/chrome_dll_resource.h',
700 'app/chrome_main.cc', 698 'app/chrome_main.cc',
701 'app/chrome_main_win.cc',
702 # Parsing is needed for the UserDataDir policy which is read much 699 # Parsing is needed for the UserDataDir policy which is read much
703 # earlier than the initialization of the policy/pref system. 700 # earlier than the initialization of the policy/pref system.
704 'browser/policy/policy_path_parser_win.cc', 701 'browser/policy/policy_path_parser_win.cc',
705 'browser/renderer_host/render_process_host_dummy.cc', 702 'browser/renderer_host/render_process_host_dummy.cc',
706 'common/googleurl_dummy.cc', 703 'common/googleurl_dummy.cc',
707 704
708 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_dll_version.rc', 705 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_dll_version.rc',
709 706
710 # TODO: It would be nice to have these pulled in 707 # TODO: It would be nice to have these pulled in
711 # automatically from direct_dependent_settings in 708 # automatically from direct_dependent_settings in
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
766 'LinkIncremental': '<(msvs_debug_link_nonincremental)', 763 'LinkIncremental': '<(msvs_debug_link_nonincremental)',
767 }, 764 },
768 }, 765 },
769 }, 766 },
770 }, 767 },
771 }, # target chrome_dll 768 }, # target chrome_dll
772 ], 769 ],
773 }], 770 }],
774 ], 771 ],
775 } 772 }
OLDNEW
« no previous file with comments | « chrome/app/chrome_main_win.cc ('k') | chrome/chrome_exe.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698