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

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: merge with ToT 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
« no previous file with comments | « chrome/chrome_browser.gypi ('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) 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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 }, 196 },
197 'dependencies': [ 197 'dependencies': [
198 # TODO(gregoryd): chrome_resources and chrome_strings could be 198 # TODO(gregoryd): chrome_resources and chrome_strings could be
199 # shared with the 64-bit target, but it does not work due to a gyp 199 # shared with the 64-bit target, but it does not work due to a gyp
200 # issue. 200 # issue.
201 'chrome_resources', 201 'chrome_resources',
202 'chrome_strings', 202 'chrome_strings',
203 'common_constants', 203 'common_constants',
204 'common_net', 204 'common_net',
205 'default_plugin/default_plugin.gyp:default_plugin', 205 'default_plugin/default_plugin.gyp:default_plugin',
206 'policy',
206 'theme_resources', 207 'theme_resources',
207 '../app/app.gyp:app_base', 208 '../app/app.gyp:app_base',
208 '../app/app.gyp:app_resources', 209 '../app/app.gyp:app_resources',
209 '../base/base.gyp:base', 210 '../base/base.gyp:base',
210 '../base/base.gyp:base_i18n', 211 '../base/base.gyp:base_i18n',
211 '../build/temp_gyp/googleurl.gyp:googleurl', 212 '../build/temp_gyp/googleurl.gyp:googleurl',
212 '../ipc/ipc.gyp:ipc', 213 '../ipc/ipc.gyp:ipc',
213 '../net/net.gyp:net', 214 '../net/net.gyp:net',
214 '../printing/printing.gyp:printing', 215 '../printing/printing.gyp:printing',
215 '../skia/skia.gyp:skia', 216 '../skia/skia.gyp:skia',
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 'variables': { 575 'variables': {
575 'chrome_common_target': 1, 576 'chrome_common_target': 1,
576 }, 577 },
577 'dependencies': [ 578 'dependencies': [
578 # TODO(gregoryd): chrome_resources and chrome_strings could be 579 # TODO(gregoryd): chrome_resources and chrome_strings could be
579 # shared with the 32-bit target, but it does not work due to a gyp 580 # shared with the 32-bit target, but it does not work due to a gyp
580 # issue. 581 # issue.
581 'chrome_resources', 582 'chrome_resources',
582 'chrome_strings', 583 'chrome_strings',
583 'common_constants_win64', 584 'common_constants_win64',
585 'policy_win64',
584 '../app/app.gyp:app_base_nacl_win64', 586 '../app/app.gyp:app_base_nacl_win64',
585 '../app/app.gyp:app_resources', 587 '../app/app.gyp:app_resources',
586 '../base/base.gyp:base_nacl_win64', 588 '../base/base.gyp:base_nacl_win64',
587 '../ipc/ipc.gyp:ipc_win64', 589 '../ipc/ipc.gyp:ipc_win64',
588 '../third_party/libxml/libxml.gyp:libxml', 590 '../third_party/libxml/libxml.gyp:libxml',
589 ], 591 ],
590 'include_dirs': [ 592 'include_dirs': [
591 '../third_party/npapi', 593 '../third_party/npapi',
592 '../third_party/icu/public/i18n', 594 '../third_party/icu/public/i18n',
593 '../third_party/icu/public/common', 595 '../third_party/icu/public/common',
(...skipping 29 matching lines...) Expand all
623 'configurations': { 625 'configurations': {
624 'Common_Base': { 626 'Common_Base': {
625 'msvs_target_platform': 'x64', 627 'msvs_target_platform': 'x64',
626 }, 628 },
627 }, 629 },
628 }, 630 },
629 ], 631 ],
630 }], 632 }],
631 ], 633 ],
632 } 634 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_exe.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698