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

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

Issue 8073021: Implement Pepper IME API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build dependency. Created 9 years, 2 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) 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', 108 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation',
109 '<(DEPTH)/media/media.gyp:yuv_convert', 109 '<(DEPTH)/media/media.gyp:yuv_convert',
110 '<(DEPTH)/net/net.gyp:net', 110 '<(DEPTH)/net/net.gyp:net',
111 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', 111 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c',
112 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', 112 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared',
113 '<(DEPTH)/printing/printing.gyp:printing', 113 '<(DEPTH)/printing/printing.gyp:printing',
114 '<(DEPTH)/skia/skia.gyp:skia', 114 '<(DEPTH)/skia/skia.gyp:skia',
115 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 115 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
116 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 116 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
117 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 117 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
118 '<(DEPTH)/ui/ui.gyp:ui',
118 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 119 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
119 'webkit_resources', 120 'webkit_resources',
120 'webkit_strings', 121 'webkit_strings',
121 'webkit_user_agent', 122 'webkit_user_agent',
122 ], 123 ],
123 'actions': [ 124 'actions': [
124 ], 125 ],
125 'include_dirs': [ 126 'include_dirs': [
126 '<(INTERMEDIATE_DIR)', 127 '<(INTERMEDIATE_DIR)',
127 '<(SHARED_INTERMEDIATE_DIR)/webkit', 128 '<(SHARED_INTERMEDIATE_DIR)/webkit',
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 }, 547 },
547 'includes': [ '../../build/grit_action.gypi' ], 548 'includes': [ '../../build/grit_action.gypi' ],
548 }, 549 },
549 ], 550 ],
550 'includes': [ '../../build/grit_target.gypi' ], 551 'includes': [ '../../build/grit_target.gypi' ],
551 }, 552 },
552 ], 553 ],
553 }], 554 }],
554 ], 555 ],
555 } 556 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698