Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Side by Side Diff: chrome/chrome_common.gypi

Issue 6320011: Multi process notifications on linux (dbus) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove extra locks Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/multi_process_notification_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/multi_process_notification_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698