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

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

Issue 5612004: Web media player pipeline: implemented feature to choose proper... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 10 years 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 | « media/filters/omx_video_decoder.cc ('k') | no next file » | 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 '<(DEPTH)/base/base.gyp:base_i18n', 147 '<(DEPTH)/base/base.gyp:base_i18n',
148 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', 148 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation',
149 '<(DEPTH)/net/net.gyp:net', 149 '<(DEPTH)/net/net.gyp:net',
150 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_proxy', 150 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_proxy',
151 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_shared_impl', 151 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_shared_impl',
152 '<(DEPTH)/printing/printing.gyp:printing', 152 '<(DEPTH)/printing/printing.gyp:printing',
153 '<(DEPTH)/skia/skia.gyp:skia', 153 '<(DEPTH)/skia/skia.gyp:skia',
154 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 154 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
155 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 155 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
156 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 156 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
157 '<(DEPTH)/third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
157 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', 158 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c',
158 'webkit_resources', 159 'webkit_resources',
159 'webkit_strings', 160 'webkit_strings',
160 'webkit_user_agent', 161 'webkit_user_agent',
161 ], 162 ],
162 'actions': [ 163 'actions': [
163 ], 164 ],
164 'include_dirs': [ 165 'include_dirs': [
165 '<(INTERMEDIATE_DIR)', 166 '<(INTERMEDIATE_DIR)',
166 '<(SHARED_INTERMEDIATE_DIR)/webkit', 167 '<(SHARED_INTERMEDIATE_DIR)/webkit',
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 }], 485 }],
485 ['inside_chromium_build==0', { 486 ['inside_chromium_build==0', {
486 'dependencies': [ 487 'dependencies': [
487 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', 488 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
488 ], 489 ],
489 }], 490 }],
490 ], 491 ],
491 }, 492 },
492 ], 493 ],
493 } 494 }
OLDNEW
« no previous file with comments | « media/filters/omx_video_decoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698