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

Side by Side Diff: content/test/BUILD.gn

Issue 895363005: Revert of Split ui/base/ime into a new component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « content/shell/BUILD.gn ('k') | extensions/shell/BUILD.gn » ('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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/module_args/v8.gni") 8 import("//build/module_args/v8.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") 10 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
(...skipping 16 matching lines...) Expand all
27 "//content/public/app:both", 27 "//content/public/app:both",
28 "//content/public/browser:browser_sources", 28 "//content/public/browser:browser_sources",
29 "//content/public/common:common_sources", 29 "//content/public/common:common_sources",
30 "//net:test_support", 30 "//net:test_support",
31 "//skia", 31 "//skia",
32 "//storage/common", 32 "//storage/common",
33 "//testing/gmock", 33 "//testing/gmock",
34 "//testing/gtest", 34 "//testing/gtest",
35 "//ui/accessibility:ax_gen", 35 "//ui/accessibility:ax_gen",
36 "//ui/base", 36 "//ui/base",
37 "//ui/base/ime",
38 "//ui/base:test_support", 37 "//ui/base:test_support",
39 "//ui/events:dom4_keycode_converter", 38 "//ui/events:dom4_keycode_converter",
40 "//ui/events:events_base", 39 "//ui/events:events_base",
41 "//ui/events:test_support", 40 "//ui/events:test_support",
42 "//ui/events:gesture_detection", 41 "//ui/events:gesture_detection",
43 "//ui/gfx:test_support", 42 "//ui/gfx:test_support",
44 "//ui/gl", 43 "//ui/gl",
45 "//ui/resources", 44 "//ui/resources",
46 "//url", 45 "//url",
47 ] 46 ]
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 #"//ppapi:ppapi_tests", TODO(GYP) 292 #"//ppapi:ppapi_tests", TODO(GYP)
294 #"//ppapi:ppapi_unittest_shared", TODO(GYP) 293 #"//ppapi:ppapi_unittest_shared", TODO(GYP)
295 "//testing/gmock", 294 "//testing/gmock",
296 "//testing/gtest", 295 "//testing/gtest",
297 "//third_party/WebKit/public:blink", 296 "//third_party/WebKit/public:blink",
298 "//third_party/leveldatabase", 297 "//third_party/leveldatabase",
299 "//third_party/mesa:osmesa", 298 "//third_party/mesa:osmesa",
300 "//ui/accessibility", 299 "//ui/accessibility",
301 "//ui/accessibility:ax_gen", 300 "//ui/accessibility:ax_gen",
302 "//ui/base", 301 "//ui/base",
303 "//ui/base/ime",
304 "//ui/gfx", 302 "//ui/gfx",
305 "//ui/gfx/geometry", 303 "//ui/gfx/geometry",
306 "//ui/gl", 304 "//ui/gl",
307 "//ui/resources", 305 "//ui/resources",
308 "//ui/shell_dialogs", 306 "//ui/shell_dialogs",
309 "//ui/snapshot", 307 "//ui/snapshot",
310 ] 308 ]
311 309
312 if (!is_chromeos) { 310 if (!is_chromeos) {
313 sources -= 311 sources -=
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 "//content/public/common", 692 "//content/public/common",
695 "//testing/gtest", 693 "//testing/gtest",
696 "//third_party/WebKit/public:blink", 694 "//third_party/WebKit/public:blink",
697 "//ui/base", 695 "//ui/base",
698 "//ui/gfx", 696 "//ui/gfx",
699 "//ui/gfx/geometry", 697 "//ui/gfx/geometry",
700 "//ui/gl", 698 "//ui/gl",
701 ] 699 ]
702 } 700 }
703 } 701 }
OLDNEW
« no previous file with comments | « content/shell/BUILD.gn ('k') | extensions/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698