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

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

Issue 4164015: Switch to the new PPAPI repository. This removes the DEPS entry that refers t... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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/plugins/ppp_private.h ('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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'dependencies': [ 145 'dependencies': [
146 '<(DEPTH)/app/app.gyp:app_base', 146 '<(DEPTH)/app/app.gyp:app_base',
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)/printing/printing.gyp:printing', 150 '<(DEPTH)/printing/printing.gyp:printing',
151 '<(DEPTH)/skia/skia.gyp:skia', 151 '<(DEPTH)/skia/skia.gyp:skia',
152 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 152 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
153 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 153 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
154 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 154 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
155 '<(DEPTH)/third_party/ppapi/ppapi.gyp:ppapi_c', 155 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c',
156 'webkit_resources', 156 'webkit_resources',
157 'webkit_strings', 157 'webkit_strings',
158 'webkit_user_agent', 158 'webkit_user_agent',
159 ], 159 ],
160 'actions': [ 160 'actions': [
161 ], 161 ],
162 'include_dirs': [ 162 'include_dirs': [
163 '<(INTERMEDIATE_DIR)', 163 '<(INTERMEDIATE_DIR)',
164 '<(SHARED_INTERMEDIATE_DIR)/webkit', 164 '<(SHARED_INTERMEDIATE_DIR)/webkit',
165 ], 165 ],
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 }], 481 }],
482 ['inside_chromium_build==0', { 482 ['inside_chromium_build==0', {
483 'dependencies': [ 483 'dependencies': [
484 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', 484 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
485 ], 485 ],
486 }], 486 }],
487 ], 487 ],
488 }, 488 },
489 ], 489 ],
490 } 490 }
OLDNEW
« no previous file with comments | « webkit/glue/plugins/ppp_private.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698