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

Side by Side Diff: base/BUILD.gn

Issue 1122863005: Create base::win::MemoryPressureMonitor class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed grt's comments. Created 5 years, 7 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/win/memory_pressure_monitor.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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 "win/event_trace_controller.cc", 592 "win/event_trace_controller.cc",
593 "win/event_trace_controller.h", 593 "win/event_trace_controller.h",
594 "win/event_trace_provider.cc", 594 "win/event_trace_provider.cc",
595 "win/event_trace_provider.h", 595 "win/event_trace_provider.h",
596 "win/i18n.cc", 596 "win/i18n.cc",
597 "win/i18n.h", 597 "win/i18n.h",
598 "win/iat_patch_function.cc", 598 "win/iat_patch_function.cc",
599 "win/iat_patch_function.h", 599 "win/iat_patch_function.h",
600 "win/iunknown_impl.cc", 600 "win/iunknown_impl.cc",
601 "win/iunknown_impl.h", 601 "win/iunknown_impl.h",
602 "win/memory_pressure_monitor.cc",
Nico 2015/05/05 21:25:11 can you call this memory_pressure_monitor_win for
chrisha 2015/05/06 02:40:24 I originally had that, but removed it at grt@'s re
grt (UTC plus 2) 2015/05/06 13:26:36 We use the base::win namespace for files in src/ba
Nico 2015/05/06 22:57:14 On Mac, it's also the only file named _mac. I'm fi
603 "win/memory_pressure_monitor.h",
602 "win/message_window.cc", 604 "win/message_window.cc",
603 "win/message_window.h", 605 "win/message_window.h",
604 "win/metro.cc", 606 "win/metro.cc",
605 "win/metro.h", 607 "win/metro.h",
606 "win/object_watcher.cc", 608 "win/object_watcher.cc",
607 "win/object_watcher.h", 609 "win/object_watcher.h",
608 "win/registry.cc", 610 "win/registry.cc",
609 "win/registry.h", 611 "win/registry.h",
610 "win/resource_util.cc", 612 "win/resource_util.cc",
611 "win/resource_util.h", 613 "win/resource_util.h",
(...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after
1275 "values_unittest.cc", 1277 "values_unittest.cc",
1276 "version_unittest.cc", 1278 "version_unittest.cc",
1277 "vlog_unittest.cc", 1279 "vlog_unittest.cc",
1278 "win/dllmain.cc", 1280 "win/dllmain.cc",
1279 "win/enum_variant_unittest.cc", 1281 "win/enum_variant_unittest.cc",
1280 "win/event_trace_consumer_unittest.cc", 1282 "win/event_trace_consumer_unittest.cc",
1281 "win/event_trace_controller_unittest.cc", 1283 "win/event_trace_controller_unittest.cc",
1282 "win/event_trace_provider_unittest.cc", 1284 "win/event_trace_provider_unittest.cc",
1283 "win/i18n_unittest.cc", 1285 "win/i18n_unittest.cc",
1284 "win/iunknown_impl_unittest.cc", 1286 "win/iunknown_impl_unittest.cc",
1287 "win/memory_pressure_monitor_unittest.cc",
1285 "win/message_window_unittest.cc", 1288 "win/message_window_unittest.cc",
1286 "win/object_watcher_unittest.cc", 1289 "win/object_watcher_unittest.cc",
1287 "win/pe_image_unittest.cc", 1290 "win/pe_image_unittest.cc",
1288 "win/registry_unittest.cc", 1291 "win/registry_unittest.cc",
1289 "win/scoped_bstr_unittest.cc", 1292 "win/scoped_bstr_unittest.cc",
1290 "win/scoped_comptr_unittest.cc", 1293 "win/scoped_comptr_unittest.cc",
1291 "win/scoped_process_information_unittest.cc", 1294 "win/scoped_process_information_unittest.cc",
1292 "win/scoped_variant_unittest.cc", 1295 "win/scoped_variant_unittest.cc",
1293 "win/shortcut_unittest.cc", 1296 "win/shortcut_unittest.cc",
1294 "win/startup_information_unittest.cc", 1297 "win/startup_information_unittest.cc",
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
1498 1501
1499 # GYP: //base.gyp:base_java_unittest_support 1502 # GYP: //base.gyp:base_java_unittest_support
1500 android_library("base_java_unittest_support") { 1503 android_library("base_java_unittest_support") {
1501 deps = [ 1504 deps = [
1502 ":base_java", 1505 ":base_java",
1503 ] 1506 ]
1504 java_files = 1507 java_files =
1505 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 1508 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1506 } 1509 }
1507 } 1510 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/win/memory_pressure_monitor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698