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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
343 if (is_android) { | 343 if (is_android) { |
344 sources += rebase_path( | 344 sources += rebase_path( |
345 content_tests_gypi_values.content_browsertests_android_sources, | 345 content_tests_gypi_values.content_browsertests_android_sources, |
346 ".", | 346 ".", |
347 "//content") | 347 "//content") |
348 sources -= | 348 sources -= |
349 [ "../browser/battery_status/battery_monitor_impl_browsertest.cc" ] | 349 [ "../browser/battery_status/battery_monitor_impl_browsertest.cc" ] |
350 deps += [ | 350 deps += [ |
351 "//content/shell/android:content_shell_jni_headers", | 351 "//content/shell/android:content_shell_jni_headers", |
352 "//content/shell:content_shell_lib", | 352 "//content/shell:content_shell_lib", |
353 "//testing/android/native_test:native_test_support", | 353 "//testing/android/native_test:native_test_util", |
354 ] | 354 ] |
355 | 355 |
356 use_launcher = false | 356 use_launcher = false |
357 } | 357 } |
358 | 358 |
359 if (is_mac) { | 359 if (is_mac) { |
360 sources += [ "../renderer/external_popup_menu_browsertest.cc" ] | 360 sources += [ "../renderer/external_popup_menu_browsertest.cc" ] |
361 deps += [ | 361 deps += [ |
362 # Needed for Content Shell.app's Helper. | 362 # Needed for Content Shell.app's Helper. |
363 #"//content/shell:content_shell", #TODO(GYP) enable for mac | 363 #"//content/shell:content_shell", #TODO(GYP) enable for mac |
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
692 "//gpu/blink", | 692 "//gpu/blink", |
693 "//testing/gtest", | 693 "//testing/gtest", |
694 "//third_party/WebKit/public:blink", | 694 "//third_party/WebKit/public:blink", |
695 "//ui/base", | 695 "//ui/base", |
696 "//ui/gfx", | 696 "//ui/gfx", |
697 "//ui/gfx/geometry", | 697 "//ui/gfx/geometry", |
698 "//ui/gl", | 698 "//ui/gl", |
699 ] | 699 ] |
700 } | 700 } |
701 } | 701 } |
OLD | NEW |