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

Side by Side Diff: base/base.gypi

Issue 10565012: Revert 142482 - Add untrusted NaCl build for PPAPI proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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 | « no previous file | base/base_untrusted.gyp » ('j') | 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) 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 'profiler/scoped_profile.cc', 279 'profiler/scoped_profile.cc',
280 'profiler/scoped_profile.h', 280 'profiler/scoped_profile.h',
281 'profiler/alternate_timer.cc', 281 'profiler/alternate_timer.cc',
282 'profiler/alternate_timer.h', 282 'profiler/alternate_timer.h',
283 'profiler/tracked_time.cc', 283 'profiler/tracked_time.cc',
284 'profiler/tracked_time.h', 284 'profiler/tracked_time.h',
285 'property_bag.cc', 285 'property_bag.cc',
286 'property_bag.h', 286 'property_bag.h',
287 'rand_util.cc', 287 'rand_util.cc',
288 'rand_util.h', 288 'rand_util.h',
289 'rand_util_nacl.cc',
289 'rand_util_posix.cc', 290 'rand_util_posix.cc',
290 'rand_util_win.cc', 291 'rand_util_win.cc',
291 'safe_strerror_posix.cc', 292 'safe_strerror_posix.cc',
292 'safe_strerror_posix.h', 293 'safe_strerror_posix.h',
293 'scoped_native_library.cc', 294 'scoped_native_library.cc',
294 'scoped_native_library.h', 295 'scoped_native_library.h',
295 'scoped_temp_dir.cc', 296 'scoped_temp_dir.cc',
296 'scoped_temp_dir.h', 297 'scoped_temp_dir.h',
297 'sequenced_task_runner.cc', 298 'sequenced_task_runner.cc',
298 'sequenced_task_runner.h', 299 'sequenced_task_runner.h',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 'file_util_posix.cc', 518 'file_util_posix.cc',
518 'file_util_proxy.cc', 519 'file_util_proxy.cc',
519 'files/file_path_watcher_kqueue.cc', 520 'files/file_path_watcher_kqueue.cc',
520 'native_library_posix.cc', 521 'native_library_posix.cc',
521 'path_service.cc', 522 'path_service.cc',
522 'platform_file_posix.cc', 523 'platform_file_posix.cc',
523 'posix/unix_domain_socket.cc', 524 'posix/unix_domain_socket.cc',
524 'process_posix.cc', 525 'process_posix.cc',
525 'process_util.cc', 526 'process_util.cc',
526 'process_util_posix.cc', 527 'process_util_posix.cc',
527 'rand_util.cc',
528 'rand_util_posix.cc',
529 'scoped_native_library.cc', 528 'scoped_native_library.cc',
530 'scoped_temp_dir.cc', 529 'scoped_temp_dir.cc',
531 'shared_memory_posix.cc', 530 'shared_memory_posix.cc',
532 'sys_info_posix.cc', 531 'sys_info_posix.cc',
533 'threading/sequenced_worker_pool.cc', 532 'threading/sequenced_worker_pool.cc',
534 'third_party/dynamic_annotations/dynamic_annotations.c', 533 'third_party/dynamic_annotations/dynamic_annotations.c',
535 ], 534 ],
536 }], 535 }],
537 ['OS == "android" and >(nacl_untrusted_build)==0', { 536 ['OS == "android" and >(nacl_untrusted_build)==0', {
538 'sources!': [ 537 'sources!': [
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { 611 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', {
613 'sources/': [ 612 'sources/': [
614 ['exclude', '^chromeos/'], 613 ['exclude', '^chromeos/'],
615 ], 614 ],
616 }], 615 }],
617 ], 616 ],
618 }], 617 }],
619 ], 618 ],
620 }, 619 },
621 } 620 }
OLDNEW
« no previous file with comments | « no previous file | base/base_untrusted.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698