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

Side by Side Diff: base/base.gyp

Issue 1045433002: Migrate ChromeOS to base::MemoryPressureMonitor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 5 years, 8 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 | « base/BUILD.gn ('k') | base/base.gypi » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 'bind_unittest.cc', 465 'bind_unittest.cc',
466 'bind_unittest.nc', 466 'bind_unittest.nc',
467 'bits_unittest.cc', 467 'bits_unittest.cc',
468 'build_time_unittest.cc', 468 'build_time_unittest.cc',
469 'callback_helpers_unittest.cc', 469 'callback_helpers_unittest.cc',
470 'callback_list_unittest.cc', 470 'callback_list_unittest.cc',
471 'callback_list_unittest.nc', 471 'callback_list_unittest.nc',
472 'callback_unittest.cc', 472 'callback_unittest.cc',
473 'callback_unittest.nc', 473 'callback_unittest.nc',
474 'cancelable_callback_unittest.cc', 474 'cancelable_callback_unittest.cc',
475 'chromeos/memory_pressure_observer_chromeos_unittest.cc', 475 'chromeos/memory_pressure_monitor_chromeos_unittest.cc',
476 'command_line_unittest.cc', 476 'command_line_unittest.cc',
477 'containers/adapters_unittest.cc', 477 'containers/adapters_unittest.cc',
478 'containers/hash_tables_unittest.cc', 478 'containers/hash_tables_unittest.cc',
479 'containers/linked_list_unittest.cc', 479 'containers/linked_list_unittest.cc',
480 'containers/mru_cache_unittest.cc', 480 'containers/mru_cache_unittest.cc',
481 'containers/small_map_unittest.cc', 481 'containers/small_map_unittest.cc',
482 'containers/stack_container_unittest.cc', 482 'containers/stack_container_unittest.cc',
483 'cpu_unittest.cc', 483 'cpu_unittest.cc',
484 'debug/crash_logging_unittest.cc', 484 'debug/crash_logging_unittest.cc',
485 'debug/debugger_unittest.cc', 485 'debug/debugger_unittest.cc',
(...skipping 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after
1599 'dependencies': [ 1599 'dependencies': [
1600 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1600 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1601 ], 1601 ],
1602 }], 1602 }],
1603 ], 1603 ],
1604 }, 1604 },
1605 ], 1605 ],
1606 }], 1606 }],
1607 ], 1607 ],
1608 } 1608 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698