| 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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 "//ui/base", | 305 "//ui/base", |
| 306 "//ui/base/ime", | 306 "//ui/base/ime", |
| 307 "//ui/gfx", | 307 "//ui/gfx", |
| 308 "//ui/gfx/geometry", | 308 "//ui/gfx/geometry", |
| 309 "//ui/gl", | 309 "//ui/gl", |
| 310 "//ui/resources", | 310 "//ui/resources", |
| 311 "//ui/shell_dialogs", | 311 "//ui/shell_dialogs", |
| 312 "//ui/snapshot", | 312 "//ui/snapshot", |
| 313 ] | 313 ] |
| 314 | 314 |
| 315 if (!is_chromeos) { | |
| 316 sources -= | |
| 317 [ "../browser/web_contents/touch_editable_impl_aura_browsertest.cc" ] | |
| 318 } | |
| 319 | |
| 320 if (is_win) { | 315 if (is_win) { |
| 321 sources += rebase_path( | 316 sources += rebase_path( |
| 322 content_tests_gypi_values.content_browsertests_win_sources, | 317 content_tests_gypi_values.content_browsertests_win_sources, |
| 323 ".", | 318 ".", |
| 324 "//content") | 319 "//content") |
| 325 | 320 |
| 326 # TODO(GYP) Windows support | 321 # TODO(GYP) Windows support |
| 327 # 'resource_include_dirs': [ | 322 # 'resource_include_dirs': [ |
| 328 # '<(SHARED_INTERMEDIATE_DIR)/webkit', | 323 # '<(SHARED_INTERMEDIATE_DIR)/webkit', |
| 329 # ], | 324 # ], |
| (...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 698 "//content/public/common", | 693 "//content/public/common", |
| 699 "//testing/gtest", | 694 "//testing/gtest", |
| 700 "//third_party/WebKit/public:blink", | 695 "//third_party/WebKit/public:blink", |
| 701 "//ui/base", | 696 "//ui/base", |
| 702 "//ui/gfx", | 697 "//ui/gfx", |
| 703 "//ui/gfx/geometry", | 698 "//ui/gfx/geometry", |
| 704 "//ui/gl", | 699 "//ui/gl", |
| 705 ] | 700 ] |
| 706 } | 701 } |
| 707 } | 702 } |
| OLD | NEW |