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

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

Issue 15709006: Make webkit_user_agent a standalone gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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) 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 'target_defaults': { 6 'target_defaults': {
7 # Disable narrowing-conversion-in-initialization-list warnings in that we 7 # Disable narrowing-conversion-in-initialization-list warnings in that we
8 # do not want to fix it in data file "webcursor_gtk_data.h". 8 # do not want to fix it in data file "webcursor_gtk_data.h".
9 'cflags+': ['-Wno-narrowing'], 9 'cflags+': ['-Wno-narrowing'],
10 'cflags_cc+': ['-Wno-narrowing'], 10 'cflags_cc+': ['-Wno-narrowing'],
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 168 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
169 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 169 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
170 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 170 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
171 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 171 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
172 '<(DEPTH)/ui/gl/gl.gyp:gl', 172 '<(DEPTH)/ui/gl/gl.gyp:gl',
173 '<(DEPTH)/ui/native_theme/native_theme.gyp:native_theme', 173 '<(DEPTH)/ui/native_theme/native_theme.gyp:native_theme',
174 '<(DEPTH)/ui/ui.gyp:ui', 174 '<(DEPTH)/ui/ui.gyp:ui',
175 '<(DEPTH)/ui/ui.gyp:ui_resources', 175 '<(DEPTH)/ui/ui.gyp:ui_resources',
176 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 176 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
177 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we bkit_compositor_support', 177 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we bkit_compositor_support',
178 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
178 'glue_common', 179 'glue_common',
179 'plugins_common', 180 'plugins_common',
180 'plugins', 181 'plugins',
181 'user_agent',
182 'webkit_base', 182 'webkit_base',
183 'webkit_common', 183 'webkit_common',
184 'webkit_media', 184 'webkit_media',
185 'webkit_resources', 185 'webkit_resources',
186 'webkit_storage', 186 'webkit_storage',
187 'webkit_strings', 187 'webkit_strings',
188 ], 188 ],
189 'include_dirs': [ 189 'include_dirs': [
190 '<(INTERMEDIATE_DIR)', 190 '<(INTERMEDIATE_DIR)',
191 '<(SHARED_INTERMEDIATE_DIR)/webkit', 191 '<(SHARED_INTERMEDIATE_DIR)/webkit',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 'variables': { 366 'variables': {
367 'jni_gen_package': 'webkit', 367 'jni_gen_package': 'webkit',
368 'input_java_class': 'android/widget/OverScroller.class', 368 'input_java_class': 'android/widget/OverScroller.class',
369 }, 369 },
370 'includes': [ '../../build/jar_file_jni_generator.gypi' ], 370 'includes': [ '../../build/jar_file_jni_generator.gypi' ],
371 }, 371 },
372 ], 372 ],
373 }], 373 }],
374 ], 374 ],
375 } 375 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698