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

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

Issue 6478018: Basic implementation of Pepper Transport API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 10 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 | « ppapi/tests/test_transport.cc ('k') | webkit/plugins/ppapi/ppb_transport_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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'dependencies': [ 159 'dependencies': [
160 '<(DEPTH)/app/app.gyp:app_base', 160 '<(DEPTH)/app/app.gyp:app_base',
161 '<(DEPTH)/base/base.gyp:base_i18n', 161 '<(DEPTH)/base/base.gyp:base_i18n',
162 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', 162 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation',
163 '<(DEPTH)/net/net.gyp:net', 163 '<(DEPTH)/net/net.gyp:net',
164 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_shared_impl', 164 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_shared_impl',
165 '<(DEPTH)/printing/printing.gyp:printing', 165 '<(DEPTH)/printing/printing.gyp:printing',
166 '<(DEPTH)/skia/skia.gyp:skia', 166 '<(DEPTH)/skia/skia.gyp:skia',
167 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 167 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
168 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 168 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
169 '<(DEPTH)/third_party/libjingle/libjingle.gyp:libjingle',
170 '<(DEPTH)/third_party/libjingle/libjingle.gyp:libjingle_p2p',
169 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 171 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
170 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', 172 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c',
171 'webkit_resources', 173 'webkit_resources',
172 'webkit_strings', 174 'webkit_strings',
173 'webkit_user_agent', 175 'webkit_user_agent',
174 ], 176 ],
175 'actions': [ 177 'actions': [
176 ], 178 ],
177 'include_dirs': [ 179 'include_dirs': [
178 '<(INTERMEDIATE_DIR)', 180 '<(INTERMEDIATE_DIR)',
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 'conditions': [ 576 'conditions': [
575 ['OS=="win"', { 577 ['OS=="win"', {
576 'dependencies': ['<(DEPTH)/build/win/system.gyp:cygwin'], 578 'dependencies': ['<(DEPTH)/build/win/system.gyp:cygwin'],
577 }], 579 }],
578 ], 580 ],
579 }, 581 },
580 ], 582 ],
581 }], 583 }],
582 ], 584 ],
583 } 585 }
OLDNEW
« no previous file with comments | « ppapi/tests/test_transport.cc ('k') | webkit/plugins/ppapi/ppb_transport_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698