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

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', 221 'app/chrome_main_mac.h',
223 ], 222 ],
224 'include_dirs': [ 223 'include_dirs': [
225 '<(grit_out_dir)', 224 '<(grit_out_dir)',
226 ], 225 ],
227 # TODO(mark): Come up with a fancier way to do this. It should 226 # 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 227 # only be necessary to list framework-Info.plist once, not the
229 # three times it is listed here. 228 # three times it is listed here.
230 'mac_bundle_resources': [ 229 'mac_bundle_resources': [
231 # This image is used to badge the lock icon in the 230 # This image is used to badge the lock icon in the
232 # authentication dialogs, such as those used for installation 231 # authentication dialogs, such as those used for installation
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 ], 690 ],
692 'defines': [ 691 'defines': [
693 '<@(nacl_win64_defines)', 692 '<@(nacl_win64_defines)',
694 # Required to build gl_switches.cc as part of this binary. 693 # Required to build gl_switches.cc as part of this binary.
695 'GL_IMPLEMENTATION' 694 'GL_IMPLEMENTATION'
696 ], 695 ],
697 'sources': [ 696 'sources': [
698 'app/chrome_command_ids.h', 697 'app/chrome_command_ids.h',
699 'app/chrome_dll_resource.h', 698 'app/chrome_dll_resource.h',
700 'app/chrome_main.cc', 699 'app/chrome_main.cc',
701 'app/chrome_main_win.cc',
702 # Parsing is needed for the UserDataDir policy which is read much 700 # Parsing is needed for the UserDataDir policy which is read much
703 # earlier than the initialization of the policy/pref system. 701 # earlier than the initialization of the policy/pref system.
704 'browser/policy/policy_path_parser_win.cc', 702 'browser/policy/policy_path_parser_win.cc',
705 'browser/renderer_host/render_process_host_dummy.cc', 703 'browser/renderer_host/render_process_host_dummy.cc',
706 'common/googleurl_dummy.cc', 704 'common/googleurl_dummy.cc',
707 705
708 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_dll_version.rc', 706 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_dll_version.rc',
709 707
710 # TODO: It would be nice to have these pulled in 708 # TODO: It would be nice to have these pulled in
711 # automatically from direct_dependent_settings in 709 # automatically from direct_dependent_settings in
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
766 'LinkIncremental': '<(msvs_debug_link_nonincremental)', 764 'LinkIncremental': '<(msvs_debug_link_nonincremental)',
767 }, 765 },
768 }, 766 },
769 }, 767 },
770 }, 768 },
771 }, # target chrome_dll 769 }, # target chrome_dll
772 ], 770 ],
773 }], 771 }],
774 ], 772 ],
775 } 773 }
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