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

Side by Side Diff: base/BUILD.gn

Issue 216903004: Add optional public header checking to GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unit test 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
« no previous file with comments | « no previous file | base/test/BUILD.gn » ('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) 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 component("base") { 7 component("base") {
8 sources = [ 8 sources = [
9 "../build/build_config.h",
10 "third_party/dmg_fp/dmg_fp.h", 9 "third_party/dmg_fp/dmg_fp.h",
11 "third_party/dmg_fp/g_fmt.cc", 10 "third_party/dmg_fp/g_fmt.cc",
12 "third_party/dmg_fp/dtoa_wrapper.cc", 11 "third_party/dmg_fp/dtoa_wrapper.cc",
13 "third_party/icu/icu_utf.cc", 12 "third_party/icu/icu_utf.cc",
14 "third_party/icu/icu_utf.h", 13 "third_party/icu/icu_utf.h",
15 "allocator/allocator_extension.cc", 14 "allocator/allocator_extension.cc",
16 "allocator/allocator_extension.h", 15 "allocator/allocator_extension.h",
17 "allocator/type_profiler_control.cc", 16 "allocator/type_profiler_control.cc",
18 "allocator/type_profiler_control.h", 17 "allocator/type_profiler_control.h",
19 "android/activity_status.cc", 18 "android/activity_status.cc",
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 "metrics/stats_table.cc", 360 "metrics/stats_table.cc",
362 "metrics/stats_table.h", 361 "metrics/stats_table.h",
363 "metrics/user_metrics.cc", 362 "metrics/user_metrics.cc",
364 "metrics/user_metrics.h", 363 "metrics/user_metrics.h",
365 "metrics/user_metrics_action.h", 364 "metrics/user_metrics_action.h",
366 "move.h", 365 "move.h",
367 "native_library.h", 366 "native_library.h",
368 "native_library_mac.mm", 367 "native_library_mac.mm",
369 "native_library_posix.cc", 368 "native_library_posix.cc",
370 "native_library_win.cc", 369 "native_library_win.cc",
370 "numerics/safe_conversions.h",
371 "numerics/safe_conversions_impl.h",
372 "numerics/safe_math.h",
373 "numerics/safe_math_impl.h",
371 "nix/mime_util_xdg.cc", 374 "nix/mime_util_xdg.cc",
372 "nix/mime_util_xdg.h", 375 "nix/mime_util_xdg.h",
373 "nix/xdg_util.cc", 376 "nix/xdg_util.cc",
374 "nix/xdg_util.h", 377 "nix/xdg_util.h",
375 "observer_list.h", 378 "observer_list.h",
376 "observer_list_threadsafe.h", 379 "observer_list_threadsafe.h",
377 "os_compat_android.cc", 380 "os_compat_android.cc",
378 "os_compat_android.h", 381 "os_compat_android.h",
379 "os_compat_nacl.cc", 382 "os_compat_nacl.cc",
380 "os_compat_nacl.h", 383 "os_compat_nacl.h",
381 "path_service.cc", 384 "path_service.cc",
382 "path_service.h", 385 "path_service.h",
383 "pending_task.cc", 386 "pending_task.cc",
384 "pending_task.h", 387 "pending_task.h",
385 "pickle.cc", 388 "pickle.cc",
386 "pickle.h", 389 "pickle.h",
387 "platform_file.cc", 390 "platform_file.cc",
388 "platform_file.h", 391 "platform_file.h",
389 "platform_file_posix.cc", 392 "platform_file_posix.cc",
390 "platform_file_win.cc", 393 "platform_file_win.cc",
391 "port.h", 394 "port.h",
392 "posix/eintr_wrapper.h", 395 "posix/eintr_wrapper.h",
393 "posix/file_descriptor_shuffle.cc", 396 "posix/file_descriptor_shuffle.cc",
394 "posix/file_descriptor_shuffle.y",
395 "posix/global_descriptors.cc", 397 "posix/global_descriptors.cc",
396 "posix/global_descriptors.h", 398 "posix/global_descriptors.h",
397 "posix/unix_domain_socket_linux.cc", 399 "posix/unix_domain_socket_linux.cc",
398 "posix/unix_domain_socket_linux.h", 400 "posix/unix_domain_socket_linux.h",
399 "power_monitor/power_monitor.cc", 401 "power_monitor/power_monitor.cc",
400 "power_monitor/power_monitor.h", 402 "power_monitor/power_monitor.h",
401 "power_monitor/power_monitor_device_source.cc", 403 "power_monitor/power_monitor_device_source.cc",
402 "power_monitor/power_monitor_device_source.h", 404 "power_monitor/power_monitor_device_source.h",
403 "power_monitor/power_monitor_device_source_android.cc", 405 "power_monitor/power_monitor_device_source_android.cc",
404 "power_monitor/power_monitor_device_source_android.h", 406 "power_monitor/power_monitor_device_source_android.h",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 "process/process_linux.cc", 448 "process/process_linux.cc",
447 "process/process_metrics.h", 449 "process/process_metrics.h",
448 "process/process_metrics_freebsd.cc", 450 "process/process_metrics_freebsd.cc",
449 "process/process_metrics_ios.cc", 451 "process/process_metrics_ios.cc",
450 "process/process_metrics_linux.cc", 452 "process/process_metrics_linux.cc",
451 "process/process_metrics_mac.cc", 453 "process/process_metrics_mac.cc",
452 "process/process_metrics_openbsd.cc", 454 "process/process_metrics_openbsd.cc",
453 "process/process_metrics_posix.cc", 455 "process/process_metrics_posix.cc",
454 "process/process_metrics_win.cc", 456 "process/process_metrics_win.cc",
455 "process/process_posix.cc", 457 "process/process_posix.cc",
456 "process/process_util.h",
457 "process/process_win.cc", 458 "process/process_win.cc",
458 "profiler/scoped_profile.cc", 459 "profiler/scoped_profile.cc",
459 "profiler/scoped_profile.h", 460 "profiler/scoped_profile.h",
460 "profiler/alternate_timer.cc", 461 "profiler/alternate_timer.cc",
461 "profiler/alternate_timer.h", 462 "profiler/alternate_timer.h",
462 "profiler/tracked_time.cc", 463 "profiler/tracked_time.cc",
463 "profiler/tracked_time.h", 464 "profiler/tracked_time.h",
464 "rand_util.cc", 465 "rand_util.cc",
465 "rand_util.h", 466 "rand_util.h",
466 "rand_util_nacl.cc", 467 "rand_util_nacl.cc",
467 "rand_util_posix.cc", 468 "rand_util_posix.cc",
468 "rand_util_win.cc", 469 "rand_util_win.cc",
469 "run_loop.cc", 470 "run_loop.cc",
470 "run_loop.h", 471 "run_loop.h",
471 "safe_numerics.h",
472 "safe_strerror_posix.cc", 472 "safe_strerror_posix.cc",
473 "safe_strerror_posix.h", 473 "safe_strerror_posix.h",
474 "scoped_generic.h", 474 "scoped_generic.h",
475 "scoped_native_library.cc", 475 "scoped_native_library.cc",
476 "scoped_native_library.h", 476 "scoped_native_library.h",
477 "sequence_checker.h", 477 "sequence_checker.h",
478 "sequence_checker_impl.cc", 478 "sequence_checker_impl.cc",
479 "sequence_checker_impl.h", 479 "sequence_checker_impl.h",
480 "sequenced_task_runner.cc", 480 "sequenced_task_runner.cc",
481 "sequenced_task_runner.h", 481 "sequenced_task_runner.h",
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
898 # # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 898 # # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
899 # 'msvs_disabled_warnings': [ 899 # 'msvs_disabled_warnings': [
900 # 4267, 900 # 4267,
901 # ], 901 # ],
902 # }], 902 # }],
903 #], 903 #],
904 #'variables': { 904 #'variables': {
905 # 'optimize': 'max', 905 # 'optimize': 'max',
906 #}, 906 #},
907 } 907 }
OLDNEW
« no previous file with comments | « no previous file | base/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698