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

Side by Side Diff: base/BUILD.gn

Issue 429423002: Refactor GN source expansions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | tools/gn/BUILD.gn » ('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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/rules.gni") 8 import("//build/config/android/rules.gni")
9 } 9 }
10 10
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 "debug/trace_event_synthetic_delay.cc", 164 "debug/trace_event_synthetic_delay.cc",
165 "debug/trace_event_synthetic_delay.h", 165 "debug/trace_event_synthetic_delay.h",
166 "debug/trace_event_system_stats_monitor.cc", 166 "debug/trace_event_system_stats_monitor.cc",
167 "debug/trace_event_system_stats_monitor.h", 167 "debug/trace_event_system_stats_monitor.h",
168 "debug/trace_event_win.cc", 168 "debug/trace_event_win.cc",
169 "deferred_sequenced_task_runner.cc", 169 "deferred_sequenced_task_runner.cc",
170 "deferred_sequenced_task_runner.h", 170 "deferred_sequenced_task_runner.h",
171 "environment.cc", 171 "environment.cc",
172 "environment.h", 172 "environment.h",
173 "event_recorder.h", 173 "event_recorder.h",
174 "event_recorder_stubs.cc",
175 "event_recorder_win.cc", 174 "event_recorder_win.cc",
176 "file_descriptor_posix.h", 175 "file_descriptor_posix.h",
177 "file_util.cc", 176 "file_util.cc",
178 "file_util.h", 177 "file_util.h",
179 "file_util_android.cc", 178 "file_util_android.cc",
180 "file_util_linux.cc", 179 "file_util_linux.cc",
181 "file_util_mac.mm", 180 "file_util_mac.mm",
182 "file_util_posix.cc", 181 "file_util_posix.cc",
183 "file_util_win.cc", 182 "file_util_win.cc",
184 "file_version_info.h", 183 "file_version_info.h",
(...skipping 1265 matching lines...) Expand 10 before | Expand all | Expand 10 after
1450 1449
1451 unittest_apk("base_unittests_apk") { 1450 unittest_apk("base_unittests_apk") {
1452 deps = [ 1451 deps = [
1453 ":base_java", 1452 ":base_java",
1454 ":base_java_unittest_support", 1453 ":base_java_unittest_support",
1455 ":base_unittests", 1454 ":base_unittests",
1456 ] 1455 ]
1457 unittests_dep = ":base_unittests" 1456 unittests_dep = ":base_unittests"
1458 } 1457 }
1459 } 1458 }
OLDNEW
« no previous file with comments | « no previous file | tools/gn/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698