diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-20 04:26:55 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-20 04:26:55 +0000 |
commit | 7f2b78edada2c31a6d08875698e32aa3f5439b9a (patch) | |
tree | f6a153433649f8c971eb9020f916eae002a740a4 /chrome/common_constants.gyp | |
parent | 89e4b74283b868d3343a9dc981a8c2eff662b0bf (diff) | |
download | chromium_src-7f2b78edada2c31a6d08875698e32aa3f5439b9a.zip chromium_src-7f2b78edada2c31a6d08875698e32aa3f5439b9a.tar.gz chromium_src-7f2b78edada2c31a6d08875698e32aa3f5439b9a.tar.bz2 |
Work toward a chrome/common GN target.
This adds more of the chrome/common target. The sources don't all compile yet so this is commented out.
Add many resources targets required my chrome/common.
R=thestig@chromium.org
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/348663003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278586 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common_constants.gyp')
-rw-r--r-- | chrome/common_constants.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common_constants.gyp b/chrome/common_constants.gyp index c4061ba..380e075 100644 --- a/chrome/common_constants.gyp +++ b/chrome/common_constants.gyp @@ -62,6 +62,7 @@ }, 'targets': [ { + # GN version: //chrome/common:constants 'target_name': 'common_constants', 'type': 'static_library', 'include_dirs': [ |