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

Side by Side Diff: ui/views/controls/webview/webview.gyp

Issue 14089011: Roll the DEPS for google-url. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: no need to forward in temp_gyp Created 7 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'webview', 11 'target_name': 'webview',
12 'type': '<(component)', 12 'type': '<(component)',
13 'dependencies': [ 13 'dependencies': [
14 '../../../../base/base.gyp:base', 14 '../../../../base/base.gyp:base',
15 '../../../../base/base.gyp:base_i18n', 15 '../../../../base/base.gyp:base_i18n',
16 '../../../../base/third_party/dynamic_annotations/dynamic_annotations.gy p:dynamic_annotations', 16 '../../../../base/third_party/dynamic_annotations/dynamic_annotations.gy p:dynamic_annotations',
17 '../../../../build/temp_gyp/googleurl.gyp:googleurl',
18 '../../../../content/content.gyp:content', 17 '../../../../content/content.gyp:content',
19 '../../../../skia/skia.gyp:skia', 18 '../../../../skia/skia.gyp:skia',
19 '../../../../url/url.gyp:url',
20 '../../../ui.gyp:ui', 20 '../../../ui.gyp:ui',
21 '../../../web_dialogs/web_dialogs.gyp:web_dialogs', 21 '../../../web_dialogs/web_dialogs.gyp:web_dialogs',
22 '../../views.gyp:views', 22 '../../views.gyp:views',
23 ], 23 ],
24 'defines': [ 24 'defines': [
25 'WEBVIEW_IMPLEMENTATION', 25 'WEBVIEW_IMPLEMENTATION',
26 ], 26 ],
27 'sources': [ 27 'sources': [
28 'web_dialog_view.cc', 28 'web_dialog_view.cc',
29 'web_dialog_view.h', 29 'web_dialog_view.h',
30 'webview.cc', 30 'webview.cc',
31 'webview.h', 31 'webview.h',
32 'webview_export.h', 32 'webview_export.h',
33 ], 33 ],
34 }, 34 },
35 ], 35 ],
36 } 36 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698