| 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 'dependencies': [ | 6 'dependencies': [ |
| 7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
| 8 '../build/temp_gyp/googleurl.gyp:googleurl', | 8 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 9 '../media/media.gyp:media', | 9 '../media/media.gyp:media', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 'public/common/content_switches.cc', | 34 'public/common/content_switches.cc', |
| 35 'public/common/content_switches.h', | 35 'public/common/content_switches.h', |
| 36 'public/common/context_menu_params.cc', | 36 'public/common/context_menu_params.cc', |
| 37 'public/common/context_menu_params.h', | 37 'public/common/context_menu_params.h', |
| 38 'public/common/context_menu_source_type.h', | 38 'public/common/context_menu_source_type.h', |
| 39 'public/common/console_message_level.h', | 39 'public/common/console_message_level.h', |
| 40 'public/common/dx_diag_node.cc', | 40 'public/common/dx_diag_node.cc', |
| 41 'public/common/dx_diag_node.h', | 41 'public/common/dx_diag_node.h', |
| 42 'public/common/file_chooser_params.cc', | 42 'public/common/file_chooser_params.cc', |
| 43 'public/common/file_chooser_params.h', | 43 'public/common/file_chooser_params.h', |
| 44 'public/common/form_data.cc', |
| 45 'public/common/form_data.h', |
| 46 'public/common/form_field.cc', |
| 47 'public/common/form_field.h', |
| 44 'public/common/frame_navigate_params.cc', | 48 'public/common/frame_navigate_params.cc', |
| 45 'public/common/frame_navigate_params.h', | 49 'public/common/frame_navigate_params.h', |
| 46 'public/common/geoposition.cc', | 50 'public/common/geoposition.cc', |
| 47 'public/common/geoposition.h', | 51 'public/common/geoposition.h', |
| 48 'public/common/gpu_feature_type.h', | 52 'public/common/gpu_feature_type.h', |
| 49 'public/common/gpu_info.cc', | 53 'public/common/gpu_info.cc', |
| 50 'public/common/gpu_info.h', | 54 'public/common/gpu_info.h', |
| 51 'public/common/gpu_memory_stats.cc', | 55 'public/common/gpu_memory_stats.cc', |
| 52 'public/common/gpu_memory_stats.h', | 56 'public/common/gpu_memory_stats.h', |
| 53 'public/common/gpu_performance_stats.h', | 57 'public/common/gpu_performance_stats.h', |
| 54 'public/common/gpu_switching_option.h', | 58 'public/common/gpu_switching_option.h', |
| 55 'public/common/injection_test_mac.h', | 59 'public/common/injection_test_mac.h', |
| 56 'public/common/injection_test_win.h', | 60 'public/common/injection_test_win.h', |
| 57 'public/common/javascript_message_type.h', | 61 'public/common/javascript_message_type.h', |
| 58 'public/common/main_function_params.h', | 62 'public/common/main_function_params.h', |
| 59 'public/common/media_stream_request.cc', | 63 'public/common/media_stream_request.cc', |
| 60 'public/common/media_stream_request.h', | 64 'public/common/media_stream_request.h', |
| 61 'public/common/page_transition_types.cc', | 65 'public/common/page_transition_types.cc', |
| 62 'public/common/page_transition_types.h', | 66 'public/common/page_transition_types.h', |
| 63 'public/common/page_type.h', | 67 'public/common/page_type.h', |
| 64 'public/common/page_zoom.h', | 68 'public/common/page_zoom.h', |
| 69 'public/common/password_form.cc', |
| 70 'public/common/password_form.h', |
| 65 'public/common/pepper_plugin_info.cc', | 71 'public/common/pepper_plugin_info.cc', |
| 66 'public/common/pepper_plugin_info.h', | 72 'public/common/pepper_plugin_info.h', |
| 67 'public/common/process_type.h', | 73 'public/common/process_type.h', |
| 68 'public/common/referrer.h', | 74 'public/common/referrer.h', |
| 69 'public/common/renderer_preferences.cc', | 75 'public/common/renderer_preferences.cc', |
| 70 'public/common/renderer_preferences.h', | 76 'public/common/renderer_preferences.h', |
| 71 'public/common/resource_dispatcher_delegate.h', | 77 'public/common/resource_dispatcher_delegate.h', |
| 72 'public/common/resource_response.h', | 78 'public/common/resource_response.h', |
| 73 'public/common/result_codes.h', | 79 'public/common/result_codes.h', |
| 74 'public/common/sandbox_init.cc', | 80 'public/common/sandbox_init.cc', |
| (...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 '../ipc/ipc.gyp:ipc', | 411 '../ipc/ipc.gyp:ipc', |
| 406 '../media/media.gyp:shared_memory_support', | 412 '../media/media.gyp:shared_memory_support', |
| 407 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 413 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 408 '../third_party/npapi/npapi.gyp:npapi', | 414 '../third_party/npapi/npapi.gyp:npapi', |
| 409 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 415 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 410 '../ui/gl/gl.gyp:gl', | 416 '../ui/gl/gl.gyp:gl', |
| 411 '../webkit/support/webkit_support.gyp:appcache', | 417 '../webkit/support/webkit_support.gyp:appcache', |
| 412 '../webkit/support/webkit_support.gyp:blob', | 418 '../webkit/support/webkit_support.gyp:blob', |
| 413 '../webkit/support/webkit_support.gyp:database', | 419 '../webkit/support/webkit_support.gyp:database', |
| 414 '../webkit/support/webkit_support.gyp:fileapi', | 420 '../webkit/support/webkit_support.gyp:fileapi', |
| 415 '../webkit/support/webkit_support.gyp:forms', | |
| 416 '../webkit/support/webkit_support.gyp:webkit_base', | 421 '../webkit/support/webkit_support.gyp:webkit_base', |
| 417 ], | 422 ], |
| 418 }], | 423 }], |
| 419 ['OS!="win"', { | 424 ['OS!="win"', { |
| 420 'sources!': [ | 425 'sources!': [ |
| 421 'common/sandbox_policy.cc', | 426 'common/sandbox_policy.cc', |
| 422 'common/sandbox_policy.h', | 427 'common/sandbox_policy.h', |
| 423 ], | 428 ], |
| 424 }], | 429 }], |
| 425 ['OS=="android"',{ | 430 ['OS=="android"',{ |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 552 '../build/extract_from_cab.py', | 557 '../build/extract_from_cab.py', |
| 553 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 558 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 554 '<(output)', | 559 '<(output)', |
| 555 '<(PRODUCT_DIR)', | 560 '<(PRODUCT_DIR)', |
| 556 ], | 561 ], |
| 557 }, | 562 }, |
| 558 ] | 563 ] |
| 559 }], | 564 }], |
| 560 ], | 565 ], |
| 561 } | 566 } |
| OLD | NEW |