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

Side by Side Diff: chrome/chrome_common.gypi

Issue 231733005: Delete the GTK+ port of Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remerge to ToT Created 6 years, 8 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 'include_dirs': [ 450 'include_dirs': [
451 '<(DEPTH)/breakpad/src', 451 '<(DEPTH)/breakpad/src',
452 '<(DEPTH)/third_party/wtl/include', 452 '<(DEPTH)/third_party/wtl/include',
453 ], 453 ],
454 }], 454 }],
455 ['enable_mdns == 1', { 455 ['enable_mdns == 1', {
456 'sources': [ 456 'sources': [
457 'common/local_discovery/local_discovery_messages.h', 457 'common/local_discovery/local_discovery_messages.h',
458 ] 458 ]
459 }], 459 }],
460 ['toolkit_uses_gtk == 1', {
461 'dependencies': [
462 '../build/linux/system.gyp:gtk',
463 '../build/linux/system.gyp:x11',
464 '../build/linux/system.gyp:xrender',
465 '../build/linux/system.gyp:xext',
466 ],
467 'export_dependent_settings': [
468 '../third_party/sqlite/sqlite.gyp:sqlite',
469 ],
470 }],
471 ['chromeos==1', { 460 ['chromeos==1', {
472 'sources!': [ 461 'sources!': [
473 'common/chrome_version_info_linux.cc', 462 'common/chrome_version_info_linux.cc',
474 ], 463 ],
475 }], 464 }],
476 ['OS=="mac"', { 465 ['OS=="mac"', {
477 'dependencies': [ 466 'dependencies': [
478 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go ogle_toolbox_for_mac', 467 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go ogle_toolbox_for_mac',
479 '../third_party/mach_override/mach_override.gyp:mach_override', 468 '../third_party/mach_override/mach_override.gyp:mach_override',
480 ], 469 ],
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 'common/metrics/proto/user_action_event.proto', 688 'common/metrics/proto/user_action_event.proto',
700 ], 689 ],
701 'variables': { 690 'variables': {
702 'proto_in_dir': 'common/metrics/proto', 691 'proto_in_dir': 'common/metrics/proto',
703 'proto_out_dir': 'chrome/common/metrics/proto', 692 'proto_out_dir': 'chrome/common/metrics/proto',
704 }, 693 },
705 'includes': [ '../build/protoc.gypi' ], 694 'includes': [ '../build/protoc.gypi' ],
706 }, 695 },
707 ], 696 ],
708 } 697 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698