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 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
9 '../media/media.gyp:media', | 9 '../media/media.gyp:media', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
291 'common/plugin_carbon_interpose_constants_mac.cc', | 291 'common/plugin_carbon_interpose_constants_mac.cc', |
292 'common/plugin_carbon_interpose_constants_mac.h', | 292 'common/plugin_carbon_interpose_constants_mac.h', |
293 'common/plugin_constants_win.cc', | 293 'common/plugin_constants_win.cc', |
294 'common/plugin_constants_win.h', | 294 'common/plugin_constants_win.h', |
295 'common/plugin_list.cc', | 295 'common/plugin_list.cc', |
296 'common/plugin_list.h', | 296 'common/plugin_list.h', |
297 'common/plugin_list_mac.mm', | 297 'common/plugin_list_mac.mm', |
298 'common/plugin_list_posix.cc', | 298 'common/plugin_list_posix.cc', |
299 'common/plugin_list_win.cc', | 299 'common/plugin_list_win.cc', |
300 'common/plugin_process_messages.h', | 300 'common/plugin_process_messages.h', |
| 301 'common/power_monitor_messages.h', |
301 'common/process_type.cc', | 302 'common/process_type.cc', |
302 'common/quota_messages.h', | 303 'common/quota_messages.h', |
303 'common/resource_messages.cc', | 304 'common/resource_messages.cc', |
304 'common/resource_messages.h', | 305 'common/resource_messages.h', |
305 'common/sandbox_init_linux.cc', | 306 'common/sandbox_init_linux.cc', |
306 'common/sandbox_init_mac.cc', | 307 'common/sandbox_init_mac.cc', |
307 'common/sandbox_init_mac.h', | 308 'common/sandbox_init_mac.h', |
308 'common/sandbox_init_win.cc', | 309 'common/sandbox_init_win.cc', |
309 'common/sandbox_mac.h', | 310 'common/sandbox_mac.h', |
310 'common/sandbox_mac.mm', | 311 'common/sandbox_mac.mm', |
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
565 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 566 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
566 '<(output)', | 567 '<(output)', |
567 '<(PRODUCT_DIR)', | 568 '<(PRODUCT_DIR)', |
568 ], | 569 ], |
569 'msvs_cygwin_shell': 1, | 570 'msvs_cygwin_shell': 1, |
570 }, | 571 }, |
571 ] | 572 ] |
572 }], | 573 }], |
573 ], | 574 ], |
574 } | 575 } |
OLD | NEW |