| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we
bkit_compositor_support', | 104 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we
bkit_compositor_support', |
| 105 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 105 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 106 'glue_common', | 106 'glue_common', |
| 107 'plugins_common', | 107 'plugins_common', |
| 108 'user_agent', | 108 'user_agent', |
| 109 'webkit_base', | 109 'webkit_base', |
| 110 'webkit_common', |
| 110 'webkit_storage', | 111 'webkit_storage', |
| 111 ], | 112 ], |
| 112 'sources': [ | 113 'sources': [ |
| 113 # 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 |
| 114 # 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 |
| 115 # names. | 116 # names. |
| 116 '../plugins/npapi/gtk_plugin_container.cc', | 117 '../plugins/npapi/gtk_plugin_container.cc', |
| 117 '../plugins/npapi/gtk_plugin_container.h', | 118 '../plugins/npapi/gtk_plugin_container.h', |
| 118 '../plugins/npapi/gtk_plugin_container_manager.cc', | 119 '../plugins/npapi/gtk_plugin_container_manager.cc', |
| 119 '../plugins/npapi/gtk_plugin_container_manager.h', | 120 '../plugins/npapi/gtk_plugin_container_manager.h', |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 '<(DEPTH)/third_party/wtl/include', | 287 '<(DEPTH)/third_party/wtl/include', |
| 287 ], | 288 ], |
| 288 'sources!': [ | 289 'sources!': [ |
| 289 'plugins/plugin_stubs.cc', | 290 'plugins/plugin_stubs.cc', |
| 290 ], | 291 ], |
| 291 }], | 292 }], |
| 292 ], | 293 ], |
| 293 } | 294 } |
| 294 ], | 295 ], |
| 295 } | 296 } |
| OLD | NEW |