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

Unified Diff: components/previews.gypi

Issue 2179863003: Adding a new component, Previews. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bengr comments Created 4 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/components_tests.gyp ('k') | components/previews/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/previews.gypi
diff --git a/components/base32.gypi b/components/previews.gypi
similarity index 64%
copy from components/base32.gypi
copy to components/previews.gypi
index 1e26737cf76ba9abc71510b1160c0f318644756a..0839ec240d48f1d5c1067e0b299c3132d014744f 100644
--- a/components/base32.gypi
+++ b/components/previews.gypi
@@ -1,23 +1,24 @@
# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'targets': [
{
- # GN version: //components/base32
- 'target_name': 'base32',
+ # GN version: //components/previews
+ 'target_name': 'previews',
'type': 'static_library',
'include_dirs': [
'..',
],
'dependencies': [
'../base/base.gyp:base',
+ 'variations',
],
'sources': [
- 'base32/base32.h',
- 'base32/base32.cc',
- ],
- }
+ 'previews/previews_experiments.cc',
+ 'previews/previews_experiments.h',
+ ]
+ },
],
}
« no previous file with comments | « components/components_tests.gyp ('k') | components/previews/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698