| 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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build/module_args/v8.gni") | 9 import("//build/module_args/v8.gni") |
| 10 import("//testing/test.gni") | 10 import("//testing/test.gni") |
| (...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 "//ui/gfx", | 312 "//ui/gfx", |
| 313 "//ui/gfx/geometry", | 313 "//ui/gfx/geometry", |
| 314 "//ui/gl", | 314 "//ui/gl", |
| 315 "//ui/resources", | 315 "//ui/resources", |
| 316 "//ui/shell_dialogs", | 316 "//ui/shell_dialogs", |
| 317 "//ui/snapshot", | 317 "//ui/snapshot", |
| 318 ] | 318 ] |
| 319 | 319 |
| 320 data_deps = [ "//ppapi:ppapi_tests" ] # Loaded at runtime. | 320 data_deps = [ "//ppapi:ppapi_tests" ] # Loaded at runtime. |
| 321 | 321 |
| 322 if (!is_chromeos) { | |
| 323 sources -= | |
| 324 [ "../browser/web_contents/touch_editable_impl_aura_browsertest.cc" ] | |
| 325 } | |
| 326 | |
| 327 if (is_win) { | 322 if (is_win) { |
| 328 sources += rebase_path( | 323 sources += rebase_path( |
| 329 content_tests_gypi_values.content_browsertests_win_sources, | 324 content_tests_gypi_values.content_browsertests_win_sources, |
| 330 ".", | 325 ".", |
| 331 "//content") | 326 "//content") |
| 332 | 327 |
| 333 deps += [ | 328 deps += [ |
| 334 "//content/app/strings", | 329 "//content/app/strings", |
| 335 "//net:net_resources", | 330 "//net:net_resources", |
| 336 "//third_party/WebKit/public:resources", | 331 "//third_party/WebKit/public:resources", |
| (...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 698 "//gpu/blink", | 693 "//gpu/blink", |
| 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 |