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

Side by Side Diff: tools/gn/secondary/base/BUILD.gn

Issue 22290010: Add support for data deps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove switch Created 7 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 | Annotate | Revision Log
« no previous file with comments | « tools/gn/scope_per_file_provider.cc ('k') | tools/gn/secondary/build/config/mac/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 # found in the LICENSE file. 1 # found in the LICENSE file.
2 2
3 component("base") { 3 component("base") {
4 sources = [ 4 sources = [
5 "../build/build_config.h", 5 "../build/build_config.h",
6 "third_party/dmg_fp/dmg_fp.h", 6 "third_party/dmg_fp/dmg_fp.h",
7 "third_party/dmg_fp/g_fmt.cc", 7 "third_party/dmg_fp/g_fmt.cc",
8 "third_party/dmg_fp/dtoa_wrapper.cc", 8 "third_party/dmg_fp/dtoa_wrapper.cc",
9 "third_party/icu/icu_utf.cc", 9 "third_party/icu/icu_utf.cc",
10 "third_party/icu/icu_utf.h", 10 "third_party/icu/icu_utf.h",
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 "port.h", 375 "port.h",
376 "posix/eintr_wrapper.h", 376 "posix/eintr_wrapper.h",
377 "posix/file_descriptor_shuffle.cc", 377 "posix/file_descriptor_shuffle.cc",
378 "posix/file_descriptor_shuffle.y", 378 "posix/file_descriptor_shuffle.y",
379 "posix/global_descriptors.cc", 379 "posix/global_descriptors.cc",
380 "posix/global_descriptors.h", 380 "posix/global_descriptors.h",
381 "posix/unix_domain_socket_linux.cc", 381 "posix/unix_domain_socket_linux.cc",
382 "posix/unix_domain_socket_linux.h", 382 "posix/unix_domain_socket_linux.h",
383 "power_monitor/power_monitor.cc", 383 "power_monitor/power_monitor.cc",
384 "power_monitor/power_monitor.h", 384 "power_monitor/power_monitor.h",
385 "power_monitor/power_monitor_android.cc", 385 "power_monitor/power_monitor_device_source.cc",
386 "power_monitor/power_monitor_android.h", 386 "power_monitor/power_monitor_device_source.h",
387 "power_monitor/power_monitor_ios.mm", 387 "power_monitor/power_monitor_device_source_android.cc",
388 "power_monitor/power_monitor_mac.mm", 388 "power_monitor/power_monitor_device_source_android.h",
389 "power_monitor/power_monitor_posix.cc", 389 "power_monitor/power_monitor_device_source_ios.mm",
390 "power_monitor/power_monitor_win.cc", 390 "power_monitor/power_monitor_device_source_mac.mm",
391 "power_monitor/power_monitor_device_source_posix.cc",
392 "power_monitor/power_monitor_device_source_win.cc",
393 "power_monitor/power_monitor_source.cc",
394 "power_monitor/power_monitor_source.h",
391 "power_monitor/power_observer.h", 395 "power_monitor/power_observer.h",
392 "process/internal_linux.cc", 396 "process/internal_linux.cc",
393 "process/internal_linux.h", 397 "process/internal_linux.h",
394 "process/kill.cc", 398 "process/kill.cc",
395 "process/kill.h", 399 "process/kill.h",
396 "process/kill_mac.cc", 400 "process/kill_mac.cc",
397 "process/kill_posix.cc", 401 "process/kill_posix.cc",
398 "process/kill_win.cc", 402 "process/kill_win.cc",
399 "process/launch.h", 403 "process/launch.h",
400 "process/launch_ios.cc", 404 "process/launch_ios.cc",
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 } 958 }
955 959
956 static_library("run_all_unittests") { 960 static_library("run_all_unittests") {
957 sources = [ 961 sources = [
958 "test/run_all_unittests.cc", 962 "test/run_all_unittests.cc",
959 ] 963 ]
960 deps = [ 964 deps = [
961 ":test_support_base", 965 ":test_support_base",
962 ] 966 ]
963 } 967 }
OLDNEW
« no previous file with comments | « tools/gn/scope_per_file_provider.cc ('k') | tools/gn/secondary/build/config/mac/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698