| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 '../gpu/gpu.gyp:gpu_ipc', | 9 '../gpu/gpu.gyp:gpu_ipc', |
| 10 '../ipc/ipc.gyp:ipc', | 10 '../ipc/ipc.gyp:ipc', |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 'common/view_message_enums.h', | 245 'common/view_message_enums.h', |
| 246 'common/web_database_observer_impl.cc', | 246 'common/web_database_observer_impl.cc', |
| 247 'common/web_database_observer_impl.h', | 247 'common/web_database_observer_impl.h', |
| 248 'common/webblobregistry_impl.cc', | 248 'common/webblobregistry_impl.cc', |
| 249 'common/webblobregistry_impl.h', | 249 'common/webblobregistry_impl.h', |
| 250 'common/webblob_messages.h', | 250 'common/webblob_messages.h', |
| 251 'common/webkit_param_traits.cc', | 251 'common/webkit_param_traits.cc', |
| 252 'common/webkit_param_traits.h', | 252 'common/webkit_param_traits.h', |
| 253 'common/webmessageportchannel_impl.cc', | 253 'common/webmessageportchannel_impl.cc', |
| 254 'common/webmessageportchannel_impl.h', | 254 'common/webmessageportchannel_impl.h', |
| 255 'common/window_container_type.cc', | |
| 256 'common/window_container_type.h', | |
| 257 'common/worker_messages.h', | 255 'common/worker_messages.h', |
| 258 'public/common/content_client.cc', | 256 'public/common/content_client.cc', |
| 259 'public/common/content_client.h', | 257 'public/common/content_client.h', |
| 258 'public/common/window_container_type.cc', |
| 259 'public/common/window_container_type.h', |
| 260 ], | 260 ], |
| 261 'conditions': [ | 261 'conditions': [ |
| 262 ['OS!="win"', { | 262 ['OS!="win"', { |
| 263 'sources!': [ | 263 'sources!': [ |
| 264 'common/sandbox_policy.cc', | 264 'common/sandbox_policy.cc', |
| 265 'common/sandbox_policy.h', | 265 'common/sandbox_policy.h', |
| 266 ], | 266 ], |
| 267 }], | 267 }], |
| 268 ['OS=="mac"', { | 268 ['OS=="mac"', { |
| 269 'sources!': [ | 269 'sources!': [ |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 ], | 330 ], |
| 331 'link_settings': { | 331 'link_settings': { |
| 332 'libraries': [ | 332 'libraries': [ |
| 333 '-lEGL', | 333 '-lEGL', |
| 334 '-lGLESv2', | 334 '-lGLESv2', |
| 335 ], | 335 ], |
| 336 }, | 336 }, |
| 337 }], | 337 }], |
| 338 ], | 338 ], |
| 339 } | 339 } |
| OLD | NEW |