| OLD | NEW |
| 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 '<(DEPTH)/skia/skia.gyp:skia', | 79 '<(DEPTH)/skia/skia.gyp:skia', |
| 80 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 80 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 81 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 81 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 82 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 82 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 83 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 83 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
| 84 '<(DEPTH)/ui/gl/gl.gyp:gl', | 84 '<(DEPTH)/ui/gl/gl.gyp:gl', |
| 85 '<(DEPTH)/ui/native_theme/native_theme.gyp:native_theme', | 85 '<(DEPTH)/ui/native_theme/native_theme.gyp:native_theme', |
| 86 '<(DEPTH)/ui/ui.gyp:ui', | 86 '<(DEPTH)/ui/ui.gyp:ui', |
| 87 '<(DEPTH)/ui/ui.gyp:ui_resources', | 87 '<(DEPTH)/ui/ui.gyp:ui_resources', |
| 88 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 88 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 89 '<(DEPTH)/webkit/compositor_bindings/compositor_bindings.gyp:webkit_comp
ositor_support', | 89 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we
bkit_compositor_support', |
| 90 'user_agent', | 90 'user_agent', |
| 91 'webkit_base', | 91 'webkit_base', |
| 92 'webkit_media', | 92 'webkit_media', |
| 93 'webkit_resources', | 93 'webkit_resources', |
| 94 'webkit_storage', | 94 'webkit_storage', |
| 95 'webkit_strings', | 95 'webkit_strings', |
| 96 ], | 96 ], |
| 97 'include_dirs': [ | 97 'include_dirs': [ |
| 98 '<(INTERMEDIATE_DIR)', | 98 '<(INTERMEDIATE_DIR)', |
| 99 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 99 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
| (...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 473 'variables': { | 473 'variables': { |
| 474 'jni_gen_package': 'webkit', | 474 'jni_gen_package': 'webkit', |
| 475 'input_java_class': 'android/widget/OverScroller.class', | 475 'input_java_class': 'android/widget/OverScroller.class', |
| 476 }, | 476 }, |
| 477 'includes': [ '../../build/jar_file_jni_generator.gypi' ], | 477 'includes': [ '../../build/jar_file_jni_generator.gypi' ], |
| 478 }, | 478 }, |
| 479 ], | 479 ], |
| 480 }], | 480 }], |
| 481 ], | 481 ], |
| 482 } | 482 } |
| OLD | NEW |