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

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

Issue 10871051: Convert WebAudio file handlers to use AudioBus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update webkit glue gyp. Created 8 years, 3 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 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../../..', 9 'webkit_src_dir': '../../../../..',
10 },{ 10 },{
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'WEBKIT_PLUGINS_IMPLEMENTATION', 121 'WEBKIT_PLUGINS_IMPLEMENTATION',
122 ], 122 ],
123 'dependencies': [ 123 'dependencies': [
124 '<(DEPTH)/base/base.gyp:base_i18n', 124 '<(DEPTH)/base/base.gyp:base_i18n',
125 '<(DEPTH)/base/base.gyp:base_static', 125 '<(DEPTH)/base/base.gyp:base_static',
126 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 126 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
127 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', 127 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
128 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 128 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
129 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', 129 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation',
130 '<(DEPTH)/media/media.gyp:media', 130 '<(DEPTH)/media/media.gyp:media',
131 '<(DEPTH)/media/media.gyp:shared_memory_support',
131 '<(DEPTH)/net/net.gyp:net', 132 '<(DEPTH)/net/net.gyp:net',
132 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', 133 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c',
133 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', 134 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared',
134 '<(DEPTH)/printing/printing.gyp:printing', 135 '<(DEPTH)/printing/printing.gyp:printing',
135 '<(DEPTH)/skia/skia.gyp:skia', 136 '<(DEPTH)/skia/skia.gyp:skia',
136 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 137 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
137 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 138 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
138 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 139 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
139 '<(DEPTH)/ui/gl/gl.gyp:gl', 140 '<(DEPTH)/ui/gl/gl.gyp:gl',
140 '<(DEPTH)/ui/ui.gyp:ui', 141 '<(DEPTH)/ui/ui.gyp:ui',
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 }, 559 },
559 'includes': [ '../../build/grit_action.gypi' ], 560 'includes': [ '../../build/grit_action.gypi' ],
560 }, 561 },
561 ], 562 ],
562 'includes': [ '../../build/grit_target.gypi' ], 563 'includes': [ '../../build/grit_target.gypi' ],
563 }, 564 },
564 ], 565 ],
565 }], 566 }],
566 ], 567 ],
567 } 568 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698