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

Side by Side Diff: BUILD.gn

Issue 1295243003: Initial commit of the blimp/ folder and target (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moar nitz Created 5 years, 3 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 | blimp/OWNERS » ('j') | blimp/client/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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 deps += [ "//gin:gin_v8_snapshot_fingerprint" ] 207 deps += [ "//gin:gin_v8_snapshot_fingerprint" ]
208 } 208 }
209 209
210 if (is_win) { 210 if (is_win) {
211 deps += [ "//chrome/tools/build/win/syzygy:chrome_dll_syzygy" ] 211 deps += [ "//chrome/tools/build/win/syzygy:chrome_dll_syzygy" ]
212 } 212 }
213 213
214 if (is_android) { 214 if (is_android) {
215 deps += [ 215 deps += [
216 "//base/android/linker:chromium_android_linker", 216 "//base/android/linker:chromium_android_linker",
217 "//blimp/client:blimp_apk",
217 "//build/android/gyp/test:hello_world", 218 "//build/android/gyp/test:hello_world",
218 "//build/android/rezip", 219 "//build/android/rezip",
219 "//chrome/android:chrome_public_apk", 220 "//chrome/android:chrome_public_apk",
220 "//chrome/android:chrome_public_test_apk", 221 "//chrome/android:chrome_public_test_apk",
221 "//chrome/android:chrome_shell_apk", 222 "//chrome/android:chrome_shell_apk",
222 "//chrome/test/chromedriver/test/webview_shell:chromedriver_webview_shell_ apk", 223 "//chrome/test/chromedriver/test/webview_shell:chromedriver_webview_shell_ apk",
223 "//third_party/errorprone:chromium_errorprone", 224 "//third_party/errorprone:chromium_errorprone",
224 "//tools/imagediff($host_toolchain)", 225 "//tools/imagediff($host_toolchain)",
225 226
226 # TODO(GYP): Remove these when the components_unittests work. 227 # TODO(GYP): Remove these when the components_unittests work.
(...skipping 703 matching lines...) Expand 10 before | Expand all | Expand 10 after
930 "//ui/views:views_unittests", # TooltipControllerTest failures 931 "//ui/views:views_unittests", # TooltipControllerTest failures
931 "//ui/wm:wm_unittests", # PASSES 4/21/2015 932 "//ui/wm:wm_unittests", # PASSES 4/21/2015
932 "//url:url_unittests", # PASSES 4/17/2015 933 "//url:url_unittests", # PASSES 4/17/2015
933 934
934 # TODO(GYP) nacl_integration 935 # TODO(GYP) nacl_integration
935 # TODO(GYP) telemetry_perf_unittests 936 # TODO(GYP) telemetry_perf_unittests
936 # TODO(GYP) telemetry_unittests 937 # TODO(GYP) telemetry_unittests
937 ] 938 ]
938 } 939 }
939 } 940 }
OLDNEW
« no previous file with comments | « no previous file | blimp/OWNERS » ('j') | blimp/client/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698