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

Side by Side Diff: base/base.gypi

Issue 1285133004: ios: Fixing base_unittests to build with gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ui_base.2
Patch Set: Created 5 years, 4 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
« no previous file with comments | « no previous file | base/memory/BUILD.gn » ('j') | build/secondary/third_party/nss/BUILD.gn » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'includes': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 750 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 ], 761 ],
762 'include_dirs': [ 762 'include_dirs': [
763 '..', 763 '..',
764 ], 764 ],
765 'target_conditions': [ 765 'target_conditions': [
766 ['OS == "mac" or OS == "ios"', { 766 ['OS == "mac" or OS == "ios"', {
767 'sources!': [ 767 'sources!': [
768 'memory/shared_memory_posix.cc', 768 'memory/shared_memory_posix.cc',
769 ], 769 ],
770 }], 770 }],
771 ['OS == "ios"', {
772 'sources!': [
773 'memory/discardable_shared_memory.cc',
774 'memory/discardable_shared_memory.h',
775 ],
776 }],
771 ['(<(desktop_linux) == 0 and <(chromeos) == 0) or >(nacl_untrusted_bui ld)==1', { 777 ['(<(desktop_linux) == 0 and <(chromeos) == 0) or >(nacl_untrusted_bui ld)==1', {
772 'sources/': [ 778 'sources/': [
773 ['exclude', '^nix/'], 779 ['exclude', '^nix/'],
774 ], 780 ],
775 }], 781 }],
776 ['<(use_glib)==0 or >(nacl_untrusted_build)==1', { 782 ['<(use_glib)==0 or >(nacl_untrusted_build)==1', {
777 'sources!': [ 783 'sources!': [
778 'message_loop/message_pump_glib.cc', 784 'message_loop/message_pump_glib.cc',
779 ], 785 ],
780 }], 786 }],
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 'i18n/time_formatting.h', 1040 'i18n/time_formatting.h',
1035 'i18n/timezone.cc', 1041 'i18n/timezone.cc',
1036 'i18n/timezone.h', 1042 'i18n/timezone.h',
1037 'i18n/utf8_validator_tables.cc', 1043 'i18n/utf8_validator_tables.cc',
1038 'i18n/utf8_validator_tables.h', 1044 'i18n/utf8_validator_tables.h',
1039 ], 1045 ],
1040 }] 1046 }]
1041 ], 1047 ],
1042 }, 1048 },
1043 } 1049 }
OLDNEW
« no previous file with comments | « no previous file | base/memory/BUILD.gn » ('j') | build/secondary/third_party/nss/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698