| 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 '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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', | 133 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', |
| 134 '<(DEPTH)/printing/printing.gyp:printing', | 134 '<(DEPTH)/printing/printing.gyp:printing', |
| 135 '<(DEPTH)/skia/skia.gyp:skia', | 135 '<(DEPTH)/skia/skia.gyp:skia', |
| 136 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 136 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 137 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 137 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 138 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 138 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
| 139 '<(DEPTH)/ui/gl/gl.gyp:gl', | 139 '<(DEPTH)/ui/gl/gl.gyp:gl', |
| 140 '<(DEPTH)/ui/ui.gyp:ui', | 140 '<(DEPTH)/ui/ui.gyp:ui', |
| 141 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 141 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 142 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 142 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 143 'blob', |
| 143 'fileapi', | 144 'fileapi', |
| 144 'webkit_media', | 145 'webkit_media', |
| 145 'webkit_resources', | 146 'webkit_resources', |
| 146 'webkit_strings', | 147 'webkit_strings', |
| 147 'webkit_user_agent', | 148 'webkit_user_agent', |
| 148 ], | 149 ], |
| 149 'include_dirs': [ | 150 'include_dirs': [ |
| 150 '<(INTERMEDIATE_DIR)', | 151 '<(INTERMEDIATE_DIR)', |
| 151 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 152 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
| 152 ], | 153 ], |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 'multi_resolution_image_resource_fetcher.h', | 372 'multi_resolution_image_resource_fetcher.h', |
| 372 'multipart_response_delegate.cc', | 373 'multipart_response_delegate.cc', |
| 373 'multipart_response_delegate.h', | 374 'multipart_response_delegate.h', |
| 374 'network_list_observer.h', | 375 'network_list_observer.h', |
| 375 'npruntime_util.cc', | 376 'npruntime_util.cc', |
| 376 'npruntime_util.h', | 377 'npruntime_util.h', |
| 377 'resource_fetcher.cc', | 378 'resource_fetcher.cc', |
| 378 'resource_fetcher.h', | 379 'resource_fetcher.h', |
| 379 'resource_loader_bridge.cc', | 380 'resource_loader_bridge.cc', |
| 380 'resource_loader_bridge.h', | 381 'resource_loader_bridge.h', |
| 382 'resource_request_body.cc', |
| 383 'resource_request_body.h', |
| 381 'resource_type.cc', | 384 'resource_type.cc', |
| 382 'resource_type.h', | 385 'resource_type.h', |
| 383 'scoped_clipboard_writer_glue.cc', | 386 'scoped_clipboard_writer_glue.cc', |
| 384 'scoped_clipboard_writer_glue.h', | 387 'scoped_clipboard_writer_glue.h', |
| 385 'simple_webmimeregistry_impl.cc', | 388 'simple_webmimeregistry_impl.cc', |
| 386 'simple_webmimeregistry_impl.h', | 389 'simple_webmimeregistry_impl.h', |
| 387 'webclipboard_impl.cc', | 390 'webclipboard_impl.cc', |
| 388 'webclipboard_impl.h', | 391 'webclipboard_impl.h', |
| 389 'webcookie.cc', | 392 'webcookie.cc', |
| 390 'webcookie.h', | 393 'webcookie.h', |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 554 }, | 557 }, |
| 555 'includes': [ '../../build/grit_action.gypi' ], | 558 'includes': [ '../../build/grit_action.gypi' ], |
| 556 }, | 559 }, |
| 557 ], | 560 ], |
| 558 'includes': [ '../../build/grit_target.gypi' ], | 561 'includes': [ '../../build/grit_target.gypi' ], |
| 559 }, | 562 }, |
| 560 ], | 563 ], |
| 561 }], | 564 }], |
| 562 ], | 565 ], |
| 563 } | 566 } |
| OLD | NEW |