| 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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 "//third_party/WebKit/Source/platform:blink_heap_unittests", | 189 "//third_party/WebKit/Source/platform:blink_heap_unittests", |
| 190 "//third_party/WebKit/Source/platform:blink_platform_unittests", | 190 "//third_party/WebKit/Source/platform:blink_platform_unittests", |
| 191 "//third_party/WebKit/Source/web:webkit_unit_tests", | 191 "//third_party/WebKit/Source/web:webkit_unit_tests", |
| 192 "//third_party/WebKit/Source/wtf:wtf_unittests", | 192 "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 193 "//third_party/mojo/src/mojo/edk/system:mojo_system_unittests", | 193 "//third_party/mojo/src/mojo/edk/system:mojo_system_unittests", |
| 194 "//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests", | 194 "//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests", |
| 195 "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests", | 195 "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests", |
| 196 "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests", | 196 "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests", |
| 197 "//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests", | 197 "//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests", |
| 198 "//third_party/smhasher:pmurhash", | 198 "//third_party/smhasher:pmurhash", |
| 199 "//tools/battor_agent", | |
| 200 "//tools/imagediff($host_toolchain)", | 199 "//tools/imagediff($host_toolchain)", |
| 201 "//tools/telemetry:bitmaptools($host_toolchain)", | 200 "//tools/telemetry:bitmaptools($host_toolchain)", |
| 202 "//ui/display:display_unittests", | 201 "//ui/display:display_unittests", |
| 203 "//ui/events:events_unittests", | 202 "//ui/events:events_unittests", |
| 204 "//ui/gl:gl_unittests", | 203 "//ui/gl:gl_unittests", |
| 205 "//ui/touch_selection:ui_touch_selection_unittests", | 204 "//ui/touch_selection:ui_touch_selection_unittests", |
| 206 ] | 205 ] |
| 207 } else { | 206 } else { |
| 208 deps += [ | 207 deps += [ |
| 209 "//ios/net:ios_net_unittests", | 208 "//ios/net:ios_net_unittests", |
| 210 "//ios/public/provider/web", | 209 "//ios/public/provider/web", |
| 211 "//ios/testing:ocmock_support_unittest", | 210 "//ios/testing:ocmock_support_unittest", |
| 212 "//ios/web:ios_web_unittests", | 211 "//ios/web:ios_web_unittests", |
| 213 "//ios/web/shell:ios_web_shell", | 212 "//ios/web/shell:ios_web_shell", |
| 214 ] | 213 ] |
| 215 | 214 |
| 216 if (ios_use_webrtc) { | 215 if (ios_use_webrtc) { |
| 217 deps += [ | 216 deps += [ |
| 218 "//ios/chrome:ios_chrome_unittests", | 217 "//ios/chrome:ios_chrome_unittests", |
| 219 "//ios/chrome/app", | 218 "//ios/chrome/app", |
| 220 "//ios/chrome/browser", | 219 "//ios/chrome/browser", |
| 221 "//ios/chrome/common", | 220 "//ios/chrome/common", |
| 222 "//ios/public/provider/chrome/browser", | 221 "//ios/public/provider/chrome/browser", |
| 223 ] | 222 ] |
| 224 } | 223 } |
| 225 } | 224 } |
| 226 | 225 |
| 226 if (is_mac || is_win || is_linux) { |
| 227 deps += [ "//tools/battor_agent" ] |
| 228 } |
| 229 |
| 227 deps += root_extra_deps | 230 deps += root_extra_deps |
| 228 | 231 |
| 229 if (enable_extensions) { | 232 if (enable_extensions) { |
| 230 deps += [ "//extensions/shell:app_shell_unittests" ] | 233 deps += [ "//extensions/shell:app_shell_unittests" ] |
| 231 } | 234 } |
| 232 | 235 |
| 233 if (enable_media_router) { | 236 if (enable_media_router) { |
| 234 deps += [ "//chrome/browser/media/router" ] | 237 deps += [ "//chrome/browser/media/router" ] |
| 235 } | 238 } |
| 236 | 239 |
| (...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 857 ] | 860 ] |
| 858 | 861 |
| 859 if (target_cpu == "x86") { | 862 if (target_cpu == "x86") { |
| 860 deps += [ "//chrome/tools/crash_service:crash_service_win64" ] | 863 deps += [ "//chrome/tools/crash_service:crash_service_win64" ] |
| 861 } | 864 } |
| 862 } else { | 865 } else { |
| 863 deps += [ "//breakpad:minidump_stackwalk($host_toolchain)" ] | 866 deps += [ "//breakpad:minidump_stackwalk($host_toolchain)" ] |
| 864 } | 867 } |
| 865 } | 868 } |
| 866 } | 869 } |
| OLD | NEW |