Chromium Code Reviews| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'content_common', | 8 'target_name': 'content_common', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 120 'common/gpu/gpu_feature_flags.h', | 120 'common/gpu/gpu_feature_flags.h', |
| 121 'common/gpu/gpu_info.cc', | 121 'common/gpu/gpu_info.cc', |
| 122 'common/gpu/gpu_info.h', | 122 'common/gpu/gpu_info.h', |
| 123 'common/gpu/gpu_messages.h', | 123 'common/gpu/gpu_messages.h', |
| 124 'common/gpu/gpu_process_launch_causes.h', | 124 'common/gpu/gpu_process_launch_causes.h', |
| 125 'common/gpu/gpu_watchdog.h', | 125 'common/gpu/gpu_watchdog.h', |
| 126 'common/gpu/media/gpu_video_decode_accelerator.cc', | 126 'common/gpu/media/gpu_video_decode_accelerator.cc', |
| 127 'common/gpu/media/gpu_video_decode_accelerator.h', | 127 'common/gpu/media/gpu_video_decode_accelerator.h', |
| 128 'common/gpu/transport_texture.cc', | 128 'common/gpu/transport_texture.cc', |
| 129 'common/gpu/transport_texture.h', | 129 'common/gpu/transport_texture.h', |
| 130 'common/handle_enumerator.cc', | |
| 131 'common/handle_enumerator.h', | |
| 130 'common/hi_res_timer_manager_posix.cc', | 132 'common/hi_res_timer_manager_posix.cc', |
| 131 'common/hi_res_timer_manager_win.cc', | 133 'common/hi_res_timer_manager_win.cc', |
| 132 'common/hi_res_timer_manager.h', | 134 'common/hi_res_timer_manager.h', |
| 133 'common/indexed_db_key.cc', | 135 'common/indexed_db_key.cc', |
| 134 'common/indexed_db_key.h', | 136 'common/indexed_db_key.h', |
| 135 'common/indexed_db_messages.h', | 137 'common/indexed_db_messages.h', |
| 136 'common/indexed_db_param_traits.cc', | 138 'common/indexed_db_param_traits.cc', |
| 137 'common/indexed_db_param_traits.h', | 139 'common/indexed_db_param_traits.h', |
| 138 'common/json_value_serializer.cc', | 140 'common/json_value_serializer.cc', |
| 139 'common/json_value_serializer.h', | 141 'common/json_value_serializer.h', |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 251 'common/webkit_param_traits.h', | 253 'common/webkit_param_traits.h', |
| 252 'common/webmessageportchannel_impl.cc', | 254 'common/webmessageportchannel_impl.cc', |
| 253 'common/webmessageportchannel_impl.h', | 255 'common/webmessageportchannel_impl.h', |
| 254 'common/window_container_type.cc', | 256 'common/window_container_type.cc', |
| 255 'common/window_container_type.h', | 257 'common/window_container_type.h', |
| 256 'common/worker_messages.h', | 258 'common/worker_messages.h', |
| 257 ], | 259 ], |
| 258 'conditions': [ | 260 'conditions': [ |
| 259 ['OS!="win"', { | 261 ['OS!="win"', { |
| 260 'sources!': [ | 262 'sources!': [ |
| 263 'common/handle_enumerator.cc', | |
|
jam
2011/09/19 17:10:48
how we normally handle this (which is wrong for sa
Cris Neckar
2011/09/20 01:22:15
Done.
| |
| 261 'common/sandbox_policy.cc', | 264 'common/sandbox_policy.cc', |
| 262 'common/sandbox_policy.h', | 265 'common/sandbox_policy.h', |
| 263 ], | 266 ], |
| 264 }], | 267 }], |
| 265 ['OS=="mac"', { | 268 ['OS=="mac"', { |
| 266 'sources!': [ | 269 'sources!': [ |
| 267 'common/process_watcher_posix.cc', | 270 'common/process_watcher_posix.cc', |
| 268 ], | 271 ], |
| 269 'link_settings': { | 272 'link_settings': { |
| 270 'mac_bundle_resources': [ | 273 'mac_bundle_resources': [ |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 343 ], | 346 ], |
| 344 'sources': [ | 347 'sources': [ |
| 345 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', | 348 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', |
| 346 ], | 349 ], |
| 347 } | 350 } |
| 348 ], | 351 ], |
| 349 }, | 352 }, |
| 350 ], | 353 ], |
| 351 ], | 354 ], |
| 352 } | 355 } |
| OLD | NEW |