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

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

Issue 698253004: Reland: Implement Aura side of unified touch text selection for contents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed overrides in TouchHandleDrawableAura Created 5 years, 11 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 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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 "//ui/accessibility:ax_gen", 298 "//ui/accessibility:ax_gen",
299 "//ui/base", 299 "//ui/base",
300 "//ui/gfx", 300 "//ui/gfx",
301 "//ui/gfx/geometry", 301 "//ui/gfx/geometry",
302 "//ui/gl", 302 "//ui/gl",
303 "//ui/resources", 303 "//ui/resources",
304 "//ui/shell_dialogs", 304 "//ui/shell_dialogs",
305 "//ui/snapshot", 305 "//ui/snapshot",
306 ] 306 ]
307 307
308 if (!is_chromeos) {
309 sources -=
310 [ "../browser/web_contents/touch_editable_impl_aura_browsertest.cc" ]
311 }
312
313 if (is_win) { 308 if (is_win) {
314 sources += rebase_path( 309 sources += rebase_path(
315 content_tests_gypi_values.content_browsertests_win_sources, 310 content_tests_gypi_values.content_browsertests_win_sources,
316 ".", 311 ".",
317 "//content") 312 "//content")
318 313
319 # TODO(GYP) Windows support 314 # TODO(GYP) Windows support
320 # 'resource_include_dirs': [ 315 # 'resource_include_dirs': [
321 # '<(SHARED_INTERMEDIATE_DIR)/webkit', 316 # '<(SHARED_INTERMEDIATE_DIR)/webkit',
322 # ], 317 # ],
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
689 "//content/public/common", 684 "//content/public/common",
690 "//testing/gtest", 685 "//testing/gtest",
691 "//third_party/WebKit/public:blink", 686 "//third_party/WebKit/public:blink",
692 "//ui/base", 687 "//ui/base",
693 "//ui/gfx", 688 "//ui/gfx",
694 "//ui/gfx/geometry", 689 "//ui/gfx/geometry",
695 "//ui/gl", 690 "//ui/gl",
696 ] 691 ]
697 } 692 }
698 } 693 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | ui/aura/BUILD.gn » ('j') | ui/touch_selection/touch_handle.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698