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

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

Issue 6459013: Changes some of the dependencies to remove... (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 | « third_party/gles2_book/gles2_book.gyp ('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) 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 }], 181 }],
182 ], 182 ],
183 }, 183 },
184 { 184 {
185 'target_name': 'glue', 185 'target_name': 'glue',
186 'type': '<(library)', 186 'type': '<(library)',
187 'msvs_guid': 'C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09', 187 'msvs_guid': 'C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09',
188 'dependencies': [ 188 'dependencies': [
189 '<(DEPTH)/app/app.gyp:app_base', 189 '<(DEPTH)/app/app.gyp:app_base',
190 '<(DEPTH)/base/base.gyp:base_i18n', 190 '<(DEPTH)/base/base.gyp:base_i18n',
191 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation_client_side_arrays', 191 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation',
192 '<(DEPTH)/net/net.gyp:net', 192 '<(DEPTH)/net/net.gyp:net',
193 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_shared_impl', 193 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_shared_impl',
194 '<(DEPTH)/printing/printing.gyp:printing', 194 '<(DEPTH)/printing/printing.gyp:printing',
195 '<(DEPTH)/skia/skia.gyp:skia', 195 '<(DEPTH)/skia/skia.gyp:skia',
196 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 196 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
197 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 197 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
198 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 198 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
199 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', 199 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c',
200 'webkit_resources', 200 'webkit_resources',
201 'webkit_strings', 201 'webkit_strings',
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 'conditions': [ 601 'conditions': [
602 ['OS=="win"', { 602 ['OS=="win"', {
603 'dependencies': ['<(DEPTH)/build/win/system.gyp:cygwin'], 603 'dependencies': ['<(DEPTH)/build/win/system.gyp:cygwin'],
604 }], 604 }],
605 ], 605 ],
606 }, 606 },
607 ], 607 ],
608 }], 608 }],
609 ], 609 ],
610 } 610 }
OLDNEW
« no previous file with comments | « third_party/gles2_book/gles2_book.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698