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

Side by Side Diff: base/BUILD.gn

Issue 1447563002: Implement frame attribution (FrameBlamer) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: It builds => ship it. Created 4 years, 10 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 | « no previous file | base/base.gyp » ('j') | base/debug/blame_context.h » ('J')
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 # HOW TO WRITE CONDITIONALS IN THIS FILE 5 # HOW TO WRITE CONDITIONALS IN THIS FILE
6 # ====================================== 6 # ======================================
7 # 7 #
8 # In many other places, one would write a conditional that expresses all the 8 # In many other places, one would write a conditional that expresses all the
9 # cases when a source file is used or unused, and then either add or subtract 9 # cases when a source file is used or unused, and then either add or subtract
10 # it from the sources list in that case 10 # it from the sources list in that case
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 "containers/small_map.h", 250 "containers/small_map.h",
251 "containers/stack_container.h", 251 "containers/stack_container.h",
252 "cpu.cc", 252 "cpu.cc",
253 "cpu.h", 253 "cpu.h",
254 "critical_closure.h", 254 "critical_closure.h",
255 "critical_closure_internal_ios.mm", 255 "critical_closure_internal_ios.mm",
256 "debug/alias.cc", 256 "debug/alias.cc",
257 "debug/alias.h", 257 "debug/alias.h",
258 "debug/asan_invalid_access.cc", 258 "debug/asan_invalid_access.cc",
259 "debug/asan_invalid_access.h", 259 "debug/asan_invalid_access.h",
260 "debug/blame_context.h",
260 "debug/close_handle_hook_win.cc", 261 "debug/close_handle_hook_win.cc",
261 "debug/close_handle_hook_win.h", 262 "debug/close_handle_hook_win.h",
262 "debug/crash_logging.cc", 263 "debug/crash_logging.cc",
263 "debug/crash_logging.h", 264 "debug/crash_logging.h",
264 "debug/debugger.cc", 265 "debug/debugger.cc",
265 "debug/debugger.h", 266 "debug/debugger.h",
266 "debug/debugger_posix.cc", 267 "debug/debugger_posix.cc",
267 "debug/debugger_win.cc", 268 "debug/debugger_win.cc",
268 "debug/dump_without_crashing.cc", 269 "debug/dump_without_crashing.cc",
269 "debug/dump_without_crashing.h", 270 "debug/dump_without_crashing.h",
(...skipping 1297 matching lines...) Expand 10 before | Expand all | Expand 10 after
1567 "cancelable_callback_unittest.cc", 1568 "cancelable_callback_unittest.cc",
1568 "command_line_unittest.cc", 1569 "command_line_unittest.cc",
1569 "containers/adapters_unittest.cc", 1570 "containers/adapters_unittest.cc",
1570 "containers/hash_tables_unittest.cc", 1571 "containers/hash_tables_unittest.cc",
1571 "containers/linked_list_unittest.cc", 1572 "containers/linked_list_unittest.cc",
1572 "containers/mru_cache_unittest.cc", 1573 "containers/mru_cache_unittest.cc",
1573 "containers/scoped_ptr_hash_map_unittest.cc", 1574 "containers/scoped_ptr_hash_map_unittest.cc",
1574 "containers/small_map_unittest.cc", 1575 "containers/small_map_unittest.cc",
1575 "containers/stack_container_unittest.cc", 1576 "containers/stack_container_unittest.cc",
1576 "cpu_unittest.cc", 1577 "cpu_unittest.cc",
1578 "debug/blame_context_unittest.cc",
1577 "debug/crash_logging_unittest.cc", 1579 "debug/crash_logging_unittest.cc",
1578 "debug/debugger_unittest.cc", 1580 "debug/debugger_unittest.cc",
1579 "debug/leak_tracker_unittest.cc", 1581 "debug/leak_tracker_unittest.cc",
1580 "debug/proc_maps_linux_unittest.cc", 1582 "debug/proc_maps_linux_unittest.cc",
1581 "debug/stack_trace_unittest.cc", 1583 "debug/stack_trace_unittest.cc",
1582 "debug/task_annotator_unittest.cc", 1584 "debug/task_annotator_unittest.cc",
1583 "deferred_sequenced_task_runner_unittest.cc", 1585 "deferred_sequenced_task_runner_unittest.cc",
1584 "environment_unittest.cc", 1586 "environment_unittest.cc",
1585 "file_version_info_unittest.cc", 1587 "file_version_info_unittest.cc",
1586 "files/dir_reader_posix_unittest.cc", 1588 "files/dir_reader_posix_unittest.cc",
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
2095 2097
2096 # GYP: //base.gyp:base_java_unittest_support 2098 # GYP: //base.gyp:base_java_unittest_support
2097 android_library("base_java_unittest_support") { 2099 android_library("base_java_unittest_support") {
2098 deps = [ 2100 deps = [
2099 ":base_java", 2101 ":base_java",
2100 ] 2102 ]
2101 java_files = 2103 java_files =
2102 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2104 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2103 } 2105 }
2104 } 2106 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/debug/blame_context.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698