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

Side by Side Diff: components/app_modal.gypi

Issue 1260033005: Revert of Move net::FormatUrl and friends outside of //net and into //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « components/OWNERS ('k') | components/app_modal/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'app_modal', 7 'target_name': 'app_modal',
8 'type': 'static_library', 8 'type': 'static_library',
9 'dependencies': [ 9 'dependencies': [
10 '../content/content.gyp:content_browser', 10 » '../content/content.gyp:content_browser',
11 '../content/content.gyp:content_common', 11 » '../content/content.gyp:content_common',
12 '../skia/skia.gyp:skia', 12 '../skia/skia.gyp:skia',
13 'components_strings.gyp:components_strings', 13 'components_strings.gyp:components_strings',
14 'url_formatter/url_formatter.gyp:url_formatter',
15 ], 14 ],
16 'include_dirs': [ 15 'include_dirs': [
17 '..', 16 '..',
18 ], 17 ],
19 'sources': [ 18 'sources': [
20 'app_modal/app_modal_dialog.cc', 19 'app_modal/app_modal_dialog.cc',
21 'app_modal/app_modal_dialog.h', 20 'app_modal/app_modal_dialog.h',
22 'app_modal/app_modal_dialog_queue.cc', 21 'app_modal/app_modal_dialog_queue.cc',
23 'app_modal/app_modal_dialog_queue.h', 22 'app_modal/app_modal_dialog_queue.h',
24 'app_modal/javascript_app_modal_dialog.cc', 23 'app_modal/javascript_app_modal_dialog.cc',
(...skipping 13 matching lines...) Expand all
38 ['toolkit_views==1', { 37 ['toolkit_views==1', {
39 'sources': [ 38 'sources': [
40 'app_modal/views/javascript_app_modal_dialog_views.cc', 39 'app_modal/views/javascript_app_modal_dialog_views.cc',
41 'app_modal/views/javascript_app_modal_dialog_views.h', 40 'app_modal/views/javascript_app_modal_dialog_views.h',
42 ], 41 ],
43 }], 42 }],
44 ], 43 ],
45 }, 44 },
46 ], 45 ],
47 } 46 }
OLDNEW
« no previous file with comments | « components/OWNERS ('k') | components/app_modal/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698