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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6002015: Policy: generate boilerplate policy type and constant code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: localize gyp variable Created 9 years, 11 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
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 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 }, 192 },
193 'dependencies': [ 193 'dependencies': [
194 # TODO(gregoryd): chrome_resources and chrome_strings could be 194 # TODO(gregoryd): chrome_resources and chrome_strings could be
195 # shared with the 64-bit target, but it does not work due to a gyp 195 # shared with the 64-bit target, but it does not work due to a gyp
196 # issue. 196 # issue.
197 'chrome_resources', 197 'chrome_resources',
198 'chrome_strings', 198 'chrome_strings',
199 'common_constants', 199 'common_constants',
200 'common_net', 200 'common_net',
201 'default_plugin/default_plugin.gyp:default_plugin', 201 'default_plugin/default_plugin.gyp:default_plugin',
202 'policy',
202 'theme_resources', 203 'theme_resources',
203 '../app/app.gyp:app_base', 204 '../app/app.gyp:app_base',
204 '../app/app.gyp:app_resources', 205 '../app/app.gyp:app_resources',
205 '../base/base.gyp:base', 206 '../base/base.gyp:base',
206 '../base/base.gyp:base_i18n', 207 '../base/base.gyp:base_i18n',
207 '../build/temp_gyp/googleurl.gyp:googleurl', 208 '../build/temp_gyp/googleurl.gyp:googleurl',
208 '../ipc/ipc.gyp:ipc', 209 '../ipc/ipc.gyp:ipc',
209 '../net/net.gyp:net', 210 '../net/net.gyp:net',
210 '../printing/printing.gyp:printing', 211 '../printing/printing.gyp:printing',
211 '../skia/skia.gyp:skia', 212 '../skia/skia.gyp:skia',
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 'variables': { 571 'variables': {
571 'chrome_common_target': 1, 572 'chrome_common_target': 1,
572 }, 573 },
573 'dependencies': [ 574 'dependencies': [
574 # TODO(gregoryd): chrome_resources and chrome_strings could be 575 # TODO(gregoryd): chrome_resources and chrome_strings could be
575 # shared with the 32-bit target, but it does not work due to a gyp 576 # shared with the 32-bit target, but it does not work due to a gyp
576 # issue. 577 # issue.
577 'chrome_resources', 578 'chrome_resources',
578 'chrome_strings', 579 'chrome_strings',
579 'common_constants_win64', 580 'common_constants_win64',
581 'policy_win64',
Mattias Nissler (ping if slow) 2011/01/25 11:42:21 why?
danno 2011/01/25 14:27:28 For include directory. On 2011/01/25 11:42:21, Mat
580 '../app/app.gyp:app_base_nacl_win64', 582 '../app/app.gyp:app_base_nacl_win64',
581 '../app/app.gyp:app_resources', 583 '../app/app.gyp:app_resources',
582 '../base/base.gyp:base_nacl_win64', 584 '../base/base.gyp:base_nacl_win64',
583 '../ipc/ipc.gyp:ipc_win64', 585 '../ipc/ipc.gyp:ipc_win64',
584 '../third_party/libxml/libxml.gyp:libxml', 586 '../third_party/libxml/libxml.gyp:libxml',
585 ], 587 ],
586 'include_dirs': [ 588 'include_dirs': [
587 '../third_party/npapi', 589 '../third_party/npapi',
588 '../third_party/icu/public/i18n', 590 '../third_party/icu/public/i18n',
589 '../third_party/icu/public/common', 591 '../third_party/icu/public/common',
(...skipping 29 matching lines...) Expand all
619 'configurations': { 621 'configurations': {
620 'Common_Base': { 622 'Common_Base': {
621 'msvs_target_platform': 'x64', 623 'msvs_target_platform': 'x64',
622 }, 624 },
623 }, 625 },
624 }, 626 },
625 ], 627 ],
626 }], 628 }],
627 ], 629 ],
628 } 630 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698