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

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

Issue 6200005: Move OSExchangeData from src/app to src/ui/base/dragdrop... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 | « views/widget/widget_gtk.cc ('k') | webkit/tools/test_shell/test_shell.gypi » ('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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 }], 108 }],
109 ], 109 ],
110 }, 110 },
111 { 111 {
112 'target_name': 'webkit_user_agent', 112 'target_name': 'webkit_user_agent',
113 'type': '<(library)', 113 'type': '<(library)',
114 'msvs_guid': 'DB162DE1-7D56-4C4A-8A9F-80D396CD7AA8', 114 'msvs_guid': 'DB162DE1-7D56-4C4A-8A9F-80D396CD7AA8',
115 'dependencies': [ 115 'dependencies': [
116 '<(DEPTH)/app/app.gyp:app_base', 116 '<(DEPTH)/app/app.gyp:app_base',
117 '<(DEPTH)/base/base.gyp:base_i18n', 117 '<(DEPTH)/base/base.gyp:base_i18n',
118 '<(DEPTH)/ui/ui.gyp:ui_base',
119 ], 118 ],
120 'actions': [ 119 'actions': [
121 { 120 {
122 'action_name': 'webkit_version', 121 'action_name': 'webkit_version',
123 'inputs': [ 122 'inputs': [
124 '../build/webkit_version.py', 123 '../build/webkit_version.py',
125 '<(webkit_src_dir)/Source/WebCore/Configurations/Version.xcconfig', 124 '<(webkit_src_dir)/Source/WebCore/Configurations/Version.xcconfig',
126 ], 125 ],
127 'outputs': [ 126 'outputs': [
128 '<(INTERMEDIATE_DIR)/webkit_version.h', 127 '<(INTERMEDIATE_DIR)/webkit_version.h',
(...skipping 22 matching lines...) Expand all
151 '<(DEPTH)/app/app.gyp:app_base', 150 '<(DEPTH)/app/app.gyp:app_base',
152 '<(DEPTH)/base/base.gyp:base_i18n', 151 '<(DEPTH)/base/base.gyp:base_i18n',
153 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', 152 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation',
154 '<(DEPTH)/net/net.gyp:net', 153 '<(DEPTH)/net/net.gyp:net',
155 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_shared_impl', 154 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_shared_impl',
156 '<(DEPTH)/printing/printing.gyp:printing', 155 '<(DEPTH)/printing/printing.gyp:printing',
157 '<(DEPTH)/skia/skia.gyp:skia', 156 '<(DEPTH)/skia/skia.gyp:skia',
158 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 157 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
159 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 158 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
160 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 159 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
161 '<(DEPTH)/ui/ui.gyp:ui_base',
162 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', 160 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c',
163 'webkit_resources', 161 'webkit_resources',
164 'webkit_strings', 162 'webkit_strings',
165 'webkit_user_agent', 163 'webkit_user_agent',
166 ], 164 ],
167 'actions': [ 165 'actions': [
168 ], 166 ],
169 'include_dirs': [ 167 'include_dirs': [
170 '<(INTERMEDIATE_DIR)', 168 '<(INTERMEDIATE_DIR)',
171 '<(SHARED_INTERMEDIATE_DIR)/webkit', 169 '<(SHARED_INTERMEDIATE_DIR)/webkit',
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 }], 525 }],
528 ['inside_chromium_build==0', { 526 ['inside_chromium_build==0', {
529 'dependencies': [ 527 'dependencies': [
530 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', 528 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
531 ], 529 ],
532 }], 530 }],
533 ], 531 ],
534 }, 532 },
535 ], 533 ],
536 } 534 }
OLDNEW
« no previous file with comments | « views/widget/widget_gtk.cc ('k') | webkit/tools/test_shell/test_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698