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

Side by Side Diff: BUILD.gn

Issue 1722773002: Mustash: Move GURL ParamTraits to url/ipc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « no previous file | content/browser/frame_host/navigator_impl.cc » ('j') | url/ipc/BUILD.gn » ('J')
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 # 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
189 "//third_party/WebKit/Source/platform:blink_platform_unittests", 189 "//third_party/WebKit/Source/platform:blink_platform_unittests",
190 "//third_party/WebKit/Source/web:webkit_unit_tests", 190 "//third_party/WebKit/Source/web:webkit_unit_tests",
191 "//third_party/WebKit/Source/wtf:wtf_unittests", 191 "//third_party/WebKit/Source/wtf:wtf_unittests",
192 "//third_party/catapult/telemetry:bitmaptools($host_toolchain)", 192 "//third_party/catapult/telemetry:bitmaptools($host_toolchain)",
193 "//third_party/smhasher:pmurhash", 193 "//third_party/smhasher:pmurhash",
194 "//tools/imagediff($host_toolchain)", 194 "//tools/imagediff($host_toolchain)",
195 "//ui/display:display_unittests", 195 "//ui/display:display_unittests",
196 "//ui/events:events_unittests", 196 "//ui/events:events_unittests",
197 "//ui/gl:gl_unittests", 197 "//ui/gl:gl_unittests",
198 "//ui/touch_selection:ui_touch_selection_unittests", 198 "//ui/touch_selection:ui_touch_selection_unittests",
199 "//url/ipc:url_ipc_unittests",
199 ] 200 ]
200 } else { 201 } else {
201 deps += [ 202 deps += [
202 "//ios/net:ios_net_unittests", 203 "//ios/net:ios_net_unittests",
203 "//ios/public/provider/web", 204 "//ios/public/provider/web",
204 "//ios/testing:ocmock_support_unittest", 205 "//ios/testing:ocmock_support_unittest",
205 "//ios/web:ios_web_unittests", 206 "//ios/web:ios_web_unittests",
206 "//ios/web/shell:ios_web_shell", 207 "//ios/web/shell:ios_web_shell",
207 ] 208 ]
208 209
(...skipping 661 matching lines...) Expand 10 before | Expand all | Expand 10 after
870 ] 871 ]
871 872
872 if (target_cpu == "x86") { 873 if (target_cpu == "x86") {
873 deps += [ "//chrome/tools/crash_service:crash_service_win64" ] 874 deps += [ "//chrome/tools/crash_service:crash_service_win64" ]
874 } 875 }
875 } else { 876 } else {
876 deps += [ "//breakpad:minidump_stackwalk($host_toolchain)" ] 877 deps += [ "//breakpad:minidump_stackwalk($host_toolchain)" ]
877 } 878 }
878 } 879 }
879 } 880 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/frame_host/navigator_impl.cc » ('j') | url/ipc/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698