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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 4710001: Split out command IDs from chrome_dll_resource.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 'worker', 83 'worker',
84 '../printing/printing.gyp:printing', 84 '../printing/printing.gyp:printing',
85 '../net/net.gyp:net_resources', 85 '../net/net.gyp:net_resources',
86 '../build/util/support/support.gyp:*', 86 '../build/util/support/support.gyp:*',
87 '../third_party/cld/cld.gyp:cld', 87 '../third_party/cld/cld.gyp:cld',
88 '../views/views.gyp:views', 88 '../views/views.gyp:views',
89 '../webkit/support/webkit_support.gyp:webkit_resources', 89 '../webkit/support/webkit_support.gyp:webkit_resources',
90 '../gears/gears.gyp:gears', 90 '../gears/gears.gyp:gears',
91 ], 91 ],
92 'sources': [ 92 'sources': [
93 'app/chrome_command_ids.h',
93 'app/chrome_dll.rc', 94 'app/chrome_dll.rc',
94 'app/chrome_dll_main.cc', 95 'app/chrome_dll_main.cc',
95 'app/chrome_dll_resource.h', 96 'app/chrome_dll_resource.h',
96 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_versio n.rc', 97 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_versio n.rc',
97 98
98 '../webkit/glue/resources/aliasb.cur', 99 '../webkit/glue/resources/aliasb.cur',
99 '../webkit/glue/resources/cell.cur', 100 '../webkit/glue/resources/cell.cur',
100 '../webkit/glue/resources/col_resize.cur', 101 '../webkit/glue/resources/col_resize.cur',
101 '../webkit/glue/resources/copy.cur', 102 '../webkit/glue/resources/copy.cur',
102 '../webkit/glue/resources/row_resize.cur', 103 '../webkit/glue/resources/row_resize.cur',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 'LD_DYLIB_INSTALL_NAME': 164 'LD_DYLIB_INSTALL_NAME':
164 '$(DYLIB_INSTALL_NAME_BASE:standardizepath)/$(WRAPPER_NAME)/ $(PRODUCT_NAME)', 165 '$(DYLIB_INSTALL_NAME_BASE:standardizepath)/$(WRAPPER_NAME)/ $(PRODUCT_NAME)',
165 166
166 'INFOPLIST_FILE': 'app/framework-Info.plist', 167 'INFOPLIST_FILE': 'app/framework-Info.plist',
167 168
168 # Define the order of symbols within the framework. This 169 # Define the order of symbols within the framework. This
169 # sets -order_file. 170 # sets -order_file.
170 'ORDER_FILE': 'app/framework.order', 171 'ORDER_FILE': 'app/framework.order',
171 }, 172 },
172 'sources': [ 173 'sources': [
174 'app/chrome_command_ids.h',
173 'app/chrome_dll_app_mode_mac.mm', 175 'app/chrome_dll_app_mode_mac.mm',
174 'app/chrome_dll_main.cc', 176 'app/chrome_dll_main.cc',
175 'app/chrome_dll_resource.h', 177 'app/chrome_dll_resource.h',
176 ], 178 ],
177 'include_dirs': [ 179 'include_dirs': [
178 '<(grit_out_dir)', 180 '<(grit_out_dir)',
179 ], 181 ],
180 # TODO(mark): Come up with a fancier way to do this. It should 182 # TODO(mark): Come up with a fancier way to do this. It should
181 # only be necessary to list framework-Info.plist once, not the 183 # only be necessary to list framework-Info.plist once, not the
182 # three times it is listed here. 184 # three times it is listed here.
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 ], 562 ],
561 'dependencies': [ 563 'dependencies': [
562 '<@(nacl_win64_dependencies)', 564 '<@(nacl_win64_dependencies)',
563 'chrome_dll_version', 565 'chrome_dll_version',
564 'nacl_win64', 566 'nacl_win64',
565 ], 567 ],
566 'defines': [ 568 'defines': [
567 '<@(nacl_win64_defines)', 569 '<@(nacl_win64_defines)',
568 ], 570 ],
569 'sources': [ 571 'sources': [
572 'app/chrome_command_ids.h',
570 'app/chrome_dll_main.cc', 573 'app/chrome_dll_main.cc',
571 'app/chrome_dll_resource.h', 574 'app/chrome_dll_resource.h',
572 'browser/renderer_host/render_process_host_dummy.cc', 575 'browser/renderer_host/render_process_host_dummy.cc',
573 'common/googleurl_dummy.cc', 576 'common/googleurl_dummy.cc',
574 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc ', 577 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc ',
575 578
576 # TODO: It would be nice to have these pulled in 579 # TODO: It would be nice to have these pulled in
577 # automatically from direct_dependent_settings in 580 # automatically from direct_dependent_settings in
578 # their various targets (net.gyp:net_resources, etc.), 581 # their various targets (net.gyp:net_resources, etc.),
579 # but that causes errors in other targets when 582 # but that causes errors in other targets when
(...skipping 19 matching lines...) Expand all
599 'configurations': { 602 'configurations': {
600 'Common_Base': { 603 'Common_Base': {
601 'msvs_target_platform': 'x64', 604 'msvs_target_platform': 'x64',
602 }, 605 },
603 }, 606 },
604 }, # target chrome_dll 607 }, # target chrome_dll
605 ], 608 ],
606 }], 609 }],
607 ], 610 ],
608 } 611 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698