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

Side by Side Diff: chrome/chrome_common.gypi

Issue 107933006: Get rid of ui_cocoa_third_party_toolkits target from ui.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm License File line from README.chromium Created 7 years 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 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 ], 522 ],
523 }, 523 },
524 }], 524 }],
525 ['chromeos==1', { 525 ['chromeos==1', {
526 'sources!': [ 526 'sources!': [
527 'common/chrome_version_info_linux.cc', 527 'common/chrome_version_info_linux.cc',
528 ], 528 ],
529 }], 529 }],
530 ['OS=="mac"', { 530 ['OS=="mac"', {
531 'dependencies': [ 531 'dependencies': [
532 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go ogle_toolbox_for_mac',
532 '../third_party/mach_override/mach_override.gyp:mach_override', 533 '../third_party/mach_override/mach_override.gyp:mach_override',
533 ], 534 ],
534 'include_dirs': [ 535 'include_dirs': [
535 '<(DEPTH)/breakpad/src', 536 '<(DEPTH)/breakpad/src',
536 '../third_party/GTM',
537 ], 537 ],
538 'sources!': [ 538 'sources!': [
539 'common/child_process_logging_posix.cc', 539 'common/child_process_logging_posix.cc',
540 'common/chrome_version_info_posix.cc', 540 'common/chrome_version_info_posix.cc',
541 ], 541 ],
542 }], 542 }],
543 ['remoting==1', { 543 ['remoting==1', {
544 'dependencies': [ 544 'dependencies': [
545 '../remoting/remoting.gyp:remoting_client_plugin', 545 '../remoting/remoting.gyp:remoting_client_plugin',
546 ], 546 ],
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 'common/metrics/proto/user_action_event.proto', 759 'common/metrics/proto/user_action_event.proto',
760 ], 760 ],
761 'variables': { 761 'variables': {
762 'proto_in_dir': 'common/metrics/proto', 762 'proto_in_dir': 'common/metrics/proto',
763 'proto_out_dir': 'chrome/common/metrics/proto', 763 'proto_out_dir': 'chrome/common/metrics/proto',
764 }, 764 },
765 'includes': [ '../build/protoc.gypi' ], 765 'includes': [ '../build/protoc.gypi' ],
766 }, 766 },
767 ], 767 ],
768 } 768 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698