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

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: check it in third_party/google_toolbox_for_mac 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 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 'sources!': [ 533 'sources!': [
534 'common/chrome_version_info_linux.cc', 534 'common/chrome_version_info_linux.cc',
535 ], 535 ],
536 }], 536 }],
537 ['OS=="mac"', { 537 ['OS=="mac"', {
538 'dependencies': [ 538 'dependencies': [
539 '../third_party/mach_override/mach_override.gyp:mach_override', 539 '../third_party/mach_override/mach_override.gyp:mach_override',
540 ], 540 ],
541 'include_dirs': [ 541 'include_dirs': [
542 '<(DEPTH)/breakpad/src', 542 '<(DEPTH)/breakpad/src',
543 '../third_party/GTM', 543 '../third_party/google_toolbox_for_mac',
544 ], 544 ],
545 'sources!': [ 545 'sources!': [
546 'common/child_process_logging_posix.cc', 546 'common/child_process_logging_posix.cc',
547 'common/chrome_version_info_posix.cc', 547 'common/chrome_version_info_posix.cc',
548 ], 548 ],
549 }], 549 }],
550 ['remoting==1', { 550 ['remoting==1', {
551 'dependencies': [ 551 'dependencies': [
552 '../remoting/remoting.gyp:remoting_client_plugin', 552 '../remoting/remoting.gyp:remoting_client_plugin',
553 ], 553 ],
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 'common/metrics/proto/user_action_event.proto', 761 'common/metrics/proto/user_action_event.proto',
762 ], 762 ],
763 'variables': { 763 'variables': {
764 'proto_in_dir': 'common/metrics/proto', 764 'proto_in_dir': 'common/metrics/proto',
765 'proto_out_dir': 'chrome/common/metrics/proto', 765 'proto_out_dir': 'chrome/common/metrics/proto',
766 }, 766 },
767 'includes': [ '../build/protoc.gypi' ], 767 'includes': [ '../build/protoc.gypi' ],
768 }, 768 },
769 ], 769 ],
770 } 770 }
OLDNEW
« DEPS ('K') | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_nibs.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698