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

Side by Side Diff: base/BUILD.gn

Issue 505853003: Work on GN build of Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl try Created 6 years, 3 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 | « apps/BUILD.gn ('k') | build/config/features.gni » ('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 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 "process/memory_mac.mm", 468 "process/memory_mac.mm",
469 "process/memory_win.cc", 469 "process/memory_win.cc",
470 "process/process.h", 470 "process/process.h",
471 "process/process_handle_freebsd.cc", 471 "process/process_handle_freebsd.cc",
472 "process/process_handle_linux.cc", 472 "process/process_handle_linux.cc",
473 "process/process_handle_mac.cc", 473 "process/process_handle_mac.cc",
474 "process/process_handle_openbsd.cc", 474 "process/process_handle_openbsd.cc",
475 "process/process_handle_posix.cc", 475 "process/process_handle_posix.cc",
476 "process/process_handle_win.cc", 476 "process/process_handle_win.cc",
477 "process/process_info.h", 477 "process/process_info.h",
478 "process/process_info_linux.cc",
478 "process/process_info_mac.cc", 479 "process/process_info_mac.cc",
479 "process/process_info_win.cc", 480 "process/process_info_win.cc",
480 "process/process_iterator.cc", 481 "process/process_iterator.cc",
481 "process/process_iterator.h", 482 "process/process_iterator.h",
482 "process/process_iterator_freebsd.cc", 483 "process/process_iterator_freebsd.cc",
483 "process/process_iterator_linux.cc", 484 "process/process_iterator_linux.cc",
484 "process/process_iterator_mac.cc", 485 "process/process_iterator_mac.cc",
485 "process/process_iterator_openbsd.cc", 486 "process/process_iterator_openbsd.cc",
486 "process/process_iterator_win.cc", 487 "process/process_iterator_win.cc",
487 "process/process_linux.cc", 488 "process/process_linux.cc",
(...skipping 966 matching lines...) Expand 10 before | Expand all | Expand 10 after
1454 1455
1455 unittest_apk("base_unittests_apk") { 1456 unittest_apk("base_unittests_apk") {
1456 deps = [ 1457 deps = [
1457 ":base_java", 1458 ":base_java",
1458 ":base_java_unittest_support", 1459 ":base_java_unittest_support",
1459 ":base_unittests", 1460 ":base_unittests",
1460 ] 1461 ]
1461 unittests_dep = ":base_unittests" 1462 unittests_dep = ":base_unittests"
1462 } 1463 }
1463 } 1464 }
OLDNEW
« no previous file with comments | « apps/BUILD.gn ('k') | build/config/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698