diff options
author | brettw <brettw@chromium.org> | 2015-01-06 00:34:24 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-06 08:35:01 +0000 |
commit | 6c1a7728eb968dfc8c1e5ac51c1ce6a5e11feb79 (patch) | |
tree | 0c5f926f057b9e7fed76a50fd96ce375db393ce5 /google_apis | |
parent | 3aaf930c464c44a2a90bcc90887f975eb4a1d650 (diff) | |
download | chromium_src-6c1a7728eb968dfc8c1e5ac51c1ce6a5e11feb79.zip chromium_src-6c1a7728eb968dfc8c1e5ac51c1ce6a5e11feb79.tar.gz chromium_src-6c1a7728eb968dfc8c1e5ac51c1ce6a5e11feb79.tar.bz2 |
Add GN interactive UI tests.
Reland of https://codereview.chromium.org/795373005/ with fix.
TBR=dpranke
Review URL: https://codereview.chromium.org/797613004
Cr-Commit-Position: refs/heads/master@{#310072}
Diffstat (limited to 'google_apis')
-rw-r--r-- | google_apis/google_apis.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/google_apis/google_apis.gyp b/google_apis/google_apis.gyp index 79870a2..228fba8 100644 --- a/google_apis/google_apis.gyp +++ b/google_apis/google_apis.gyp @@ -11,6 +11,7 @@ ], 'targets': [ { + # GN version: //google_apis 'target_name': 'google_apis', 'type': 'static_library', 'includes': [ @@ -171,6 +172,7 @@ ], }, { + # GN version: //google_apis:test_support 'target_name': 'google_apis_test_support', 'type': 'static_library', 'dependencies': [ |