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

Side by Side Diff: components/BUILD.gn

Issue 1772503002: Revert of [mojo-bindings] Use Watch API instead of MessagePumpMojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | components/message_port.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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "//components/syncable_prefs:unit_tests", 62 "//components/syncable_prefs:unit_tests",
63 "//components/translate/core/browser:unit_tests", 63 "//components/translate/core/browser:unit_tests",
64 "//components/translate/core/common:unit_tests", 64 "//components/translate/core/common:unit_tests",
65 "//components/translate/core/language_detection:unit_tests", 65 "//components/translate/core/language_detection:unit_tests",
66 "//components/undo:unit_tests", 66 "//components/undo:unit_tests",
67 "//components/update_client:unit_tests", 67 "//components/update_client:unit_tests",
68 "//components/upload_list:unit_tests", 68 "//components/upload_list:unit_tests",
69 "//components/variations:unit_tests", 69 "//components/variations:unit_tests",
70 "//components/variations/service:unit_tests", 70 "//components/variations/service:unit_tests",
71 "//components/web_resource:unit_tests", 71 "//components/web_resource:unit_tests",
72 "//mojo/edk/system", 72 "//mojo/edk/embedder:headers",
73 "//net", 73 "//net",
74 "//testing/gtest", 74 "//testing/gtest",
75 "//ui/base", 75 "//ui/base",
76 "//ui/resources:ui_test_pak", 76 "//ui/resources:ui_test_pak",
77 ] 77 ]
78 78
79 if (is_ios) { 79 if (is_ios) {
80 deps += [ 80 deps += [
81 "//components/signin/ios/browser:unit_tests", 81 "//components/signin/ios/browser:unit_tests",
82 "//components/translate/ios/browser:unit_tests", 82 "//components/translate/ios/browser:unit_tests",
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 if (!is_ios) { 435 if (!is_ios) {
436 deps += [ 436 deps += [
437 "//base", 437 "//base",
438 "//base/test:test_support_perf", 438 "//base/test:test_support_perf",
439 "//components/scheduler", 439 "//components/scheduler",
440 "//components/visitedlink/browser", 440 "//components/visitedlink/browser",
441 "//content/test:test_support", 441 "//content/test:test_support",
442 ] 442 ]
443 } 443 }
444 } 444 }
OLDNEW
« no previous file with comments | « no previous file | components/message_port.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698