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 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
386 'common/worker_messages.h', | 386 'common/worker_messages.h', |
387 'common/worker_messages_internal.h', | 387 'common/worker_messages_internal.h', |
388 'common/worker_thread_ticker.cc', | 388 'common/worker_thread_ticker.cc', |
389 'common/worker_thread_ticker.h', | 389 'common/worker_thread_ticker.h', |
390 'common/zip.cc', # Requires zlib directly. | 390 'common/zip.cc', # Requires zlib directly. |
391 'common/zip.h', | 391 'common/zip.h', |
392 ], | 392 ], |
393 'conditions': [ | 393 'conditions': [ |
394 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { | 394 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { |
395 'dependencies': [ | 395 'dependencies': [ |
396 '../build/linux/system.gyp:dbus-glib', | |
397 '../build/linux/system.gyp:gtk', | 396 '../build/linux/system.gyp:gtk', |
398 ], | 397 ], |
399 'export_dependent_settings': [ | 398 'export_dependent_settings': [ |
400 '../third_party/sqlite/sqlite.gyp:sqlite', | 399 '../third_party/sqlite/sqlite.gyp:sqlite', |
401 ], | 400 ], |
402 'link_settings': { | 401 'link_settings': { |
403 'libraries': [ | 402 'libraries': [ |
404 '-lX11', | 403 '-lX11', |
405 '-lXrender', | 404 '-lXrender', |
406 '-lXss', | 405 '-lXss', |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
624 'configurations': { | 623 'configurations': { |
625 'Common_Base': { | 624 'Common_Base': { |
626 'msvs_target_platform': 'x64', | 625 'msvs_target_platform': 'x64', |
627 }, | 626 }, |
628 }, | 627 }, |
629 }, | 628 }, |
630 ], | 629 ], |
631 }], | 630 }], |
632 ], | 631 ], |
633 } | 632 } |
OLD | NEW |