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

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

Issue 1521010: Eliminate WebCore include paths when compiling Chromium code.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 8 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) 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 }], 104 }],
105 ], 105 ],
106 }, 106 },
107 { 107 {
108 'target_name': 'glue', 108 'target_name': 'glue',
109 'type': '<(library)', 109 'type': '<(library)',
110 'msvs_guid': 'C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09', 110 'msvs_guid': 'C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09',
111 'dependencies': [ 111 'dependencies': [
112 '<(DEPTH)/app/app.gyp:app_base', 112 '<(DEPTH)/app/app.gyp:app_base',
113 '<(DEPTH)/net/net.gyp:net', 113 '<(DEPTH)/net/net.gyp:net',
114 '<(webkit_src_dir)/WebCore/WebCore.gyp/WebCore.gyp:webcore', 114 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
115 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
116 '<(webkit_src_dir)/WebKit/chromium/WebKit.gyp:webkit',
115 'webkit_resources', 117 'webkit_resources',
116 'webkit_strings', 118 'webkit_strings',
117 ], 119 ],
118 'actions': [ 120 'actions': [
119 { 121 {
120 'action_name': 'webkit_version', 122 'action_name': 'webkit_version',
121 'inputs': [ 123 'inputs': [
122 '../build/webkit_version.py', 124 '../build/webkit_version.py',
123 '<(webkit_src_dir)/WebCore/Configurations/Version.xcconfig', 125 '<(webkit_src_dir)/WebCore/Configurations/Version.xcconfig',
124 ], 126 ],
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 }], 348 }],
347 ['inside_chromium_build==0', { 349 ['inside_chromium_build==0', {
348 'dependencies': [ 350 'dependencies': [
349 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', 351 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
350 ], 352 ],
351 }], 353 }],
352 ], 354 ],
353 }, 355 },
354 ], 356 ],
355 } 357 }
OLDNEW
« no previous file with comments | « webkit/extensions/v8/profiler_extension.cc ('k') | webkit/tools/test_shell/image_decoder_unittest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698