| 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/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
| 7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 599 if (use_aura || is_mac) { | 599 if (use_aura || is_mac) { |
| 600 deps += [ "//ui/touch_selection" ] | 600 deps += [ "//ui/touch_selection" ] |
| 601 } | 601 } |
| 602 } | 602 } |
| 603 | 603 |
| 604 if (is_chromeos) { | 604 if (is_chromeos) { |
| 605 sources += [ | 605 sources += [ |
| 606 "../../ash/accelerators/accelerator_interactive_uitest_chromeos.cc", | 606 "../../ash/accelerators/accelerator_interactive_uitest_chromeos.cc", |
| 607 "../browser/chromeos/accessibility/accessibility_highlight_manager_inter
active_uitest.cc", | 607 "../browser/chromeos/accessibility/accessibility_highlight_manager_inter
active_uitest.cc", |
| 608 "../browser/chromeos/accessibility/magnification_controller_browsertest.
cc", | 608 "../browser/chromeos/accessibility/magnification_controller_browsertest.
cc", |
| 609 "../browser/chromeos/accessibility/select_to_speak_browsertest.cc", |
| 609 "../browser/chromeos/accessibility/spoken_feedback_browsertest.cc", | 610 "../browser/chromeos/accessibility/spoken_feedback_browsertest.cc", |
| 610 "../browser/chromeos/accessibility/sticky_keys_browsertest.cc", | 611 "../browser/chromeos/accessibility/sticky_keys_browsertest.cc", |
| 611 "../browser/chromeos/input_method/textinput_browsertest.cc", | 612 "../browser/chromeos/input_method/textinput_browsertest.cc", |
| 612 "../browser/chromeos/input_method/textinput_surroundingtext_browsertest.
cc", | 613 "../browser/chromeos/input_method/textinput_surroundingtext_browsertest.
cc", |
| 613 "../browser/chromeos/input_method/textinput_test_helper.cc", | 614 "../browser/chromeos/input_method/textinput_test_helper.cc", |
| 614 "../browser/chromeos/input_method/textinput_test_helper.h", | 615 "../browser/chromeos/input_method/textinput_test_helper.h", |
| 615 "../browser/chromeos/login/eula_browsertest.cc", | 616 "../browser/chromeos/login/eula_browsertest.cc", |
| 616 "../browser/chromeos/login/lock/screen_locker_browsertest.cc", | 617 "../browser/chromeos/login/lock/screen_locker_browsertest.cc", |
| 617 "../browser/chromeos/login/lock/screen_locker_tester.cc", | 618 "../browser/chromeos/login/lock/screen_locker_tester.cc", |
| 618 "../browser/chromeos/login/lock/screen_locker_tester.h", | 619 "../browser/chromeos/login/lock/screen_locker_tester.h", |
| (...skipping 4576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5195 } | 5196 } |
| 5196 | 5197 |
| 5197 if (is_win) { | 5198 if (is_win) { |
| 5198 loadable_module("conflicts_dll") { | 5199 loadable_module("conflicts_dll") { |
| 5199 testonly = true | 5200 testonly = true |
| 5200 sources = [ | 5201 sources = [ |
| 5201 "conflicts/conflicts_dll.cc", | 5202 "conflicts/conflicts_dll.cc", |
| 5202 ] | 5203 ] |
| 5203 } | 5204 } |
| 5204 } | 5205 } |
| OLD | NEW |