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

Side by Side Diff: components/chrome_apps/webstore_widget/externs/compiled_resources2.gyp

Issue 2805853002: Compile suggest_app_dialog in gyp v2 (Closed)
Patch Set: Fix unit test. Created 3 years, 8 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
OLDNEW
(Empty)
1 # copyright 2017 the chromium authors. all rights reserved.
2 # use of this source code is governed by a bsd-style license that can be
3 # found in the license file.
4
5 {
6 'targets': [
7 {
8 'target_name': 'webview_tag',
9 'dependencies': [
10 '<(EXTERNS_GYP):chrome_extensions',
11 ],
12 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
13 }
14 ]
15 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698