| OLD | NEW |
| 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 # This is the root build file for GN. GN will start processing by loading this | 5 # This is the root build file for GN. GN will start processing by loading this |
| 6 # file, and recursively load all dependencies until all dependencies are either | 6 # file, and recursively load all dependencies until all dependencies are either |
| 7 # resolved or known not to exist (which will cause the build to fail). So if | 7 # resolved or known not to exist (which will cause the build to fail). So if |
| 8 # you add a new build file, there must be some path of dependencies from this | 8 # you add a new build file, there must be some path of dependencies from this |
| 9 # file to your new one or GN won't know about it. | 9 # file to your new one or GN won't know about it. |
| 10 | 10 |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 deps = [ | 104 deps = [ |
| 105 "//chrome/installer/gcapi", | 105 "//chrome/installer/gcapi", |
| 106 "//chrome/installer/mini_installer", | 106 "//chrome/installer/mini_installer", |
| 107 "//components/policy:pack_policy_templates", | 107 "//components/policy:pack_policy_templates", |
| 108 "//courgette", | 108 "//courgette", |
| 109 "//courgette:copy_courgette_binaries", | 109 "//courgette:copy_courgette_binaries", |
| 110 "//remoting/webapp", | 110 "//remoting/webapp", |
| 111 ] | 111 ] |
| 112 | 112 |
| 113 if (target_cpu == "x86") { | 113 if (target_cpu == "x86") { |
| 114 deps += [ "//chrome/tools/disable_outdated_build_detector" ] |
| 114 if (is_clang) { | 115 if (is_clang) { |
| 115 deps += [ "//courgette(//build/toolchain/win:clang_x64)" ] | 116 deps += [ "//courgette(//build/toolchain/win:clang_x64)" ] |
| 116 } else { | 117 } else { |
| 117 deps += [ "//courgette(//build/toolchain/win:x64)" ] | 118 deps += [ "//courgette(//build/toolchain/win:x64)" ] |
| 118 } | 119 } |
| 119 if (is_chrome_branded) { | 120 if (is_chrome_branded) { |
| 120 deps += [ "//remoting/host:remoting_host_installation" ] | 121 deps += [ "//remoting/host:remoting_host_installation" ] |
| 121 } | 122 } |
| 122 } | 123 } |
| 123 } | 124 } |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 } | 351 } |
| 351 | 352 |
| 352 if (v8_use_external_startup_data) { | 353 if (v8_use_external_startup_data) { |
| 353 deps += [ "//gin:gin_v8_snapshot_fingerprint" ] | 354 deps += [ "//gin:gin_v8_snapshot_fingerprint" ] |
| 354 } | 355 } |
| 355 | 356 |
| 356 if (is_win) { | 357 if (is_win) { |
| 357 deps += [ | 358 deps += [ |
| 358 "//chrome/installer/gcapi", | 359 "//chrome/installer/gcapi", |
| 359 "//chrome/tools/build/win/syzygy:chrome_dll_syzygy", | 360 "//chrome/tools/build/win/syzygy:chrome_dll_syzygy", |
| 360 "//chrome/tools/disable_outdated_build_detector", | |
| 361 ] | 361 ] |
| 362 } | 362 } |
| 363 | 363 |
| 364 if (is_android) { | 364 if (is_android) { |
| 365 deps += [ | 365 deps += [ |
| 366 "//base:base_junit_tests", | 366 "//base:base_junit_tests", |
| 367 "//base/android/linker:chromium_android_linker", | 367 "//base/android/linker:chromium_android_linker", |
| 368 "//build/android/gyp/test:hello_world", | 368 "//build/android/gyp/test:hello_world", |
| 369 "//build/android/rezip", | 369 "//build/android/rezip", |
| 370 "//chrome/android/webapk/shell_apk:webapk", | 370 "//chrome/android/webapk/shell_apk:webapk", |
| (...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 699 } | 699 } |
| 700 | 700 |
| 701 if (!is_android && !is_ios) { | 701 if (!is_android && !is_ios) { |
| 702 deps += [ "//content/browser/bluetooth/tools:bluetooth_metrics_hash" ] | 702 deps += [ "//content/browser/bluetooth/tools:bluetooth_metrics_hash" ] |
| 703 } | 703 } |
| 704 | 704 |
| 705 if (!is_android && !is_ios && !is_chromeos) { | 705 if (!is_android && !is_ios && !is_chromeos) { |
| 706 deps += [ "//components/proximity_auth:proximity_auth_unittests" ] | 706 deps += [ "//components/proximity_auth:proximity_auth_unittests" ] |
| 707 } | 707 } |
| 708 | 708 |
| 709 if (is_win && target_cpu == "x86") { |
| 710 deps += [ "//chrome/tools/disable_outdated_build_detector" ] |
| 711 } |
| 712 |
| 709 if (is_win || is_linux) { | 713 if (is_win || is_linux) { |
| 710 deps += [ | 714 deps += [ |
| 711 "//mash:all", | 715 "//mash:all", |
| 712 "//media/mojo/services:media_mojo_shell_unittests", | 716 "//media/mojo/services:media_mojo_shell_unittests", |
| 713 "//mojo", | 717 "//mojo", |
| 714 "//services/navigation", | 718 "//services/navigation", |
| 715 "//services/ui/demo", | 719 "//services/ui/demo", |
| 716 "//services/ui/ws:tests", | 720 "//services/ui/ws:tests", |
| 717 "//ui/views/mus:views_mus_interactive_ui_tests", | 721 "//ui/views/mus:views_mus_interactive_ui_tests", |
| 718 "//ui/views/mus:views_mus_unittests", | 722 "//ui/views/mus:views_mus_unittests", |
| (...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1119 "//ui/display:display_unittests", | 1123 "//ui/display:display_unittests", |
| 1120 "//ui/events:events_unittests", | 1124 "//ui/events:events_unittests", |
| 1121 "//ui/gfx:gfx_unittests", | 1125 "//ui/gfx:gfx_unittests", |
| 1122 "//ui/gl:gl_unittests", | 1126 "//ui/gl:gl_unittests", |
| 1123 "//ui/keyboard:keyboard_unittests", | 1127 "//ui/keyboard:keyboard_unittests", |
| 1124 "//ui/touch_selection:ui_touch_selection_unittests", | 1128 "//ui/touch_selection:ui_touch_selection_unittests", |
| 1125 "//url:url_unittests", | 1129 "//url:url_unittests", |
| 1126 ] | 1130 ] |
| 1127 } | 1131 } |
| 1128 } | 1132 } |
| OLD | NEW |