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

Side by Side Diff: BUILD.gn

Issue 1136653002: Reland: Actually use --extra-r-text-files in process_resources.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix nits Created 5 years, 7 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
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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 } 197 }
198 198
199 if (v8_use_external_startup_data) { 199 if (v8_use_external_startup_data) {
200 deps += [ "//gin:gin_v8_snapshot_fingerprint" ] 200 deps += [ "//gin:gin_v8_snapshot_fingerprint" ]
201 } 201 }
202 202
203 if (is_android) { 203 if (is_android) {
204 deps += [ 204 deps += [
205 "//base/android/linker:chromium_android_linker", 205 "//base/android/linker:chromium_android_linker",
206 "//build/android/gyp/test:hello_world", 206 "//build/android/gyp/test:hello_world",
207 "//build/android/tests/bad_resources:bad_resources_test_apk",
207 "//build/android/rezip", 208 "//build/android/rezip",
208 "//chrome/android:chrome_shell_apk", 209 "//chrome/android:chrome_shell_apk",
209 "//chrome/test/chromedriver/test/webview_shell:chromedriver_webview_shell_ apk", 210 "//chrome/test/chromedriver/test/webview_shell:chromedriver_webview_shell_ apk",
210 "//tools/imagediff($host_toolchain)", 211 "//tools/imagediff($host_toolchain)",
211 212
212 # TODO(GYP): Remove these when the components_unittests work. 213 # TODO(GYP): Remove these when the components_unittests work.
213 "//components/history/core/test:test", 214 "//components/history/core/test:test",
214 "//components/policy:policy_component_test_support", 215 "//components/policy:policy_component_test_support",
215 "//components/policy:test_support", 216 "//components/policy:test_support",
216 "//components/rappor:test_support", 217 "//components/rappor:test_support",
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
853 "//ui/views:views_unittests", # TooltipControllerTest failures 854 "//ui/views:views_unittests", # TooltipControllerTest failures
854 "//ui/wm:wm_unittests", # PASSES 4/21/2015 855 "//ui/wm:wm_unittests", # PASSES 4/21/2015
855 "//url:url_unittests", # PASSES 4/17/2015 856 "//url:url_unittests", # PASSES 4/17/2015
856 857
857 # TODO(GYP) nacl_integration 858 # TODO(GYP) nacl_integration
858 # TODO(GYP) telemetry_perf_unittests 859 # TODO(GYP) telemetry_perf_unittests
859 # TODO(GYP) telemetry_unittests 860 # TODO(GYP) telemetry_unittests
860 ] 861 ]
861 } 862 }
862 } 863 }
OLDNEW
« no previous file with comments | « AUTHORS ('k') | build/all.gyp » ('j') | build/android/gyp/process_resources.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698