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

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

Issue 11000016: Move forms/ out of webkit/. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Response to review Created 8 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
« no previous file with comments | « webkit/forms/webkit_forms_export.h ('k') | webkit/support/webkit_support.gyp » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 91 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
92 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 92 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
93 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 93 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
94 '<(DEPTH)/ui/gl/gl.gyp:gl', 94 '<(DEPTH)/ui/gl/gl.gyp:gl',
95 '<(DEPTH)/ui/ui.gyp:ui', 95 '<(DEPTH)/ui/ui.gyp:ui',
96 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 96 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
97 '<(DEPTH)/webkit/compositor_bindings/compositor_bindings.gyp:webkit_comp ositor_support', 97 '<(DEPTH)/webkit/compositor_bindings/compositor_bindings.gyp:webkit_comp ositor_support',
98 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 98 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
99 'blob', 99 'blob',
100 'fileapi', 100 'fileapi',
101 'forms',
102 'user_agent', 101 'user_agent',
103 'webkit_base', 102 'webkit_base',
104 'webkit_media', 103 'webkit_media',
105 'webkit_resources', 104 'webkit_resources',
106 'webkit_strings', 105 'webkit_strings',
107 ], 106 ],
108 'include_dirs': [ 107 'include_dirs': [
109 '<(INTERMEDIATE_DIR)', 108 '<(INTERMEDIATE_DIR)',
110 '<(SHARED_INTERMEDIATE_DIR)/webkit', 109 '<(SHARED_INTERMEDIATE_DIR)/webkit',
111 ], 110 ],
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 }, 507 },
509 'includes': [ '../../build/grit_action.gypi' ], 508 'includes': [ '../../build/grit_action.gypi' ],
510 }, 509 },
511 ], 510 ],
512 'includes': [ '../../build/grit_target.gypi' ], 511 'includes': [ '../../build/grit_target.gypi' ],
513 }, 512 },
514 ], 513 ],
515 }], 514 }],
516 ], 515 ],
517 } 516 }
OLDNEW
« no previous file with comments | « webkit/forms/webkit_forms_export.h ('k') | webkit/support/webkit_support.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698