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

Side by Side Diff: components/BUILD.gn

Issue 1442043002: Port //components/webp_transcode to build with gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@password_manager
Patch Set: Created 5 years, 1 month 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 | components/webp_transcode.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 if (is_android) { 10 if (is_android) {
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 deps -= [ "//components/wifi" ] 211 deps -= [ "//components/wifi" ]
212 } 212 }
213 213
214 if (!is_chromeos) { 214 if (!is_chromeos) {
215 deps -= [ 215 deps -= [
216 "//components/pairing", 216 "//components/pairing",
217 "//components/wifi_sync", 217 "//components/wifi_sync",
218 ] 218 ]
219 } 219 }
220 } else { 220 } else {
221 deps += [ "//components/autofill/ios/browser" ] 221 deps += [
222 "//components/autofill/ios/browser",
223 "//components/webp_transcode",
224 ]
222 } 225 }
223 226
224 if (toolkit_views) { 227 if (toolkit_views) {
225 deps += [ "//components/constrained_window" ] 228 deps += [ "//components/constrained_window" ]
226 } 229 }
227 230
228 if (is_android) { 231 if (is_android) {
229 deps -= [ 232 deps -= [
230 "//components/autofill/content/browser", # Blocked on content/blink. 233 "//components/autofill/content/browser", # Blocked on content/blink.
231 "//components/autofill/content/common", # Blocked on content. 234 "//components/autofill/content/common", # Blocked on content.
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 # TODO(GYP) need this target. 486 # TODO(GYP) need this target.
484 #'breakpad/app/crash_keys_win_unittest.cc', 487 #'breakpad/app/crash_keys_win_unittest.cc',
485 488
486 if (enable_configuration_policy) { 489 if (enable_configuration_policy) {
487 deps += [ 490 deps += [
488 "//components/policy/core/browser:unit_tests", 491 "//components/policy/core/browser:unit_tests",
489 "//components/policy/core/common:unit_tests", 492 "//components/policy/core/common:unit_tests",
490 ] 493 ]
491 } 494 }
492 } else { 495 } else {
493 deps += [ "//components/sessions:unit_tests" ] 496 deps += [ "//components/webp_transcode:unit_tests" ]
494 } 497 }
495 498
496 if (toolkit_views) { 499 if (toolkit_views) {
497 # TODO bug 522654 Enable this when the undefined symbol is fixed in 500 # TODO bug 522654 Enable this when the undefined symbol is fixed in
498 # web_modal such that this links. 501 # web_modal such that this links.
499 #deps += [ "//components/constrained_window:unit_tests" ] 502 #deps += [ "//components/constrained_window:unit_tests" ]
500 } 503 }
501 504
502 if (is_win) { 505 if (is_win) {
503 deps += [ "//components/browser_watcher:unit_tests" ] 506 deps += [ "//components/browser_watcher:unit_tests" ]
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 ] 688 ]
686 if (!is_ios) { 689 if (!is_ios) {
687 deps += [ 690 deps += [
688 "//base", 691 "//base",
689 "//base/test:test_support_perf", 692 "//base/test:test_support_perf",
690 "//content/test:test_support", 693 "//content/test:test_support",
691 "//components/visitedlink/browser", 694 "//components/visitedlink/browser",
692 ] 695 ]
693 } 696 }
694 } 697 }
OLDNEW
« no previous file with comments | « no previous file | components/webp_transcode.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698