OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'target_defaults': { | 6 'target_defaults': { |
7 'variables': { | 7 'variables': { |
8 'chrome_common_target': 0, | 8 'chrome_common_target': 0, |
9 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
382 'common/worker_messages.h', | 382 'common/worker_messages.h', |
383 'common/worker_messages_internal.h', | 383 'common/worker_messages_internal.h', |
384 'common/worker_thread_ticker.cc', | 384 'common/worker_thread_ticker.cc', |
385 'common/worker_thread_ticker.h', | 385 'common/worker_thread_ticker.h', |
386 'common/zip.cc', # Requires zlib directly. | 386 'common/zip.cc', # Requires zlib directly. |
387 'common/zip.h', | 387 'common/zip.h', |
388 ], | 388 ], |
389 'conditions': [ | 389 'conditions': [ |
390 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { | 390 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { |
391 'dependencies': [ | 391 'dependencies': [ |
| 392 '../build/linux/system.gyp:dbus-glib', |
392 '../build/linux/system.gyp:gtk', | 393 '../build/linux/system.gyp:gtk', |
393 ], | 394 ], |
394 'export_dependent_settings': [ | 395 'export_dependent_settings': [ |
395 '../third_party/sqlite/sqlite.gyp:sqlite', | 396 '../third_party/sqlite/sqlite.gyp:sqlite', |
396 ], | 397 ], |
397 'link_settings': { | 398 'link_settings': { |
398 'libraries': [ | 399 'libraries': [ |
399 '-lX11', | 400 '-lX11', |
400 '-lXrender', | 401 '-lXrender', |
401 '-lXss', | 402 '-lXss', |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
619 'configurations': { | 620 'configurations': { |
620 'Common_Base': { | 621 'Common_Base': { |
621 'msvs_target_platform': 'x64', | 622 'msvs_target_platform': 'x64', |
622 }, | 623 }, |
623 }, | 624 }, |
624 }, | 625 }, |
625 ], | 626 ], |
626 }], | 627 }], |
627 ], | 628 ], |
628 } | 629 } |
OLD | NEW |