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

Side by Side Diff: webkit/glue/webkit_glue.gypi

Issue 10827414: Factor out common Element struct from BlobData and ResourceRequestBody (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: webkit/common -> webkit/base Created 8 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 | Annotate | Revision Log
« no previous file with comments | « webkit/glue/resource_request_body_unittest.cc ('k') | webkit/support/webkit_support.gyp » ('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 (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 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../../..', 9 'webkit_src_dir': '../../../../..',
10 },{ 10 },{
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 '<(DEPTH)/skia/skia.gyp:skia', 135 '<(DEPTH)/skia/skia.gyp:skia',
136 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 136 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
137 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 137 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
138 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 138 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
139 '<(DEPTH)/ui/gl/gl.gyp:gl', 139 '<(DEPTH)/ui/gl/gl.gyp:gl',
140 '<(DEPTH)/ui/ui.gyp:ui', 140 '<(DEPTH)/ui/ui.gyp:ui',
141 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 141 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
142 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 142 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
143 'blob', 143 'blob',
144 'fileapi', 144 'fileapi',
145 'webkit_base',
145 'webkit_media', 146 'webkit_media',
146 'webkit_resources', 147 'webkit_resources',
147 'webkit_strings', 148 'webkit_strings',
148 'webkit_user_agent', 149 'webkit_user_agent',
149 ], 150 ],
150 'include_dirs': [ 151 'include_dirs': [
151 '<(INTERMEDIATE_DIR)', 152 '<(INTERMEDIATE_DIR)',
152 '<(SHARED_INTERMEDIATE_DIR)/webkit', 153 '<(SHARED_INTERMEDIATE_DIR)/webkit',
153 ], 154 ],
154 'sources': [ 155 'sources': [
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 }, 558 },
558 'includes': [ '../../build/grit_action.gypi' ], 559 'includes': [ '../../build/grit_action.gypi' ],
559 }, 560 },
560 ], 561 ],
561 'includes': [ '../../build/grit_target.gypi' ], 562 'includes': [ '../../build/grit_target.gypi' ],
562 }, 563 },
563 ], 564 ],
564 }], 565 }],
565 ], 566 ],
566 } 567 }
OLDNEW
« no previous file with comments | « webkit/glue/resource_request_body_unittest.cc ('k') | webkit/support/webkit_support.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698