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

Side by Side Diff: base/BUILD.gn

Issue 427573002: Move scoped_observer.h from base_unittests to base. It is not a test. (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 | base/base.gyp » ('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 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 "rand_util_nacl.cc", 502 "rand_util_nacl.cc",
503 "rand_util_posix.cc", 503 "rand_util_posix.cc",
504 "rand_util_win.cc", 504 "rand_util_win.cc",
505 "run_loop.cc", 505 "run_loop.cc",
506 "run_loop.h", 506 "run_loop.h",
507 "safe_strerror_posix.cc", 507 "safe_strerror_posix.cc",
508 "safe_strerror_posix.h", 508 "safe_strerror_posix.h",
509 "scoped_generic.h", 509 "scoped_generic.h",
510 "scoped_native_library.cc", 510 "scoped_native_library.cc",
511 "scoped_native_library.h", 511 "scoped_native_library.h",
512 "scoped_observer.h",
512 "sequence_checker.h", 513 "sequence_checker.h",
513 "sequence_checker_impl.cc", 514 "sequence_checker_impl.cc",
514 "sequence_checker_impl.h", 515 "sequence_checker_impl.h",
515 "sequenced_task_runner.cc", 516 "sequenced_task_runner.cc",
516 "sequenced_task_runner.h", 517 "sequenced_task_runner.h",
517 "sequenced_task_runner_helpers.h", 518 "sequenced_task_runner_helpers.h",
518 "sha1.h", 519 "sha1.h",
519 "sha1_portable.cc", 520 "sha1_portable.cc",
520 "sha1_win.cc", 521 "sha1_win.cc",
521 "single_thread_task_runner.h", 522 "single_thread_task_runner.h",
(...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after
1171 "process/process_metrics_unittest.cc", 1172 "process/process_metrics_unittest.cc",
1172 "process/process_metrics_unittest_ios.cc", 1173 "process/process_metrics_unittest_ios.cc",
1173 "process/process_util_unittest.cc", 1174 "process/process_util_unittest.cc",
1174 "process/process_util_unittest_ios.cc", 1175 "process/process_util_unittest_ios.cc",
1175 "profiler/tracked_time_unittest.cc", 1176 "profiler/tracked_time_unittest.cc",
1176 "rand_util_unittest.cc", 1177 "rand_util_unittest.cc",
1177 "numerics/safe_numerics_unittest.cc", 1178 "numerics/safe_numerics_unittest.cc",
1178 "scoped_clear_errno_unittest.cc", 1179 "scoped_clear_errno_unittest.cc",
1179 "scoped_generic_unittest.cc", 1180 "scoped_generic_unittest.cc",
1180 "scoped_native_library_unittest.cc", 1181 "scoped_native_library_unittest.cc",
1181 "scoped_observer.h",
1182 "security_unittest.cc", 1182 "security_unittest.cc",
1183 "sequence_checker_unittest.cc", 1183 "sequence_checker_unittest.cc",
1184 "sha1_unittest.cc", 1184 "sha1_unittest.cc",
1185 "stl_util_unittest.cc", 1185 "stl_util_unittest.cc",
1186 "strings/nullable_string16_unittest.cc", 1186 "strings/nullable_string16_unittest.cc",
1187 "strings/safe_sprintf_unittest.cc", 1187 "strings/safe_sprintf_unittest.cc",
1188 "strings/string16_unittest.cc", 1188 "strings/string16_unittest.cc",
1189 "strings/stringprintf_unittest.cc", 1189 "strings/stringprintf_unittest.cc",
1190 "strings/string_number_conversions_unittest.cc", 1190 "strings/string_number_conversions_unittest.cc",
1191 "strings/string_piece_unittest.cc", 1191 "strings/string_piece_unittest.cc",
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
1430 "android/java/templates/NativeLibraries.template", 1430 "android/java/templates/NativeLibraries.template",
1431 ] 1431 ]
1432 inputs = [ 1432 inputs = [
1433 "android/java/templates/native_libraries_array.h", 1433 "android/java/templates/native_libraries_array.h",
1434 ] 1434 ]
1435 1435
1436 package_name = "org/chromium/base/library_loader" 1436 package_name = "org/chromium/base/library_loader"
1437 include_path = "android/java/templates" 1437 include_path = "android/java/templates"
1438 } 1438 }
1439 } 1439 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698