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

Side by Side Diff: tools/gn/secondary/base/BUILD.gn

Issue 23904025: Move IsRunningOnChromeOS to SysInfo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge fix Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « content/public/test/browser_test_base.cc ('k') | ui/aura/root_window_host_x11.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 config("base_libs") { 5 config("base_libs") {
6 if (!is_win) { 6 if (!is_win) {
7 ldflags = [ "-ldl" ] 7 ldflags = [ "-ldl" ]
8 } 8 }
9 } 9 }
10 10
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "bind_internal.h", 85 "bind_internal.h",
86 "bind_internal_win.h", 86 "bind_internal_win.h",
87 "bits.h", 87 "bits.h",
88 "build_time.cc", 88 "build_time.cc",
89 "build_time.h", 89 "build_time.h",
90 "callback.h", 90 "callback.h",
91 "callback_helpers.h", 91 "callback_helpers.h",
92 "callback_internal.cc", 92 "callback_internal.cc",
93 "callback_internal.h", 93 "callback_internal.h",
94 "cancelable_callback.h", 94 "cancelable_callback.h",
95 "chromeos/chromeos_version.cc",
96 "chromeos/chromeos_version.h",
97 "command_line.cc", 95 "command_line.cc",
98 "command_line.h", 96 "command_line.h",
99 "compiler_specific.h", 97 "compiler_specific.h",
100 "containers/hash_tables.h", 98 "containers/hash_tables.h",
101 "containers/linked_list.h", 99 "containers/linked_list.h",
102 "containers/mru_cache.h", 100 "containers/mru_cache.h",
103 "containers/small_map.h", 101 "containers/small_map.h",
104 "containers/stack_container.h", 102 "containers/stack_container.h",
105 "cpu.cc", 103 "cpu.cc",
106 "cpu.h", 104 "cpu.h",
(...skipping 897 matching lines...) Expand 10 before | Expand all | Expand 10 after
1004 static_library("run_all_unittests") { 1002 static_library("run_all_unittests") {
1005 external = true 1003 external = true
1006 sources = [ 1004 sources = [
1007 "test/run_all_unittests.cc", 1005 "test/run_all_unittests.cc",
1008 ] 1006 ]
1009 deps = [ 1007 deps = [
1010 ":test_support_base", 1008 ":test_support_base",
1011 ] 1009 ]
1012 } 1010 }
1013 1011
OLDNEW
« no previous file with comments | « content/public/test/browser_test_base.cc ('k') | ui/aura/root_window_host_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698