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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6246020: Revert 72645 - Multi process notifications on linux (dbus)... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
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