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

Side by Side Diff: webkit/child/webkit_child.gyp

Issue 394403002: Move weburlresponse_extradata_impl.* from webkit/ to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/child/BUILD.gn ('k') | webkit/child/weburlresponse_extradata_impl.h » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'conditions': [ 9 'conditions': [
10 ['OS=="android"', 10 ['OS=="android"',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 # For JNI generated header. 49 # For JNI generated header.
50 '<(SHARED_INTERMEDIATE_DIR)/webkit', 50 '<(SHARED_INTERMEDIATE_DIR)/webkit',
51 ], 51 ],
52 # This target exports a hard dependency because dependent targets may 52 # This target exports a hard dependency because dependent targets may
53 # include the header generated above. 53 # include the header generated above.
54 'hard_dependency': 1, 54 'hard_dependency': 1,
55 'sources': [ 55 'sources': [
56 'resource_loader_bridge.cc', 56 'resource_loader_bridge.cc',
57 'resource_loader_bridge.h', 57 'resource_loader_bridge.h',
58 'webkit_child_export.h', 58 'webkit_child_export.h',
59 'weburlresponse_extradata_impl.cc',
60 'weburlresponse_extradata_impl.h',
61 ], 59 ],
62 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 60 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
63 'msvs_disabled_warnings': [ 4267 ], 61 'msvs_disabled_warnings': [ 4267 ],
64 'conditions': [ 62 'conditions': [
65 ['OS=="mac"', 63 ['OS=="mac"',
66 { 64 {
67 'link_settings': { 65 'link_settings': {
68 'libraries': [ 66 'libraries': [
69 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 67 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
70 ], 68 ],
71 }, 69 },
72 } 70 }
73 ], 71 ],
74 ['OS=="android"', 72 ['OS=="android"',
75 { 73 {
76 'dependencies': [ 74 'dependencies': [
77 'overscroller_jni_headers', 75 'overscroller_jni_headers',
78 ], 76 ],
79 } 77 }
80 ], 78 ],
81 ], 79 ],
82 }, 80 },
83 ], 81 ],
84 } 82 }
OLDNEW
« no previous file with comments | « webkit/child/BUILD.gn ('k') | webkit/child/weburlresponse_extradata_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698