OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |