Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(179)

Side by Side Diff: ui/base/BUILD.gn

Issue 1272193002: Editing sources for //net. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Adding_sync_to_deps
Patch Set: Editing iOS sources for //net. Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « net/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/config.gni") 9 import("//build/config/android/config.gni")
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
11 } 11 }
12 12
13 build_ime = !is_ios 13 build_ime = is_ios
sdefresne 2015/08/05 15:30:07 This should not be included in this CL. Did you fo
Dirk Pranke 2015/08/05 15:29:33 this doesn't seem right. The GYP file has !is_ios.
14 14
15 component("base") { 15 component("base") {
16 output_name = "ui_base" 16 output_name = "ui_base"
17 sources = [ 17 sources = [
18 "accelerators/accelerator.cc", 18 "accelerators/accelerator.cc",
19 "accelerators/accelerator.h", 19 "accelerators/accelerator.h",
20 "accelerators/accelerator_history.cc", 20 "accelerators/accelerator_history.cc",
21 "accelerators/accelerator_history.h", 21 "accelerators/accelerator_history.h",
22 "accelerators/accelerator_manager.cc", 22 "accelerators/accelerator_manager.cc",
23 "accelerators/accelerator_manager.h", 23 "accelerators/accelerator_manager.h",
(...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after
853 } 853 }
854 if (is_mac) { 854 if (is_mac) {
855 data += [ "$root_out_dir/ui_unittests Framework.framework/" ] 855 data += [ "$root_out_dir/ui_unittests Framework.framework/" ]
856 856
857 if (is_asan && symbol_level == 0) { 857 if (is_asan && symbol_level == 0) {
858 data += [ "$root_out_dir/ui_base_unittests.dSYM/" ] 858 data += [ "$root_out_dir/ui_base_unittests.dSYM/" ]
859 } 859 }
860 } 860 }
861 } 861 }
862 # TODO(GYP) Mac (ui_base_tests_bundle) 862 # TODO(GYP) Mac (ui_base_tests_bundle)
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698