| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'plugins_common', | 8 'target_name': 'plugins_common', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'defines': [ | 10 'defines': [ |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 '<(DEPTH)/media/media.gyp:shared_memory_support', | 94 '<(DEPTH)/media/media.gyp:shared_memory_support', |
| 95 '<(DEPTH)/net/net.gyp:net', | 95 '<(DEPTH)/net/net.gyp:net', |
| 96 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', | 96 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', |
| 97 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', | 97 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', |
| 98 '<(DEPTH)/printing/printing.gyp:printing', | 98 '<(DEPTH)/printing/printing.gyp:printing', |
| 99 '<(DEPTH)/skia/skia.gyp:skia', | 99 '<(DEPTH)/skia/skia.gyp:skia', |
| 100 '<(DEPTH)/ui/gl/gl.gyp:gl', | 100 '<(DEPTH)/ui/gl/gl.gyp:gl', |
| 101 '<(DEPTH)/ui/ui.gyp:ui', | 101 '<(DEPTH)/ui/ui.gyp:ui', |
| 102 '<(DEPTH)/ui/ui.gyp:ui_resources', | 102 '<(DEPTH)/ui/ui.gyp:ui_resources', |
| 103 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 103 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 104 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 105 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
| 104 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we
bkit_compositor_support', | 106 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we
bkit_compositor_support', |
| 105 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | |
| 106 'glue_common', | 107 'glue_common', |
| 107 'plugins_common', | 108 'plugins_common', |
| 108 'user_agent', | |
| 109 'webkit_base', | 109 'webkit_base', |
| 110 'webkit_common', | 110 'webkit_common', |
| 111 'webkit_storage', | 111 'webkit_storage', |
| 112 ], | 112 ], |
| 113 'sources': [ | 113 'sources': [ |
| 114 # This list contains all .h, .cc, and .mm files in glue except for | 114 # This list contains all .h, .cc, and .mm files in glue except for |
| 115 # those in the test subdirectory and those with unittest in in their | 115 # those in the test subdirectory and those with unittest in in their |
| 116 # names. | 116 # names. |
| 117 '../plugins/npapi/gtk_plugin_container.cc', | 117 '../plugins/npapi/gtk_plugin_container.cc', |
| 118 '../plugins/npapi/gtk_plugin_container.h', | 118 '../plugins/npapi/gtk_plugin_container.h', |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 '<(DEPTH)/third_party/wtl/include', | 287 '<(DEPTH)/third_party/wtl/include', |
| 288 ], | 288 ], |
| 289 'sources!': [ | 289 'sources!': [ |
| 290 'plugins/plugin_stubs.cc', | 290 'plugins/plugin_stubs.cc', |
| 291 ], | 291 ], |
| 292 }], | 292 }], |
| 293 ], | 293 ], |
| 294 } | 294 } |
| 295 ], | 295 ], |
| 296 } | 296 } |
| OLD | NEW |